Skip to content

Commit

Permalink
2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
equeim committed Nov 19, 2024
1 parent 098f5da commit 816dc92
Show file tree
Hide file tree
Showing 4 changed files with 17 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.3] - 2024-11-20
### Fixed
- Black screen issues when closing fullscreen window on macOS
- File dialog being shown twice in some Linux environments
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.2 LANGUAGES ${languages})
project(tremotesf VERSION 2.7.3 LANGUAGES ${languages})

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

<releases>
<release date="2024-11-20" version="2.7.3">
<description>
<p>Fixed</p>
<ul>
<li>Black screen issues when closing fullscreen window on macOS</li>
<li>File dialog being shown twice in some Linux environments</li>
<li>Crash with GCC 12</li>
<li>Torrent's details in list not being updated for most recently added torrent</li>
</ul>
</description>
</release>
<release date="2024-09-15" version="2.7.2">
<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.2
Version: 2.7.3
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
* Wed Nov 20 2024 Alexey Rochev <equeim@gmail.com> - 2.7.3-1
- tremotesf-2.7.3

* Sun Sep 15 2024 Alexey Rochev <equeim@gmail.com> - 2.7.2-1
- tremotesf-2.7.2

Expand Down

0 comments on commit 816dc92

Please sign in to comment.