diff --git a/CHANGELOG.md b/CHANGELOG.md index 77ebdff8..43f1cdc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [2.7.3] - 2024-11-20 ### Fixed - Black screen issues when closing fullscreen window on macOS - File dialog being shown twice in some Linux environments diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c69a9cb..95489fb8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ if (APPLE) list(APPEND languages OBJCXX) endif () -project(tremotesf VERSION 2.7.2 LANGUAGES ${languages}) +project(tremotesf VERSION 2.7.3 LANGUAGES ${languages}) option(TREMOTESF_QT6 "Build with Qt 6" ON) option(TREMOTESF_ASAN "Build with AddressSanitizer" OFF) diff --git a/data/org.equeim.Tremotesf.appdata.xml.in b/data/org.equeim.Tremotesf.appdata.xml.in index 2b7bf98d..bb756440 100644 --- a/data/org.equeim.Tremotesf.appdata.xml.in +++ b/data/org.equeim.Tremotesf.appdata.xml.in @@ -54,6 +54,17 @@ SPDX-License-Identifier: CC0-1.0 Alexey Rochev + + +

Fixed

+
    +
  • Black screen issues when closing fullscreen window on macOS
  • +
  • File dialog being shown twice in some Linux environments
  • +
  • Crash with GCC 12
  • +
  • Torrent's details in list not being updated for most recently added torrent
  • +
+
+

Fixed

diff --git a/packaging/rpm/tremotesf.spec b/packaging/rpm/tremotesf.spec index daf962af..19ed32d0 100644 --- a/packaging/rpm/tremotesf.spec +++ b/packaging/rpm/tremotesf.spec @@ -13,7 +13,7 @@ %endif Name: tremotesf -Version: 2.7.2 +Version: 2.7.3 Release: 1%{!?suse_version:%{?dist}} Summary: Remote GUI for transmission-daemon %if %{defined suse_version} @@ -117,6 +117,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{app_id}.desktop %{_metainfodir}/%{app_id}.appdata.xml %changelog +* Wed Nov 20 2024 Alexey Rochev - 2.7.3-1 +- tremotesf-2.7.3 + * Sun Sep 15 2024 Alexey Rochev - 2.7.2-1 - tremotesf-2.7.2