From 5f8bf45bf922bc65c314b798b13e80fb217514da Mon Sep 17 00:00:00 2001 From: Ladislav Foldyna Date: Mon, 25 Mar 2024 13:54:53 +0100 Subject: [PATCH] Preparation for release 0.34.0 --- Changelog | 2 +- QLog.pro | 2 +- debian/changelog | 13 +++++++++++++ installer/config/config.xml | 2 +- installer/packages/de.dl2ic.qlog/meta/package.xml | 4 ++-- res/io.github.foldynl.QLog.metainfo.xml | 15 +++++++++++++++ rpm_spec/qlog.spec | 11 +++++++++++ 7 files changed, 44 insertions(+), 5 deletions(-) diff --git a/Changelog b/Changelog index 72fa7837..db3d9d23 100644 --- a/Changelog +++ b/Changelog @@ -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) diff --git a/QLog.pro b/QLog.pro index a65a0d72..2b07201e 100644 --- a/QLog.pro +++ b/QLog.pro @@ -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\\\" diff --git a/debian/changelog b/debian/changelog index 8e5a1bfa..61e46058 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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) diff --git a/installer/config/config.xml b/installer/config/config.xml index cd833e2f..78e7a3de 100644 --- a/installer/config/config.xml +++ b/installer/config/config.xml @@ -1,7 +1,7 @@ QLog - 0.33.1 + 0.34.0 QLog OK1MLG QLog diff --git a/installer/packages/de.dl2ic.qlog/meta/package.xml b/installer/packages/de.dl2ic.qlog/meta/package.xml index f8145096..89b8934e 100644 --- a/installer/packages/de.dl2ic.qlog/meta/package.xml +++ b/installer/packages/de.dl2ic.qlog/meta/package.xml @@ -2,8 +2,8 @@ QLog The QLog main application. - 0.33.1-1 - 2024-03-09 + 0.34.0-1 + 2024-03-25 true true diff --git a/res/io.github.foldynl.QLog.metainfo.xml b/res/io.github.foldynl.QLog.metainfo.xml index 2f5c3e16..7b59123d 100644 --- a/res/io.github.foldynl.QLog.metainfo.xml +++ b/res/io.github.foldynl.QLog.metainfo.xml @@ -47,6 +47,21 @@ https://github.com/foldynl/QLog https://github.com/foldynl/QLog/blob/master/CONTRIBUTING.md + + +
    +
  • [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
  • +
+
+
    diff --git a/rpm_spec/qlog.spec b/rpm_spec/qlog.spec index d3498a82..af214033 100644 --- a/rpm_spec/qlog.spec +++ b/rpm_spec/qlog.spec @@ -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)