Skip to content

Releases: jurassicplayer/decky-autoflatpaks

v1.6.7

29 Jul 19:05
Compare
Choose a tag to compare
  • Update DFL v3.25.0
  • Fix ScrollPanel being changed/renamed (using from DFL now)

v1.6.6

04 Feb 00:25
Compare
Choose a tag to compare
  • Update DFL v3.24.5 for #14
  • Use Global DFL

v1.6.5

11 May 19:09
Compare
Choose a tag to compare
  • Update DFL v3.20.7
  • Remove settings migration that may be causing issues with bad settings values (?)

v1.6.4

04 Apr 20:26
Compare
Choose a tag to compare
  • Updated readme with Decky Plugin Store badge
  • Updated DFL v3.20.4
  • Updated lockfile to v6.0

v1.6.3

04 Mar 14:38
Compare
Choose a tag to compare
  • Fix install failing when using internal storage due to wrong path.

v1.6.2

28 Feb 06:36
Compare
Choose a tag to compare
  • Fix broken file path used for settings migration (may be useless already)
  • Fix multiple check for update notifications being sent on boot

v1.6.1

24 Feb 05:31
Compare
Choose a tag to compare

Maintenance Release for Feb 22 SteamOS Beta breakage

  • Update DFL v3.19.1

v1.6.0

19 Feb 09:27
Compare
Choose a tag to compare
  • Fix FlatpakInfo modal showing an OK/Cancel
  • Updated to DFL 3.18.11
  • Update settings and logs to use new env vars
  • Various under-the-hood changes
    • Split parts into separate components
    • Major changes to deduplicate CLI parsing logic for all CLI-related calls
  • Added LabelControls and LabelToggle input controls
  • Updated interface to use primarily SteamOS css variables
  • Reorganize and add AppData Default Location and AppData Migration to Advanced page
  • Rewording sections of Advanced page
  • Added link to github and kofi profiles

v1.5.0

23 Jan 08:10
Compare
Choose a tag to compare
  • Removed deprecated custom toasts (merged upstream)
  • Fixed scrollviews being clunky in areas
  • Rewording and UI labels for function clarity in various places
  • Update DFL 3.18.10
  • Fix image url for decky plugin store
  • Added updateable packages count/list modal to status bar
  • Add repair packages functionality (button for flatpak repair command)
  • Added status bar in Advanced page for error if attempting to flatpak repair while packages are running
  • Fix ? showing between package size and unit
  • Browse page performance enhancements (memoize filtered list)
  • Package changes in the browse page now remain until reloaded or filters changed
    • e.g. Queuing packages, filtering to show only queued packages, and then applying the changes no longer reloads the list, so the queued list is still available if something was done in error.
  • Changed modals to use ConfirmModal (though probably broke custom fallback modal in the process)
  • Fixed modal height to be dynamic

v1.4.1

23 Dec 22:25
Compare
Choose a tag to compare
  • Fix org.DolphinEmu.dolphin_emu.Locale/Sources/Debug not being considered masked when org.DolphinEmu.dolphin-emu is masked
    • New parentPackageOverrides for fixing irregular package refs
  • Fix false package modification failures when installing/updating large packages
  • Fix infinite autoupdate when update list is empty
  • Disabled auto-reattempt on UpdateAllPackages failure for now to see if other changes fix issues