Skip to content

Commit ebbedfa

Browse files
authored
Update localization.py
1 parent a620c9f commit ebbedfa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/localization.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
IPAddr = f"ERR: {err}"
2828

2929
# Set application version, and icon
30-
v = "3.3"
30+
v = "3.3.1"
3131
icon = "io.github.vikdevelop.SaveDesktop"
3232
rel_notes = "<ul>\
33-
<li>Added option to set archive protection with password (more information is available on the Github wiki)</li>\
34-
<li>Added option to save configuration from command-line interface (more information is also available on the Github wiki)</li>\
35-
<li>Added support for Deepin DE</li>\
36-
<li>Added support for saving Kvantum Manager and Latte dock configurations</li>\
33+
<li>Added support for saving configurations to the folders that has spaces (#279)</li>\
34+
<li>Added Finish translations, thanks to artnay</li>\
35+
<li>Fixed the problem with loading SaveDesktop in the case, if you are not connected to the internet</li>\
36+
<li>From now on, the app's documentation is now located at https://vikdevelop.github.io/SaveDesktop/wiki (links used in the application will refer to this website)</li>\
3737
<li>Updated translations</li>\
3838
</ul>"
3939

0 commit comments

Comments
 (0)