Skip to content

Commit e5f67b5

Browse files
authored
Update localization.py
1 parent a55a82e commit e5f67b5

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_2"
2222
icon = "io.github.vikdevelop.SaveDesktop"
23-
rel_notes = "<ul>\
23+
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>\
2425
<li>Added an option to encrypt the periodic saving files and added support for its usage in the synchronization</li>\
2526
<li>Changed the archive format from *.tar.gz to *.tgz (only for manual saving yet)</li>\
2627
<li>Minor UI improvements</li>\

0 commit comments

Comments
 (0)