From 5b7ab1980dd227350b80dc54598a3bf4ccfd3892 Mon Sep 17 00:00:00 2001 From: vikdevelop Date: Sat, 14 Sep 2024 13:41:57 +0200 Subject: [PATCH] Update localization.py --- src/localization.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/localization.py b/src/localization.py index 858ad248..6f5f8cfc 100644 --- a/src/localization.py +++ b/src/localization.py @@ -15,9 +15,11 @@ r_lang = p_lang[:-3] # Set application version, and icon -v = "3.4-hotfix-1" -icon = "io.github.vikdevelop.SaveDesktop" -rel_notes = "

3.4-hotfix-1

\ +v = "3.4.1-beta" +icon = "io.github.vikdevelop.SaveDesktop.Devel" +rel_notes = "

3.4.1-beta

\ +

Fixed bugs with saving and installing Flatpak apps data, and logging out of the system after importing the configuration.

\ +

3.4-hotfix-1

\

Fixed a bug with starting periodic saving and updated translations.

\

3.4