Skip to content

Commit 916cd09

Browse files
authored
add new release notes for the version 3.2.1
1 parent e7fa5d7 commit 916cd09

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/localization.py

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

2626
# Set application version, and icon
27-
v = "3.2"
27+
v = "3.2.1"
2828
icon = "io.github.vikdevelop.SaveDesktop"
2929
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-
<li>From now on, periodic saving will take place only after the first login on a given day, not after further logins on the same day</li>\
30+
<li>Fixed minor bug with saving the SaveDesktop app data to the configuration archive</li>\
31+
<li>Until now, the output of the periodic saving file was \"name.fd.sd.tar.gz\", if you had enabled the option for saving Flatpak user data. From now on, the output file is \"name.sd.tar.gz\"</li>\
3332
</ul>"
3433

3534
flatpak = os.path.exists("/.flatpak-info")

0 commit comments

Comments
 (0)