Skip to content

Commit

Permalink
Preparation for release 0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Mar 25, 2024
1 parent 2a84503 commit 5f8bf45
Show file tree
Hide file tree
Showing 7 changed files with 44 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.34.0
2024/03/25 - 0.34.0
- [NEW] - Rotator Widget - Azimuth by Clicking
- [NEW] - Rotator Widget - QSO button provides Short/Long Path (issue #330)
- [NEW] - Equipment Menu - Added Keep Options between application restart (issue #331)
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.34.0dev
VERSION = 0.34.0

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

Expand Down
13 changes: 13 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
qlog (0.34.0-1) UNRELEASED; urgency=low
* [NEW] - Rotator Widget - Azimuth by Clicking
* [NEW] - Rotator Widget - QSO button provides Short/Long Path (issue #330)
* [NEW] - Equipment Menu - Added Keep Options between application restart (issue #331)
* Fixed TCI - Thetis Connection issue (issue #327)
* Fixed TCI - Spots To Rig are not displayed (issue #328)
* Fixed Bandmap unintentionally emits frequency labels (issue #333)
* Fixed Failing to load grid square for G and EI SOTA summits (issue #336)
* Fixed HRDLog On-Air message is not sent (issue #337)
* Fixed Offline Map - Improved Path drawing

-- foldynl <foldyna@gmail.com> Mon, 25 Mar 2024 13:54:20 +0100

qlog (0.33.1-1) UNRELEASED; urgency=critical
* Fixed Rotator offline map is incorrectly centered (issue #324)
* Fixed Hamlib integration not working (issue #325)
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.33.1</Version>
<Version>0.34.0</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.33.1-1</Version>
<ReleaseDate>2024-03-09</ReleaseDate>
<Version>0.34.0-1</Version>
<ReleaseDate>2024-03-25</ReleaseDate>
<Default>true</Default>
<Required>true</Required>
<Script>installscript.qs</Script>
Expand Down
15 changes: 15 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,21 @@
<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.34.0" date="2024-03-25">
<description>
<ul>
<li>[NEW] - Rotator Widget - Azimuth by Clicking</li>
<li>[NEW] - Rotator Widget - QSO button provides Short/Long Path (issue #330)</li>
<li>[NEW] - Equipment Menu - Added Keep Options between application restart (issue #331)</li>
<li>Fixed TCI - Thetis Connection issue (issue #327)</li>
<li>Fixed TCI - Spots To Rig are not displayed (issue #328)</li>
<li>Fixed Bandmap unintentionally emits frequency labels (issue #333)</li>
<li>Fixed Failing to load grid square for G and EI SOTA summits (issue #336)</li>
<li>Fixed HRDLog On-Air message is not sent (issue #337)</li>
<li>Fixed Offline Map - Improved Path drawing</li>
</ul>
</description>
</release>
<release version="0.33.1" date="2024-03-09">
<description>
<ul>
Expand Down
11 changes: 11 additions & 0 deletions rpm_spec/qlog.spec
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,17 @@ INSTALL_ROOT=%{buildroot} make -f Makefile install
%{_metainfodir}/*

%changelog
* Mon Mar 25 2024 Ladislav Foldyna - 0.34.0-1
- [NEW] - Rotator Widget - Azimuth by Clicking
- [NEW] - Rotator Widget - QSO button provides Short/Long Path (issue #330)
- [NEW] - Equipment Menu - Added Keep Options between application restart (issue #331)
- Fixed TCI - Thetis Connection issue (issue #327)
- Fixed TCI - Spots To Rig are not displayed (issue #328)
- Fixed Bandmap unintentionally emits frequency labels (issue #333)
- Fixed Failing to load grid square for G and EI SOTA summits (issue #336)
- Fixed HRDLog On-Air message is not sent (issue #337)
- Fixed Offline Map - Improved Path drawing

* Sat Mar 9 2024 Ladislav Foldyna - 0.33.1-1
- Fixed Rotator offline map is incorrectly centered (issue #324)
- Fixed Hamlib integration not working (issue #325)
Expand Down

0 comments on commit 5f8bf45

Please sign in to comment.