You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/localization.py
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,12 @@
24
24
s.close()
25
25
26
26
# Set application version, and icon
27
-
v="3.1.2"
27
+
v="3.2"
28
28
icon="io.github.vikdevelop.SaveDesktop"
29
-
rel_notes="<p>Edited application data for passing the Flathub guidelines</p>"
29
+
rel_notes="<ul>\
30
+
<li>Added option for selecting what Flatpak applications data will be included in the configuration archive; just click on the button next to the \"User data of installed Flatpak apps\" switch</li>\
31
+
<li>Improved displaying status about saving and importing configuration</li>\
0 commit comments