| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-13 | OOPSv3.1.9 | AAGaming | |
| 2025-07-13 | certified pnpm moment | AAGaming | |
| 2025-03-17 | pin changed-files to a safe SHA | AAGaming | |
| 2024-09-11 | Update release.yml | TrainDoctor | |
| 2024-09-05 | Update bug_report.yml | TrainDoctor | |
| 2024-09-05 | Update bug_report.yml | TrainDoctor | |
| 2024-09-05 | Update bug_report.yml | TrainDoctor | |
| 2024-09-05 | Update bug_report.yml | TrainDoctor | |
| Add new field requiring all installed plugins to be listed. | |||
| 2024-06-29 | bump download-artifactv3.0.0-pre2 | AAGaming | |
| 2024-06-29 | fix: upload-artifact is at v4, not v5 | AAGaming | |
| 2024-06-29 | chore(ci): update actions to remove deprecation warnings | AAGaming | |
| 2024-06-29 | update python and OS versions in CI | AAGaming | |
| 2024-06-27 | use node 20 in ci | AAGaming | |
| 2024-05-27 | error boundary now properly reports steam errors | AAGaming | |
| 2024-04-22 | Update bug_report.yml | TrainDoctor | |
| 2024-04-22 | Update bug_report.yml | TrainDoctor | |
| 2024-01-21 | Bump 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-30 | fix ci issue | AAGaming | |
| 2023-12-29 | refactor(ci): reorganize CI to build tagged artifacts | K900 | |
| 2023-12-29 | feat(backend): enable poetry-dynamic-versioning | K900 | |
| 2023-11-13 | Packaging rework (#531)marios8543/async-plugin-method-requests | K900 | |
| * 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-01 | Remove legacy data from pyinstaller | marios8543 | |
| 2023-10-31 | oops | AAGaming | |
| 2023-10-31 | fix ci (hopefully, because act wont work) | AAGaming | |
| 2023-10-31 | Moved locales folder and requirements.txt | WerWolv | |
| 2023-10-31 | run lint and typecheck on PRs | AAGaming | |
| 2023-10-31 | make ci title consistent | AAGaming | |
| 2023-10-31 | move type checking to other workflow, fix TS errors, add TSC checking | AAGaming | |
| 2023-10-31 | add pyright ci | AAGaming | |
| 2023-10-31 | Fix logging.handlers import and improve plugin modulesv2.10.8-pre1 | marios8543 | |
| 2023-10-26 | revert decky_plugin pyinstaller to previous version and fix sys path | marios8543 | |
| 2023-10-25 | Merge aa/type-cleanup-py (work by marios, aa, wolv)v2.10.6-pre1 | TrainDoctor | |
| 2023-10-20 | Update lint.yml | marios | |
| 2023-10-20 | Update edit-check.yml | marios | |
| 2023-08-25 | Rollback to Python 3.10.6 for possible regression | Marco Rodolfi | |
| 2023-08-10 | Split 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-pre5 | Marco 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-27 | Latest builds of Python 3.10 already uses newer version of the SQLite library | Marco 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-27 | Switch back to Python 3.10 in order to avoid library dependency hell | Marco Rodolfi | |
| 2023-07-27 | Slightly downgrade to 22.10 | Marco Rodolfi | |
| 2023-07-27 | Bump it again to 23.04 | Marco Rodolfi | |
| 2023-07-27 | Update ubuntu image to fix sqlite missing function | Marco Rodolfi | |
| 2023-07-26 | Properly fix sqlite issues (#514)v2.10.4-pre4 | Marco Rodolfi | |
| 2023-07-26 | change issue dicord link to decky.xyz/discord | Party Wumpus | |
| 2023-07-26 | typo in bug report template | Party Wumpus | |
| 2023-07-23 | Bugfix: Unable to load _sqlite3 on main SteamOS (#507)v2.10.4-pre3 | Marco 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-18 | move pull request template | Party Wumpus | |
| 2023-05-18 | Update and rename pull_request.md to pull_request_template.md | Party Wumpus | |
| 2023-05-18 | github pull requests don't do yml :( | Party Wumpus | |
| 2023-05-18 | Create new_feature.yml | Party Wumpus | |
