Skip to content

Commit

Permalink
Update docs for the new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz committed Mar 18, 2024
1 parent 2206e60 commit 7955b5e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 3.5.3 - Dependency updates and mindor documentation improvements
- Updated `fyne` to [v2.4.4](https://github.com/fyne-io/fyne/releases/tag/v2.4.4).
- This brings various bug fixes and some sizeable performance improvements.
- Updated `compress` to [v1.17.7](https://github.com/klauspost/compress/releases/tag/v1.17.7).
- Decompression performance for directory transfers is improved slightly.
- Update `fyneselfupdate` to [v0.1.1](https://github.com/fynelabs/fyneselfupdate/releases/tag/v0.1.1).
- This removes some usage of deprecated functions and cleans up the code. Nothing major.
- Some improvements to documentation.
- Some incorrect wording and textual errors were fixed in [CONTRIBUTING.md](CONTRIBUTING.md).
- Information on how to build distribution packages (for Linux repositories etc.) was added in a new [PACKAGING.md](PACKAGING.md) file.

## 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).

Expand Down
2 changes: 1 addition & 1 deletion FyneApp.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Website = "https://rymdport.github.io/"
Icon = "internal/assets/icons/icon-512.png"
Name = "Rymdport"
ID = "io.github.jacalz.rymdport"
Version = "3.5.2"
Version = "3.5.3"
Build = 26

[LinuxAndBSD]
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.2"
version = "v3.5.3"
)

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

0 comments on commit 7955b5e

Please sign in to comment.