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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -27,13 +27,13 @@
27
27
IPAddr=f"ERR: {err}"
28
28
29
29
# Set application version, and icon
30
-
v="3.3"
30
+
v="3.3.1"
31
31
icon="io.github.vikdevelop.SaveDesktop"
32
32
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>\
0 commit comments