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
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,10 @@
18
18
r_lang=p_lang[:-3]
19
19
20
20
# Set application version, and icon
21
-
v="3.6-hotfix"
21
+
v="3.6.1"
22
22
icon="io.github.vikdevelop.SaveDesktop"
23
-
rel_notes="<p>Fixed a \"buffer overflow\" error when creating configuration archives by replacing the ZIP utility with 7-Zip.</p>\
23
+
rel_notes="<p>Accelerated configuration saving/import using parallel copying (thanks to @ArthurValadares) and fixed minor bugs</p>\
24
+
<p>3.6-hotfix</p><p>Fixed a \"buffer overflow\" error when creating configuration archives by replacing the ZIP utility with 7-Zip.</p>\
24
25
<p>3.6</p><ul>\
25
26
<li>Added an option to encrypt the periodic saving files and added support for its usage in the synchronization mode</li>\
26
27
<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>\
0 commit comments