Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.7.1 #533

Merged
merged 2 commits into from
Sep 12, 2024
Merged

2.7.1 #533

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# 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)

### Fixed
- Performance regression on Windows (and potential performance improvements on other platforms)
- Crash on Windows
- Issues with mounted directories mapping

## [2.7.0] - 2024-08-31
### Added
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
Loading