Skip to content

Commit

Permalink
2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
equeim committed Apr 1, 2024
1 parent eac4c36 commit 5dddf4e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [2.6.2] - 2024-04-01
### Fixed
- Application being closed when opening file picker in Qt 6 builds

## [2.6.1] - 2024-03-17
### Added
- Added TREMOTESF_WITH_HTTPLIB CMake option to control how cpp-httplib test dependency is searched. Possible values:
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.6.1 LANGUAGES ${languages})
project(tremotesf VERSION 2.6.2 LANGUAGES ${languages})

option(TREMOTESF_QT6 "Build with Qt 6" ON)

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

<releases>
<release date="2024-04-01" version="2.6.2">
<description>
<p>Fixed</p>
<ul>
<li>Application being closed when opening file picker in Qt 6 builds</li>
</ul>
</description>
</release>
<release date="2024-03-17" version="2.6.1">
<description>
<p>Changed</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.1
Version: 2.6.2
Release: 1%{!?suse_version:%{?dist}}
Summary: Remote GUI for transmission-daemon
%if %{defined suse_version}
Expand Down Expand Up @@ -103,6 +103,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{app_id}.desktop
%{_metainfodir}/%{app_id}.appdata.xml

%changelog
* Mon Apr 01 2024 Alexey Rochev <[email protected]> - 2.6.2-1
- tremotesf-2.6.2

* Sun Mar 17 2024 Alexey Rochev <[email protected]> - 2.6.1-1
- tremotesf-2.6.1

Expand Down

0 comments on commit 5dddf4e

Please sign in to comment.