Skip to content

Releases: jurassicplayer/decky-autosuspend

v1.3.3

16 Jan 19:14
Compare
Choose a tag to compare
  • Update DFL to v3.18.9

v1.3.2

16 Jan 03:24
Compare
Choose a tag to compare

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

14 Jan 23:06
Compare
Choose a tag to compare

Small update

  • Fix being unable to use integers between steps for thresholds

v1.3.0

13 Jan 11:04
Compare
Choose a tag to compare

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

21 Nov 19:06
Compare
Choose a tag to compare
  • 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

18 Nov 08:25
Compare
Choose a tag to compare
  • 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

07 Nov 02:38
Compare
Choose a tag to compare
  • 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

27 Oct 07:47
Compare
Choose a tag to compare

Initial release