File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## 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 ).
4
5
- Updated ` fyne ` to [ v2.4.4] ( https://github.com/fyne-io/fyne/releases/tag/v2.4.4 ) .
5
6
- This brings various bug fixes and some sizeable performance improvements.
6
7
- Updated ` compress ` to [ v1.17.7] ( https://github.com/klauspost/compress/releases/tag/v1.17.7 ) .
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Website = "https://rymdport.github.io/"
5
5
Name = " Rymdport"
6
6
ID = " io.github.jacalz.rymdport"
7
7
Version = " 3.5.3"
8
- Build = 26
8
+ Build = 27
9
9
10
10
[LinuxAndBSD ]
11
11
GenericName = " File Transfer"
Original file line number Diff line number Diff line change 58
58
</branding >
59
59
60
60
<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 >
61
71
<release version =" 3.5.2" date =" 2024-01-03" type =" stable" >
62
72
<description >
63
73
<ul >
You can’t perform that action at this time.
0 commit comments