Skip to content

Commit 7d446c1

Browse files
committed
Prepare changelog for v3.7.0
1 parent d923de5 commit 7d446c1

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG.md

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

3+
## 3.7.0 - Code cleanups and various small improvements
4+
- The received text is now read-only.
5+
- Received items are now not shown until after the download starts.
6+
- Fixed a bug where the folder icon did not display until the receive completed.
7+
- Cleaned up and optimized various code paths.
8+
- Bump to Go 1.21 as lowest supported compiler version.
9+
- Updated `fyne` to [v2.5.3](https://github.com/fyne-io/fyne/releases/tag/v2.5.3).
10+
- Updated many other dependencies for various fixes and improvements.
11+
312
## 3.6.0 - Performance and usability improvements
413
- Added support to use custom codes when sending files and folders using drag and drop (see #108).
514
- Added an option to save directory receives as a `.zip` file instead of automatically extracting (see #50).

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ If a new Go compiler version is released with security fixes, we will issue reco
99

1010
| Version | Supported |
1111
| ------- | ------------------ |
12-
| 3.6.x | :white_check_mark: |
13-
| < 3.6.0 | :x: |
12+
| 3.7.x | :white_check_mark: |
13+
| < 3.7.0 | :x: |
1414

1515
## Reporting a Vulnerability
1616

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,20 @@
5858
</branding>
5959

6060
<releases>
61-
<release version="3.6.0" date="2024-04-14" type="stable">
61+
<release version="3.7.0" date="2024-12-20" type="stable">
62+
<description>
63+
<ul>
64+
<li>The received text is now read-only.</li>
65+
<li>Received items are now not shown until after the download starts.</li>
66+
<li>Fixed a bug where the folder icon did not display until the receive completed.</li>
67+
<li>Cleaned up and optimized various code paths.</li>
68+
<li>Updated fyne to v2.5.3.</li>
69+
<li>Updated many other dependencies for various fixes and improvements.</li>
70+
</ul>
71+
</description>
72+
<url type="details">https://github.com/Jacalz/rymdport/releases/tag/v3.7.0</url>
73+
</release>
74+
<release version="3.6.0" date="2024-04-14" type="stable">
6275
<description>
6376
<ul>
6477
<li>Added support to use custom codes when sending files and folders using drag and drop.</li>

0 commit comments

Comments
 (0)