Skip to content

Commit

Permalink
2.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
equeim committed Jan 14, 2025
1 parent be9af33 commit 8703c18
Show file tree
Hide file tree
Showing 4 changed files with 14 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.5] - 2025-01-14
### Added
- Windows on ARM64 support

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.4 LANGUAGES ${languages})
project(tremotesf VERSION 2.7.5 LANGUAGES ${languages})

option(TREMOTESF_QT6 "Build with Qt 6" ON)
option(TREMOTESF_ASAN "Build with AddressSanitizer" OFF)
Expand Down
8 changes: 8 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,14 @@ SPDX-License-Identifier: CC0-1.0
<developer_name>Alexey Rochev</developer_name>

<releases>
<release date="2025-01-14" version="2.7.5">
<description>
<p>Fixed</p>
<ul>
<li>Failures to add torrents when "Delete .torrent file" option is enabled</li>
</ul>
</description>
</release>
<release date="2024-12-06" version="2.7.4">
<description>
<p>Fixed</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.4
Version: 2.7.5
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
* Tue Jan 14 2025 Alexey Rochev <[email protected]> - 2.7.5-1
- tremotesf-2.7.5

* Fri Dec 06 2024 Alexey Rochev <[email protected]> - 2.7.4-1
- tremotesf-2.7.4

Expand Down

0 comments on commit 8703c18

Please sign in to comment.