summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-14Specify catthehacker/ubuntu:act-22.04 as container for actParty Wumpus
Fixes an issue where act wouldn't use the correct container and so couldn't find a compatible python version, so it would fail to build.
2024-02-14fix: use findInReactTree to find correct errorboundary for toasterAAGaming
fixes toaster error on latest beta
2024-02-14fix vscode import memesAAGaming
2024-01-21fix: Fix on Chromium 109 beta (#576)Beebles
* Add new user agent to do not close tabs list * fix: bump DFL to fix chromium 109 beta --------- Co-authored-by: Sims <38142618+suchmememanyskill@users.noreply.github.com>
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-31finalize api for plugin events in backendAAGaming
just need frontend impl now
2023-12-31-post -> -devAAGaming
2023-12-30port updater to ws, also small refactoringAAGaming
2023-12-30chore: get rid of useless old tabs hookAAGaming
2023-12-30fix ci issueAAGaming
2023-12-30Implement legacy & modern plugin method calls over WSAAGaming
This version builds fine and runs all of the 14 plugins I have installed perfectly, so we're really close to having this done.
2023-12-29Translations update from Weblate (#553)WerWolvTranslationBot
* Added translation using Weblate (Japanese) * Update translation files Updated by "Remove blank strings" hook in Weblate. Translation: Decky/Decky Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ * Update translation files Updated by "Remove blank strings" hook in Weblate. Translation: Decky/Decky Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ * Update translation files Updated by "Remove blank strings" hook in Weblate. Translation: Decky/Decky Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ * Update translation files Updated by "Remove blank strings" hook in Weblate. Translation: Decky/Decky Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ * Update translation files Updated by "Remove blank strings" hook in Weblate. Translation: Decky/Decky Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ * Update translation files Updated by "Remove blank strings" hook in Weblate. Translation: Decky/Decky Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ * Update translation files Updated by "Remove blank strings" hook in Weblate. Translation: Decky/Decky Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ * Update translation files Updated by "Remove blank strings" hook in Weblate. Translation: Decky/Decky Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ * Translated using Weblate (Japanese) Currently translated at 82.7% (115 of 139 strings) Translation: Decky/Decky Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ja/ * Translated using Weblate (Japanese) Currently translated at 89.2% (124 of 139 strings) Translation: Decky/Decky Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ja/ * Translated using Weblate (Japanese) Currently translated at 100.0% (139 of 139 strings) Translation: Decky/Decky Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ja/ * Translated using Weblate (Portuguese (Portugal)) Currently translated at 100.0% (139 of 139 strings) Translation: Decky/Decky Translate-URL: https://weblate.werwolv.net/projects/decky/decky/pt_PT/ * Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (139 of 139 strings) Translation: Decky/Decky Translate-URL: https://weblate.werwolv.net/projects/decky/decky/pt_BR/ --------- Co-authored-by: Tak-attack <tak.bts@gmail.com> Co-authored-by: Weblate <noreply@weblate.org> Co-authored-by: Fábio Oliveira <fabio.an.oliveira@gmail.com>
2023-12-29Call plugin unload function after stopping event loop (#539)Jan
This can prevent race conditions where unload is clearing data but main is still working with it
2023-12-29fix(developer): add back valve internal on betaAAGaming
look i was tired when writing yesterday's fix okay
2023-12-29fix: idiotic formatting error i should have noticedAAGaming
2023-12-29fix: Adjust tabs and toaster hooks to work on react 18, also half-fix Valve ↵AAGaming
Internal
2023-12-29bump dflParty Wumpus
2023-12-29replace chmod implementation with os.chmod (#541)Jan
2023-12-29Check if Linux service is running before trying to start or stop it (#540)Jan
this prevents needless prompts opening up
2023-12-29refactor(backend): get version from package metadataK900
2023-12-29refactor(ci): reorganize CI to build tagged artifactsK900
2023-12-29feat(backend): log our version on startupK900
2023-12-29feat(backend): enable poetry-dynamic-versioningK900
2023-12-29fix tasksAAGaming
2023-11-14fix a couple typesmarios8543
2023-11-14change default event DataTypeAAGaming
2023-11-14more progress on websocketsAAGaming
2023-11-14Migrate most of frontend callServerMethod usage over to websocketAAGaming
2023-11-14remove test methodAAGaming
2023-11-14JS -> Python WS now functionalAAGaming
2023-11-14more progress on WS routerAAGaming
2023-11-14more work on websocketsAAGaming
2023-11-14initial WSRouter implementationAAGaming
2023-11-14initAAGaming
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-31fix sys.modules importmarios8543
2023-10-31fix emit_message mechanismmarios8543
2023-10-31run method calls asynchronouslymarios8543
2023-10-31fix static/lang file fetch and method callmarios8543
2023-10-31fix start/stop methodsmarios8543
2023-10-31fix customtypes importmarios8543
2023-10-31Add message emit mechanismmarios8543
2023-10-31Add act to .gitignoremarios8543
2023-10-31fix typoParty Wumpus
this is what i get for commiting to main :pensive:
2023-10-31fix logical error when no store was setParty Wumpus
2023-10-31Run response_listener taskmarios8543
2023-10-31Experimental support for async method callsmarios8543
2023-10-31Add localplatform stuff to its own packagemarios8543
2023-10-31Fix type error on store.tsxmarios8543