Releases: jurassicplayer/decky-autoflatpaks
Releases · jurassicplayer/decky-autoflatpaks
v1.6.7
v1.6.6
v1.6.5
- Update DFL v3.20.7
- Remove settings migration that may be causing issues with bad settings values (?)
v1.6.4
- Updated readme with Decky Plugin Store badge
- Updated DFL v3.20.4
- Updated lockfile to v6.0
v1.6.3
- Fix install failing when using internal storage due to wrong path.
v1.6.2
- 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
Maintenance Release for Feb 22 SteamOS Beta breakage
- Update DFL v3.19.1
v1.6.0
- 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
- 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
- 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