From 7d446c1ffc2ccaf35638c476fbfc162f633826c3 Mon Sep 17 00:00:00 2001 From: Jacalz Date: Fri, 20 Dec 2024 12:12:33 +0100 Subject: [PATCH] Prepare changelog for v3.7.0 --- CHANGELOG.md | 9 +++++++++ SECURITY.md | 4 ++-- .../unix/io.github.jacalz.rymdport.appdata.xml | 15 ++++++++++++++- 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c29f9de4..196f87a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/SECURITY.md b/SECURITY.md index 84c74c2f..502ff579 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -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 diff --git a/internal/assets/unix/io.github.jacalz.rymdport.appdata.xml b/internal/assets/unix/io.github.jacalz.rymdport.appdata.xml index 72892084..afa574b9 100644 --- a/internal/assets/unix/io.github.jacalz.rymdport.appdata.xml +++ b/internal/assets/unix/io.github.jacalz.rymdport.appdata.xml @@ -58,7 +58,20 @@ - + + +
    +
  • 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.
  • +
  • Updated fyne to v2.5.3.
  • +
  • Updated many other dependencies for various fixes and improvements.
  • +
+
+ https://github.com/Jacalz/rymdport/releases/tag/v3.7.0 +
+
  • Added support to use custom codes when sending files and folders using drag and drop.