- Added:
- CLI:
--wine-prefix
option for backups. - GUI: Root types are now selected via a dropdown instead of radio buttons.
- Several new root types have been added for various stores, which will allow for better store-specific path detection in the future. There is also a special type for custom home folders.
- Custom games can now be individually disabled.
- CLI:
- Changed:
-
Ludusavi now stores its configuration in a more standard location on each operating system, instead of always using
~/.config/ludusavi
. (contributed by micke1m)- Windows:
%APPDATA%/ludusavi
- Linux:
$XDG_CONFIG_HOME/ludusavi
or~/.config/ludusavi
- Mac:
~/Library/Application Support/ludusavi
If you've used an older version, your existing configuration will be moved automatically to the new location.
- Windows:
-
GUI: Switched to OpenGL by default and upgraded to Iced 0.2.0.
-
GUI: Custom games are now more visually distinct from each other.
-
- Fixed:
- The 32-bit Windows executable was not properly compatible with 32-bit systems.
- For Proton and Wine, Ludusavi now looks for multiple variations of a few folders:
<winDocuments>
checks~/Documents
(in addition to~/My Documents
).<winAppData>
checks~/AppData/Roaming
(in addition to~/Application Data
).<winLocalAppData>
checks~/AppData/Local
and~/Local Settings/Application Data
(instead of~/Application Data
).