diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fd56d40..a0df0fd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [2.7.0] - 2024-08-31 ### Added - Merging trackers when adding existing torrent - Add Torrent Link dialogs allows multiple links @@ -17,7 +17,7 @@ - Removed dependency on Qt Concurrent module - Breeze is used as a fallback icon theme and should be installed as a runtime dependency - Clarified runtime dependency on Qt's SVG image format plugin -- Notification portal is used for notification in Flatpak +- Notification portal is used for notifications in Flatpak - Added workaround for Transmission not showing an error for torrent when all trackers have failed - Networking and some other async code is rewritten using C++ coroutines. Hopefully nothing is broken :) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a2b4766..ee1f897a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ if (APPLE) list(APPEND languages OBJCXX) endif () -project(tremotesf VERSION 2.6.3 LANGUAGES ${languages}) +project(tremotesf VERSION 2.7.0 LANGUAGES ${languages}) option(TREMOTESF_QT6 "Build with Qt 6" ON) diff --git a/data/org.equeim.Tremotesf.appdata.xml.in b/data/org.equeim.Tremotesf.appdata.xml.in index 161b151a..5ab3770e 100644 --- a/data/org.equeim.Tremotesf.appdata.xml.in +++ b/data/org.equeim.Tremotesf.appdata.xml.in @@ -54,6 +54,26 @@ SPDX-License-Identifier: CC0-1.0 Alexey Rochev + + +

Added

+
    +
  • Merging trackers when adding existing torrent
  • +
  • Add Torrent Link dialogs allows multiple links
  • +
  • "None" proxy option to bypass system proxy
  • +
+

Changed

+
    +
  • Breeze is used as a fallback icon theme
  • +
  • Notification portal is used for notifications in Flatpak
  • +
  • Added workaround for Transmission not showing an error for torrent when all trackers have failed
  • +
+

Fixed

+
    +
  • Mapping of mounted directories working incorrectly in some cases
  • +
+
+

Fixed

diff --git a/packaging/rpm/tremotesf.spec b/packaging/rpm/tremotesf.spec index 561279bc..294cf08c 100644 --- a/packaging/rpm/tremotesf.spec +++ b/packaging/rpm/tremotesf.spec @@ -11,7 +11,7 @@ %endif Name: tremotesf -Version: 2.6.3 +Version: 2.7.0 Release: 1%{!?suse_version:%{?dist}} Summary: Remote GUI for transmission-daemon %if %{defined suse_version} @@ -108,6 +108,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{app_id}.desktop %{_metainfodir}/%{app_id}.appdata.xml %changelog +* Sat Aug 31 2024 Alexey Rochev - 2.7.0-1 +- tremotesf-2.7.0 + * Mon Apr 22 2024 Alexey Rochev - 2.6.3-1 - tremotesf-2.6.3