Skip to content

Commit 158890c

Browse files
committed
Add release metadata for v3.3.6
1 parent a2f7af6 commit 158890c

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 3.3.6 - Crash fix for copying received text
4+
- Fixed a crash when pressing the copy button in the text receive window.
5+
- Fixed the AppStream metadata not containing the v3.3.5 release information.
6+
37
## 3.3.5 - Performance and memory usage improvements
48
- Updated `fyne` to [v2.3.4](https://github.com/fyne-io/fyne/releases/tag/v2.3.4).
59
- Binary size improvements (roughly 20% smaller binaries).

FyneApp.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ Website = "https://rymdport.github.io/"
44
Icon = "internal/assets/icon/icon-512.png"
55
Name = "rymdport"
66
ID = "io.github.jacalz.rymdport"
7-
Version = "3.3.5"
8-
Build = 23
7+
Version = "3.3.6"
8+
Build = 24

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,21 @@
4545
</kudos>
4646

4747
<releases>
48+
<release version="3.3.6" date="2023-05-11" type="stable">
49+
<description>
50+
<ul>
51+
<li>Fixed a crash when pressing the copy button in the text receive window.</li>
52+
<li>Fixed the AppStream metadata not containing the v3.3.5 release information.</li>
53+
</ul>
54+
</description>
55+
<url type="details">https://github.com/Jacalz/rymdport/releases/tag/v3.3.5</url>
56+
</release>
57+
<release version="3.3.5" date="2023-05-08" type="stable">
58+
<description>
59+
<p>Updated fyne to v2.3.4 for improved performance, less memory usage and 20% smaller binaries.</p>
60+
</description>
61+
<url type="details">https://github.com/Jacalz/rymdport/releases/tag/v3.3.5</url>
62+
</release>
4863
<release version="3.3.4" date="2023-04-02" type="stable">
4964
<description>
5065
<p>Fixed the AppStream metadata not containing the v3.3.3 release information.</p>

internal/ui/about.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func (a *about) buildUI() *fyne.Container {
2929
const (
3030
https = "https"
3131
github = "github.com"
32-
version = "v3.3.5"
32+
version = "v3.3.6"
3333
)
3434

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

0 commit comments

Comments
 (0)