Skip to content

Commit

Permalink
Preparation for release 0.37.2
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Jul 26, 2024
1 parent f6fa29a commit 3ffe7e5
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TBC - 0.37.2
2024/07/26 - 0.37.2
- Fixed Field QSL Send Via should be retained (issue #413)
- Fixed Set rotator position fails if azimuth > 180 (issue #417)
- Fixed Windows State/Size does not save in case of fullscreen (issue #418)
Expand Down
2 changes: 1 addition & 1 deletion QLog.pro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 5): QT += widgets

TARGET = qlog
TEMPLATE = app
VERSION = 0.37.2dev
VERSION = 0.37.2

DEFINES += VERSION=\\\"$$VERSION\\\"

Expand Down
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
qlog (0.37.2-1) UNRELEASED; urgency=low
* Fixed Field QSL Send Via should be retained (issue #413)
* Fixed Set rotator position fails if azimuth > 180 (issue #417)
* Fixed Windows State/Size does not save in case of fullscreen (issue #418)
* Fixed Significant rounding during azimuth calculation (issue #422)
* Updated Simplified Chinese translation
* Updated Spanish translaction
* Added Italian translation (thx IK1VQY)

-- foldynl <[email protected]> Fri, 26 Jul 2024 13:54:11 +0200

qlog (0.37.1-1) UNRELEASED; urgency=low
* Fixed QSO Table Callsign filter is not filled properly (issue #401)
* Fixed DXC zero frequency for last QSO in case of FT8 QSOs (issue #404)
Expand Down
2 changes: 1 addition & 1 deletion installer/config/config.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Installer>
<Name>QLog</Name>
<Version>0.37.1</Version>
<Version>0.37.2</Version>
<Title>QLog</Title>
<Publisher>OK1MLG</Publisher>
<StartMenuDir>QLog</StartMenuDir>
Expand Down
4 changes: 2 additions & 2 deletions installer/packages/de.dl2ic.qlog/meta/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Package>
<DisplayName>QLog</DisplayName>
<Description>The QLog main application.</Description>
<Version>0.37.1-1</Version>
<ReleaseDate>2024-07-10</ReleaseDate>
<Version>0.37.2-1</Version>
<ReleaseDate>2024-07-26</ReleaseDate>
<Default>true</Default>
<Required>true</Required>
<Script>installscript.qs</Script>
Expand Down
13 changes: 13 additions & 0 deletions res/io.github.foldynl.QLog.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,19 @@
<url type="vcs-browser">https://github.com/foldynl/QLog</url>
<url type="contribute">https://github.com/foldynl/QLog/blob/master/CONTRIBUTING.md</url>
<releases>
<release version="0.37.2" date="2024-07-26">
<description>
<ul>
<li>Fixed Field QSL Send Via should be retained (issue #413)</li>
<li>Fixed Set rotator position fails if azimuth > 180 (issue #417)</li>
<li>Fixed Windows State/Size does not save in case of fullscreen (issue #418)</li>
<li>Fixed Significant rounding during azimuth calculation (issue #422)</li>
<li>Updated Simplified Chinese translation</li>
<li>Updated Spanish translaction</li>
<li>Added Italian translation (thx IK1VQY)</li>
</ul>
</description>
</release>
<release version="0.37.1" date="2024-07-10">
<description>
<ul>
Expand Down
9 changes: 9 additions & 0 deletions rpm_spec/qlog.spec
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ INSTALL_ROOT=%{buildroot} make -f Makefile install
%{_metainfodir}/*

%changelog
* Fri Jul 26 2024 Ladislav Foldyna - 0.37.2-1
- Fixed Field QSL Send Via should be retained (issue #413)
- Fixed Set rotator position fails if azimuth > 180 (issue #417)
- Fixed Windows State/Size does not save in case of fullscreen (issue #418)
- Fixed Significant rounding during azimuth calculation (issue #422)
- Updated Simplified Chinese translation
- Updated Spanish translaction
- Added Italian translation (thx IK1VQY)

* Wed Jul 10 2024 Ladislav Foldyna - 0.37.1-1
- Fixed QSO Table Callsign filter is not filled properly (issue #401)
- Fixed DXC zero frequency for last QSO in case of FT8 QSOs (issue #404)
Expand Down

0 comments on commit 3ffe7e5

Please sign in to comment.