From d5011b1e27733f607e66c7699959f1d54555a45d Mon Sep 17 00:00:00 2001 From: Alexey Rochev Date: Fri, 13 Sep 2024 00:23:06 +0300 Subject: [PATCH] 2.7.1 --- CHANGELOG.md | 2 +- CMakeLists.txt | 2 +- data/org.equeim.Tremotesf.appdata.xml.in | 9 +++++++++ packaging/rpm/tremotesf.spec | 5 ++++- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 095c8fe7..01e14599 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [2.7.1] - 2024-09-13 ### Added - Dialog is shown when fatal error occurs on Windows - TREMOTESF_ASAN CMake option to build with AddressSanitizer (off by default) diff --git a/CMakeLists.txt b/CMakeLists.txt index bd22614d..c5b9c722 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ if (APPLE) list(APPEND languages OBJCXX) endif () -project(tremotesf VERSION 2.7.0 LANGUAGES ${languages}) +project(tremotesf VERSION 2.7.1 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 5ab3770e..93a453ef 100644 --- a/data/org.equeim.Tremotesf.appdata.xml.in +++ b/data/org.equeim.Tremotesf.appdata.xml.in @@ -54,6 +54,15 @@ SPDX-License-Identifier: CC0-1.0 Alexey Rochev + + +

Fixed

+
    +
  • Performance issue with torrents/files lists
  • +
  • Issues with mounted directories mapping
  • +
+
+

Added

diff --git a/packaging/rpm/tremotesf.spec b/packaging/rpm/tremotesf.spec index 6848ca1a..57b7a468 100644 --- a/packaging/rpm/tremotesf.spec +++ b/packaging/rpm/tremotesf.spec @@ -13,7 +13,7 @@ %endif Name: tremotesf -Version: 2.7.0 +Version: 2.7.1 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 +* Fri Sep 13 2024 Alexey Rochev - 2.7.1-1 +- tremotesf-2.7.1 + * Sat Aug 31 2024 Alexey Rochev - 2.7.0-1 - tremotesf-2.7.0