version bump up
This commit is contained in:
@@ -43,12 +43,6 @@
|
|||||||
<url type="vcs-browser">https://gitea.farmdash.org/angoosh/Flatpaks/src/branch/main/com.angoosh.RDPConnect</url>
|
<url type="vcs-browser">https://gitea.farmdash.org/angoosh/Flatpaks/src/branch/main/com.angoosh.RDPConnect</url>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
<release version="1.0.3" date="2024-11-20">
|
|
||||||
<url type="details">https://gitea.farmdash.org/angoosh/Flatpaks/commit/2093a21ecfa86c20f15b9b44897d1c7bebfafd79</url>
|
|
||||||
<description>
|
|
||||||
<p>Cropped screenshot and made background invisible</p>
|
|
||||||
</description>
|
|
||||||
</release>
|
|
||||||
<release version="1.1.0" date="2024-11-22">
|
<release version="1.1.0" date="2024-11-22">
|
||||||
<url type="details">https://gitea.farmdash.org/angoosh/Flatpaks/src/tag/1.1.0</url>
|
<url type="details">https://gitea.farmdash.org/angoosh/Flatpaks/src/tag/1.1.0</url>
|
||||||
<description>
|
<description>
|
||||||
@@ -67,6 +61,12 @@
|
|||||||
<p>Changed pasword storage from file to system keyring. Still using file for compatibility. Added connection history menu.</p>
|
<p>Changed pasword storage from file to system keyring. Still using file for compatibility. Added connection history menu.</p>
|
||||||
</description>
|
</description>
|
||||||
</release>
|
</release>
|
||||||
|
<release version="1.3.1" date="2025-09-16">
|
||||||
|
<url type="details">https://gitea.farmdash.org/angoosh/Flatpaks/src/tag/1.3.1</url>
|
||||||
|
<description>
|
||||||
|
<p>History menu now shows only unique entries, no duplicates</p>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
</releases>
|
</releases>
|
||||||
|
|
||||||
<screenshots>
|
<screenshots>
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ import keyring
|
|||||||
APPID = "com.angoosh.RDPConnect"
|
APPID = "com.angoosh.RDPConnect"
|
||||||
HOMEDIR = os.path.expanduser('~')
|
HOMEDIR = os.path.expanduser('~')
|
||||||
|
|
||||||
VERSION = "1.3.0"
|
VERSION = "1.3.1"
|
||||||
|
|
||||||
conn_info = {}
|
conn_info = {}
|
||||||
hist_info = {}
|
hist_info = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user