Skip to content

Commit

Permalink
2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
equeim committed Sep 12, 2024
1 parent 0677fd5 commit d5011b1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
9 changes: 9 additions & 0 deletions data/org.equeim.Tremotesf.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@ SPDX-License-Identifier: CC0-1.0
<developer_name>Alexey Rochev</developer_name>

<releases>
<release date="2024-09-13" version="2.7.1">
<description>
<p>Fixed</p>
<ul>
<li>Performance issue with torrents/files lists</li>
<li>Issues with mounted directories mapping</li>
</ul>
</description>
</release>
<release date="2024-08-31" version="2.7.0">
<description>
<p>Added</p>
Expand Down
5 changes: 4 additions & 1 deletion packaging/rpm/tremotesf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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 <[email protected]> - 2.7.1-1
- tremotesf-2.7.1

* Sat Aug 31 2024 Alexey Rochev <[email protected]> - 2.7.0-1
- tremotesf-2.7.0

Expand Down

0 comments on commit d5011b1

Please sign in to comment.