Skip to content

Commit 5ea3f47

Browse files
committed
2.9.1
1 parent 0a49f80 commit 5ea3f47

File tree

4 files changed

+28
-2
lines changed

4 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [2.9.1] - 2025-12-09
4+
### Fixed
5+
- Changed maximum values of idle limits and speed limits settings to align them with Transmission limitations
6+
7+
### Changed
8+
- Increased default width of some dialogs (thanks @glutenmancy)
9+
- Updated KDE Flatpak runtime to 6.10 branch
10+
- Updated translations
11+
312
## [2.9.0] - 2025-10-03
413
### Added
514
- The first column in torrents, trackers, and peers lists can now be reordered too (thanks @keizie)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if (APPLE)
1515
set(CMAKE_OSX_DEPLOYMENT_TARGET "${TREMOTESF_MACOS_DEPLOYMENT_TARGET}")
1616
endif ()
1717

18-
project(tremotesf VERSION 2.9.0 LANGUAGES ${languages})
18+
project(tremotesf VERSION 2.9.1 LANGUAGES ${languages})
1919

2020
option(TREMOTESF_ASAN "Build with AddressSanitizer" OFF)
2121

data/org.equeim.Tremotesf.appdata.xml.in

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,20 @@ SPDX-License-Identifier: CC0-1.0
5454
<developer_name>Alexey Rochev</developer_name>
5555

5656
<releases>
57+
<release date="2025-12-09" version="2.9.1">
58+
<description>
59+
<p>Fixed</p>
60+
<ul>
61+
<li>Changed maximum values of idle limits and speed limits settings to align them with Transmission limitations</li>
62+
</ul>
63+
<p>Changed</p>
64+
<ul>
65+
<li>Increased default width of some dialogs (thanks @glutenmancy)</li>
66+
<li>Updated KDE Flatpak runtime to 6.10 branch</li>
67+
<li>Updated translations</li>
68+
</ul>
69+
</description>
70+
</release>
5771
<release date="2025-10-03" version="2.9.0">
5872
<description>
5973
<p>Added</p>

packaging/rpm/tremotesf.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
%global app_id org.equeim.Tremotesf
88

99
Name: tremotesf
10-
Version: 2.9.0
10+
Version: 2.9.1
1111
Release: 1%{!?suse_version:%{?dist}}
1212
Summary: Remote GUI for transmission-daemon
1313
%if %{defined suse_version}
@@ -105,6 +105,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{app_id}.desktop
105105
%{_metainfodir}/%{app_id}.appdata.xml
106106

107107
%changelog
108+
* Tue Dec 09 2025 Alexey Rochev <[email protected]> - 2.9.1-1
109+
- tremotesf-2.9.1
110+
108111
* Fri Oct 03 2025 Alexey Rochev <[email protected]> - 2.9.0-1
109112
- tremotesf-2.9.0
110113

0 commit comments

Comments
 (0)