Skip to content

Commit 1959e42

Browse files
committed
Update changelog and metadata for new release
1 parent dcb56a0 commit 1959e42

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
## 3.5.3 - Dependency updates and mindor documentation improvements
4+
- Updated icons, screenshots and appstream metadata to fix problems noted in Flathub review (see #139).
45
- Updated `fyne` to [v2.4.4](https://github.com/fyne-io/fyne/releases/tag/v2.4.4).
56
- This brings various bug fixes and some sizeable performance improvements.
67
- Updated `compress` to [v1.17.7](https://github.com/klauspost/compress/releases/tag/v1.17.7).

FyneApp.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Website = "https://rymdport.github.io/"
55
Name = "Rymdport"
66
ID = "io.github.jacalz.rymdport"
77
Version = "3.5.3"
8-
Build = 26
8+
Build = 27
99

1010
[LinuxAndBSD]
1111
GenericName = "File Transfer"

internal/assets/unix/io.github.jacalz.rymdport.appdata.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,16 @@
5858
</branding>
5959

6060
<releases>
61+
<release version="3.5.3" date="2024-03-18" type="stable">
62+
<description>
63+
<ul>
64+
<li>Improvements to the icons, sceenshots and metadata to fix issues noted in Flathub review.</li>
65+
<li>Updated the fyne dependency to v2.4.4 for bug fixes and big performance improvements.</li>
66+
<li>Updated the compress dependency to v1.17.7 for slightly improved decompression performance for directory transfers.</li>
67+
</ul>
68+
</description>
69+
<url type="details">https://github.com/Jacalz/rymdport/releases/tag/v3.5.3</url>
70+
</release>
6171
<release version="3.5.2" date="2024-01-03" type="stable">
6272
<description>
6373
<ul>

0 commit comments

Comments
 (0)