Skip to content

Commit 5b7ab19

Browse files
authored
Update localization.py
1 parent 7af36f4 commit 5b7ab19

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/localization.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@
1515
r_lang = p_lang[:-3]
1616

1717
# Set application version, and icon
18-
v = "3.4-hotfix-1"
19-
icon = "io.github.vikdevelop.SaveDesktop"
20-
rel_notes = "<p>3.4-hotfix-1</p>\
18+
v = "3.4.1-beta"
19+
icon = "io.github.vikdevelop.SaveDesktop.Devel"
20+
rel_notes = "<p>3.4.1-beta</p>\
21+
<p>Fixed bugs with saving and installing Flatpak apps data, and logging out of the system after importing the configuration.</p>\
22+
<p>3.4-hotfix-1</p>\
2123
<p>Fixed a bug with starting periodic saving and updated translations.</p>\
2224
<p>3.4</p><ul>\
2325
<li>Synchronisation has been redesigned from the ground up - instead of using URLs to synchronise between computers on the local network, a folder synchronised with cloud storage (using GNOME Online Accounts or Rclone) is used - find out more here: https://vikdevelop.github.io/SaveDesktop/wiki/synchronization/en</li>\

0 commit comments

Comments
 (0)