Releases: jurassicplayer/decky-autosuspend
Releases · jurassicplayer/decky-autosuspend
v1.3.3
- Update DFL to v3.18.9
v1.3.2
Some changes from Valve caused some breakages in decky-loader which needed changes to DFL to fix. There should be a shim within decky-loader to handle older versions of DFL, so if things are working, this update is recommended, but not required.
- Update DFL to v3.18.8
v1.3.1
Small update
- Fix being unable to use integers between steps for thresholds
v1.3.0
Note: Please perform at least ONE full reset if upgrading from any previous releases
- Fixed unclean dismount (issue: #1 possibly) causing multiple instances of battery check loop
- Narrowed deadzone to +/- 0.02% above/below threshold values to more closely match what people are intuitively expecting (#3)
- Clean up superfluous debug messages and revise others.
- Added enable/disable flags for each threshold
- Hide disabled thresholds from UI
- Added overcharging threshold (feature request: #2)
The Help Me Help You Debugging Release
- Added various lines of logging to help clarify what is happening when things go wrong
- Fixed a minor bug where the warning notification can occur after the suspend notification when moving both thresholds at the same time before saving.
v1.2.0
- Reorganized all code
- Re-implemented a slightly modified copy of decky-loader toast to allow toggle-able sound (temp fix until decky-loader can handle that internally)
- Allows for Toast Only / Sound Only / Toast & Sound / No Toast or Sound
- Should still follow the SteamOS "Disable non-critical notifications" and "Hide non-critical notifications while in-game" settings
- Re-arranged layout to have the actual plugin functions at the top
- Now uses an autosuspend.json configuration in the
homebrew/settings
folder ***
*** NOTE: decky-loader currently has a small bug that causes the homebrew/settings
folder to have unintended folder permissions.
Please only use this release after either:
A. Upstream decky-loader has fixed the issue (SteamDeckHomebrew/decky-loader#257) or,
B. Using a terminal or ssh connection, run sudo chown deck:deck ~/homebrew/settings
v1.1.0
- Migrated entire plugin to function within react/javascript
- Suspend now calls SteamOS internal InitiateSleep/OnSuspendRequest function to sleep
- Audio notification now plays the Toast.Misc navigation sound (plays well with SDH-AudioLoader)
- Should no longer interfere with other plugins/games any better or worse than Valve's own methods of suspending
- Plugin no longer requires root for suspending
- Split notification toggles to match upstream fixes to toast
v1.0.0
Initial release