Skip to content

Commit 4f62c0b

Browse files
authored
update release notes
1 parent 6605db2 commit 4f62c0b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/localization.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,12 @@
2424
s.close()
2525

2626
# Set application version, and icon
27-
v = "3.1.2"
27+
v = "3.2"
2828
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>\
32+
</ul>"
3033

3134
flatpak = os.path.exists("/.flatpak-info")
3235
snap = os.environ.get('SNAP_NAME', '') == 'savedesktop'

0 commit comments

Comments
 (0)