Skip to content

Commit

Permalink
2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
equeim committed Dec 5, 2024
1 parent 583997a commit fef5834
Show file tree
Hide file tree
Showing 4 changed files with 15 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.4] - 2024-12-06
### Fixed
- Tray icon disappearing in some X11 environments
- Wrong translation being loaded on Windows
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.3 LANGUAGES ${languages})
project(tremotesf VERSION 2.7.4 LANGUAGES ${languages})

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

<releases>
<release date="2024-12-06" version="2.7.4">
<description>
<p>Fixed</p>
<ul>
<li>Tray icon disappearing in some X11 environments</li>
<li>Wrong translation being loaded on Windows</li>
</ul>
</description>
</release>
<release date="2024-11-20" version="2.7.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 @@ -13,7 +13,7 @@
%endif

Name: tremotesf
Version: 2.7.3
Version: 2.7.4
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
* Fri Dec 06 2024 Alexey Rochev <[email protected]> - 2.7.4-1
- tremotesf-2.7.4

* Wed Nov 20 2024 Alexey Rochev <[email protected]> - 2.7.3-1
- tremotesf-2.7.3

Expand Down

0 comments on commit fef5834

Please sign in to comment.