v0.27.0 (2024-11-19) #420
mtkennerly
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Windows registry backups are now saved as
*.reg
files instead of*.yaml
. Existing backups will not be affected.On Linux, Ludusavi previously reported its application ID as just
ludusavi
, which meant the desktop file should be namedludusavi.desktop
to show the right icon. However, that name does not follow the Freedesktop.orgdesktop-entry
specification.To better conform, Ludusavi now reports its ID as
com.mtkennerly.ludusavi
(except for Flatpak, which will usecom.github.mtkennerly.ludusavi
for legacy reasons). If you need to preserve the original behavior, you can setLUDUSAVI_LINUX_APP_ID=ludusavi
in your environment variables.(Prototyped by OlegAckbar)
Dialogs (folder picker and
wrap --gui
prompts) now use GTK on Linux. The previous system relied on Zenity/KDialog, which could behave poorly depending on the version or in a Flatpak context.The standalone Mac release is now compiled on Mac OS 13 instead of Mac OS 12 because of a change by GitHub.
Updated translations. (Thanks to contributors on the Crowdin project)
registry.yaml
files could be slow to read and consume a lot of extra memory, whereas the same data in.reg
format can be loaded without issue.This discussion was created from the release v0.27.0 (2024-11-19).
Beta Was this translation helpful? Give feedback.
All reactions