Skip to content

Commit

Permalink
2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
equeim committed Aug 30, 2024
1 parent fb9e273 commit 9af5dc5
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [2.7.0] - 2024-08-31
### Added
- Merging trackers when adding existing torrent
- Add Torrent Link dialogs allows multiple links
Expand All @@ -17,7 +17,7 @@
- Removed dependency on Qt Concurrent module
- Breeze is used as a fallback icon theme and should be installed as a runtime dependency
- Clarified runtime dependency on Qt's SVG image format plugin
- Notification portal is used for notification in Flatpak
- Notification portal is used for notifications in Flatpak
- Added workaround for Transmission not showing an error for torrent when all trackers have failed
- Networking and some other async code is rewritten using C++ coroutines. Hopefully nothing is broken :)

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

option(TREMOTESF_QT6 "Build with Qt 6" ON)

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

<releases>
<release date="2024-08-31" version="2.7.0">
<description>
<p>Added</p>
<ul>
<li>Merging trackers when adding existing torrent</li>
<li>Add Torrent Link dialogs allows multiple links</li>
<li>"None" proxy option to bypass system proxy</li>
</ul>
<p>Changed</p>
<ul>
<li>Breeze is used as a fallback icon theme</li>
<li>Notification portal is used for notifications in Flatpak</li>
<li>Added workaround for Transmission not showing an error for torrent when all trackers have failed</li>
</ul>
<p>Fixed</p>
<ul>
<li>Mapping of mounted directories working incorrectly in some cases</li>
</ul>
</description>
</release>
<release date="2024-04-22" version="2.6.3">
<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 @@ -11,7 +11,7 @@
%endif

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

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

* Mon Apr 22 2024 Alexey Rochev <[email protected]> - 2.6.3-1
- tremotesf-2.6.3

Expand Down

0 comments on commit 9af5dc5

Please sign in to comment.