summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2025-07-13OOPSv3.1.9AAGaming
2025-07-13certified pnpm momentAAGaming
2025-03-17pin changed-files to a safe SHAAAGaming
2024-09-11Update release.ymlTrainDoctor
2024-09-05Update bug_report.ymlTrainDoctor
2024-09-05Update bug_report.ymlTrainDoctor
2024-09-05Update bug_report.ymlTrainDoctor
2024-09-05Update bug_report.ymlTrainDoctor
Add new field requiring all installed plugins to be listed.
2024-06-29bump download-artifactv3.0.0-pre2AAGaming
2024-06-29fix: upload-artifact is at v4, not v5AAGaming
2024-06-29chore(ci): update actions to remove deprecation warningsAAGaming
2024-06-29update python and OS versions in CIAAGaming
2024-06-27use node 20 in ciAAGaming
2024-05-27error boundary now properly reports steam errorsAAGaming
2024-04-22Update bug_report.ymlTrainDoctor
2024-04-22Update bug_report.ymlTrainDoctor
2024-01-21Bump tj-actions/changed-files to 41.0.0 in /.github/workflows (#575)dependabot[bot]
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35.6.3 to 41.0.0. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v35.6.3...v41.0.0) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-30fix ci issueAAGaming
2023-12-29refactor(ci): reorganize CI to build tagged artifactsK900
2023-12-29feat(backend): enable poetry-dynamic-versioningK900
2023-11-13Packaging rework (#531)marios8543/async-plugin-method-requestsK900
* fix: get rid of title view jank on latest beta * Count the number of installs for each plugin (#557) * Bump aiohttp from 3.8.4 to 3.8.5 in /backend (#558) * fix: include Decky version in request for index.js This avoids the If-Modified-Since logic in aiohttp and ensures Steam doesn't cache old JS, even if the timestamps are normalized. * fix: clean up shellcheck warnings in act runner script * fix: gitignore settings/ * fix: ensure state directories exist when running without the installer * feat: determine root directory correctly when running from in-tree * fix: fix typo in CI script * refactor: build a proper Python package with poetry * refactor: move decky_plugin under the poetry structure There's no need to special case it anymore, just treat it like any other Python module. * sandboxed_plugin: better fix, attempt 2 --------- Co-authored-by: AAGaming <aagaming@riseup.net> Co-authored-by: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-01Remove legacy data from pyinstallermarios8543
2023-10-31oopsAAGaming
2023-10-31fix ci (hopefully, because act wont work)AAGaming
2023-10-31Moved locales folder and requirements.txtWerWolv
2023-10-31run lint and typecheck on PRsAAGaming
2023-10-31make ci title consistentAAGaming
2023-10-31move type checking to other workflow, fix TS errors, add TSC checkingAAGaming
2023-10-31add pyright ciAAGaming
2023-10-31Fix logging.handlers import and improve plugin modulesv2.10.8-pre1marios8543
2023-10-26revert decky_plugin pyinstaller to previous version and fix sys pathmarios8543
2023-10-25Merge aa/type-cleanup-py (work by marios, aa, wolv)v2.10.6-pre1TrainDoctor
2023-10-20Update lint.ymlmarios
2023-10-20Update edit-check.ymlmarios
2023-08-25Rollback to Python 3.10.6 for possible regressionMarco Rodolfi
2023-08-10Split windows workflow (#524)suchmememanyskill
* Split win actions workflow * Create console-less win build
2023-07-27[Need Testing] Actually fix sqlite 3 issues (#515)v2.10.4-pre5Marco Rodolfi
* Properly fix sqlite issues * Revert python downgrade * Horrible hack to update SQLite to the latest version in the Ubuntu VMs * Cleanup build script * Fix yaml formatting * Fix typos * Use sudo for installing binary * Fix library path * Wrong naming * Wrong name again * Small stylisting fixes * Missed a space
2023-07-27Latest builds of Python 3.10 already uses newer version of the SQLite libraryMarco Rodolfi
According to the changelog, the latest version that uses > 3.37 is Python 3.10.9, so switch back to an older version of it until Ubuntu pick up more recent versions of SQLite
2023-07-27Switch back to Python 3.10 in order to avoid library dependency hellMarco Rodolfi
2023-07-27Slightly downgrade to 22.10Marco Rodolfi
2023-07-27Bump it again to 23.04Marco Rodolfi
2023-07-27Update ubuntu image to fix sqlite missing functionMarco Rodolfi
2023-07-26Properly fix sqlite issues (#514)v2.10.4-pre4Marco Rodolfi
2023-07-26change issue dicord link to decky.xyz/discordParty Wumpus
2023-07-26typo in bug report templateParty Wumpus
2023-07-23Bugfix: Unable to load _sqlite3 on main SteamOS (#507)v2.10.4-pre3Marco Rodolfi
* Update to latest python I have odd behaviour with importing sqlite3, which is failing to do. I have no clue why, so I'm trying to update Python to the latest stable to check if it's a Python bug. * Update aiohttp for python compatibility * Sligtly lower aiohttp version * Update pyinstaller to latest stable version It was failing to build a working executable with the latest python runtime.
2023-05-18move pull request templateParty Wumpus
2023-05-18Update and rename pull_request.md to pull_request_template.mdParty Wumpus
2023-05-18github pull requests don't do yml :(Party Wumpus
2023-05-18Create new_feature.ymlParty Wumpus