Skip to content

Commit

Permalink
Preparations for v3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz committed Dec 29, 2023
1 parent dbe5934 commit 5b7a0a5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 3.5.2 - Updated Fyne UI toolkit dependency
- Updated `fyne` to [v2.4.3](https://github.com/fyne-io/fyne/releases/tag/v2.4.3).

## 3.5.1 - Bug fixes and improved performance
- The `Makefile` now includes `.PHONY` targets to avoid problems with targets having the same name as local files.
- The `Makefile` no longer updates the icon cache (per request from Linux package maintainers).
Expand Down
4 changes: 2 additions & 2 deletions FyneApp.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Website = "https://rymdport.github.io/"
Icon = "internal/assets/icons/icon-512.png"
Name = "Rymdport"
ID = "io.github.jacalz.rymdport"
Version = "3.5.1"
Build = 27
Version = "3.5.2"
Build = 26

[LinuxAndBSD]
GenericName = "File Transfer"
Expand Down
10 changes: 9 additions & 1 deletion internal/assets/unix/io.github.jacalz.rymdport.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,22 @@
</kudos>

<releases>
<release version="3.5.2" date="2023-12-30" type="stable">
<description>
<ul>
<li>Updated fyne to v2.4.3 for various bug fixes and performance improvements.</li>
</ul>
</description>
<url type="details">https://github.com/Jacalz/rymdport/releases/tag/v3.5.2</url>
</release>
<release version="3.5.1" date="2023-10-09" type="stable">
<description>
<ul>
<li>Updated compress to v1.17.0 for more efficient decompression of directory transfers.</li>
<li>Updated fyne to v2.4.1 for improved file names in the file dialog along with many bug fixes.</li>
</ul>
</description>
<url type="details">https://github.com/Jacalz/rymdport/releases/tag/v3.3.5</url>
<url type="details">https://github.com/Jacalz/rymdport/releases/tag/v3.5.1</url>
</release>
<release version="3.5.0" date="2023-09-02" type="stable">
<description>
Expand Down
2 changes: 1 addition & 1 deletion internal/ui/about.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func newAboutTab(app fyne.App) *container.TabItem {
const (
https = "https"
github = "github.com"
version = "v3.5.1"
version = "v3.5.2"
)

repoURL := &url.URL{Scheme: https, Host: github, Path: "/jacalz/rymdport"}
Expand Down

0 comments on commit 5b7a0a5

Please sign in to comment.