Skip to content

Commit c59e647

Browse files
authored
Update localization.py
1 parent f834535 commit c59e647

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/localization.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@
1818
r_lang = p_lang[:-3]
1919

2020
# Set application version, and icon
21-
v = "3.6"
21+
v = "3.6-hotfix"
2222
icon = "io.github.vikdevelop.SaveDesktop"
23-
rel_notes = "<ul>\
23+
rel_notes = "<p>Fixed a \"buffer overflow\" error when creating configuration archives by replacing the ZIP utility with 7-Zip.</p>\
24+
<p>3.6</p><ul>\
2425
<li>Added an option to encrypt the periodic saving files and added support for its usage in the synchronization mode</li>\
2526
<li>Migrated from the *.sd.tar.gz to the *.sd.zip archive format, but for backward compatibility reasons, it will still be possible to select the first named archive format</li>\
2627
<li>Added support for using the syncthing folders in the synchronization mode (#392)</li>\

0 commit comments

Comments
 (0)