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 = {}
Cropped screenshot and made background invisible
Changed pasword storage from file to system keyring. Still using file for compatibility. Added connection history menu.
History menu now shows only unique entries, no duplicates