Skip to content

Commit

Permalink
Prepare changelog for v3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz committed Dec 20, 2024
1 parent d923de5 commit 7d446c1
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 3.7.0 - Code cleanups and various small improvements
- The received text is now read-only.
- Received items are now not shown until after the download starts.
- Fixed a bug where the folder icon did not display until the receive completed.
- Cleaned up and optimized various code paths.
- Bump to Go 1.21 as lowest supported compiler version.
- Updated `fyne` to [v2.5.3](https://github.com/fyne-io/fyne/releases/tag/v2.5.3).
- Updated many other dependencies for various fixes and improvements.

## 3.6.0 - Performance and usability improvements
- Added support to use custom codes when sending files and folders using drag and drop (see #108).
- Added an option to save directory receives as a `.zip` file instead of automatically extracting (see #50).
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ If a new Go compiler version is released with security fixes, we will issue reco

| Version | Supported |
| ------- | ------------------ |
| 3.6.x | :white_check_mark: |
| < 3.6.0 | :x: |
| 3.7.x | :white_check_mark: |
| < 3.7.0 | :x: |

## Reporting a Vulnerability

Expand Down
15 changes: 14 additions & 1 deletion internal/assets/unix/io.github.jacalz.rymdport.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,20 @@
</branding>

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

0 comments on commit 7d446c1

Please sign in to comment.