Skip to content

Commit

Permalink
2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
equeim committed Jan 8, 2024
1 parent 2a23532 commit d532abf
Show file tree
Hide file tree
Showing 4 changed files with 30 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.6.0] - 2024-01-08
### Added
- macOS support
- Option to open torrent's file or download directory on double click
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if (APPLE)
list(APPEND languages OBJCXX)
endif ()

project(tremotesf VERSION 2.5.0 LANGUAGES ${languages})
project(tremotesf VERSION 2.6.0 LANGUAGES ${languages})

option(TREMOTESF_QT6 "Build with Qt 6" OFF)

Expand Down
24 changes: 24 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,30 @@ SPDX-License-Identifier: CC0-1.0
<developer_name>Alexey Rochev</developer_name>

<releases>
<release date="2024-01-08" version="2.6.0">
<description>
<p>Added</p>
<ul>
<li>Option to open torrent's file or download directory on double click</li>
<li>Option to not activate main window when adding torrents (except on macOS where application is always activated)</li>
<li>Option to not show "Add Torrent" dialog when adding torrents</li>
<li>Right click on status bar opens menu to quickly connect to different server</li>
<li>Support of xdg-activation protocol on Wayland</li>
</ul>
<p>Changed</p>
<ul>
<li>"Open" and "Show in file manager" actions now show error dialog if file/directory does not exist,
instead if being inaccessible</li>
<li>"Show in file manager" actions has been renamed to "Open download directory"</li>
<li>Progress bar's text is now drawn according to Qt style (though Breeze style still draws text next to the progress bar, not inside of it)</li>
</ul>
<p>Fixed</p>
<ul>
<li>Initial state of "Lock toolbar" menu action</li>
<li>Progress bar being drawn in incorrect column in torrent's files list</li>
</ul>
</description>
</release>
<release date="2023-10-15" version="2.5.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 @@ -8,7 +8,7 @@
%global qt_version %[%{with qt6} ? 6 : 5]

Name: tremotesf
Version: 2.5.0
Version: 2.6.0
Release: 1%{!?suse_version:%{?dist}}
Summary: Remote GUI for transmission-daemon
%if %{defined suse_version}
Expand Down Expand Up @@ -91,6 +91,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{app_id}.desktop
%{_metainfodir}/%{app_id}.appdata.xml

%changelog
* Mon Jan 08 2024 Alexey Rochev <[email protected]> - 2.6.0-1
- tremotesf-2.6.0

* Sun Oct 15 2023 Alexey Rochev <[email protected]> - 2.5.0-1
- tremotesf-2.5.0

Expand Down

0 comments on commit d532abf

Please sign in to comment.