We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a55a82e commit e5f67b5Copy full SHA for e5f67b5
src/localization.py
@@ -18,9 +18,10 @@
18
r_lang = p_lang[:-3]
19
20
# Set application version, and icon
21
-v = "3.6"
+v = "3.6_2"
22
icon = "io.github.vikdevelop.SaveDesktop"
23
-rel_notes = "<ul>\
+rel_notes = "<p>Added support for saving a configuration without creating the archive and changed the archive format from *.tgz to *.tzst</p>\
24
+<p>3.6_1-beta</p><ul>\
25
<li>Added an option to encrypt the periodic saving files and added support for its usage in the synchronization</li>\
26
<li>Changed the archive format from *.tar.gz to *.tgz (only for manual saving yet)</li>\
27
<li>Minor UI improvements</li>\
0 commit comments