From f978c96265ac97e117bc9b197e83a7691eb25545 Mon Sep 17 00:00:00 2001 From: Angoosh Date: Fri, 10 Oct 2025 11:03:45 +0200 Subject: [PATCH] version bump up --- .../com.angoosh.RDPConnect.metainfo.xml | 12 ++++++------ com.angoosh.RDPConnect/main.py | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/com.angoosh.RDPConnect/com.angoosh.RDPConnect.metainfo.xml b/com.angoosh.RDPConnect/com.angoosh.RDPConnect.metainfo.xml index 43f4f7b..757b909 100644 --- a/com.angoosh.RDPConnect/com.angoosh.RDPConnect.metainfo.xml +++ b/com.angoosh.RDPConnect/com.angoosh.RDPConnect.metainfo.xml @@ -43,12 +43,6 @@ https://gitea.farmdash.org/angoosh/Flatpaks/src/branch/main/com.angoosh.RDPConnect - - https://gitea.farmdash.org/angoosh/Flatpaks/commit/2093a21ecfa86c20f15b9b44897d1c7bebfafd79 - -

Cropped screenshot and made background invisible

-
-
https://gitea.farmdash.org/angoosh/Flatpaks/src/tag/1.1.0 @@ -67,6 +61,12 @@

Changed pasword storage from file to system keyring. Still using file for compatibility. Added connection history menu.

+ + https://gitea.farmdash.org/angoosh/Flatpaks/src/tag/1.3.1 + +

History menu now shows only unique entries, no duplicates

+
+
diff --git a/com.angoosh.RDPConnect/main.py b/com.angoosh.RDPConnect/main.py index 01c9deb..5b26d39 100755 --- a/com.angoosh.RDPConnect/main.py +++ b/com.angoosh.RDPConnect/main.py @@ -23,7 +23,7 @@ import keyring APPID = "com.angoosh.RDPConnect" HOMEDIR = os.path.expanduser('~') -VERSION = "1.3.0" +VERSION = "1.3.1" conn_info = {} hist_info = {}