From 712671bbe92003aadf0558746e3ada68983622f4 Mon Sep 17 00:00:00 2001 From: Ladislav Foldyna Date: Fri, 3 May 2024 13:13:13 +0200 Subject: [PATCH] Preparation for release 0.35.0 --- Changelog | 2 +- QLog.pro | 2 +- debian/changelog | 17 +++++++++++++++++ installer/config/config.xml | 2 +- .../packages/de.dl2ic.qlog/meta/package.xml | 4 ++-- res/io.github.foldynl.QLog.metainfo.xml | 19 +++++++++++++++++++ rpm_spec/qlog.spec | 15 +++++++++++++++ 7 files changed, 56 insertions(+), 5 deletions(-) diff --git a/Changelog b/Changelog index e63a3d11..7c7a67ce 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -TBC - 0.35.0 +2024/05/03 - 0.35.0 - [NEW] - Added Rot Interface PSTRotator Network - [NEW] - Added QSO/QSL Since option to eQSL Dialog - [NEW] - Bandmap - Current Mode segment visualisation diff --git a/QLog.pro b/QLog.pro index fde6235f..0d9583dc 100644 --- a/QLog.pro +++ b/QLog.pro @@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 5): QT += widgets TARGET = qlog TEMPLATE = app -VERSION = 0.35.0dev +VERSION = 0.35.0 DEFINES += VERSION=\\\"$$VERSION\\\" diff --git a/debian/changelog b/debian/changelog index 61e46058..d19a9994 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +qlog (0.35.0-1) UNRELEASED; urgency=low + * [NEW] - Added Rot Interface PSTRotator Network + * [NEW] - Added QSO/QSL Since option to eQSL Dialog + * [NEW] - Bandmap - Current Mode segment visualisation + * [NEW] - CW Console - Added Word/Whole mode switch + * [NEW] - Added Callbook Profile Image Widget + * [NEW] - ASCII conversion based on Text-Unidecode/iconv algorithm (issue #316 #350) + * [NEW] - ITU/CQ Zones can be defined in Station Profile (issue #358) + * [CHANGED] - Spacebar is used as a focus changer for fields where space is not allowed + * [CHANGED] - Focus does not select text in the input fields + * [CHANGED] - Force XCB under Linux Wayland + * [CHANGED] - Bandmap - Added Callsign/Freq/Mode to tooltip (issue #355) + * Fixed incorrect ADIF date format for clublog_qso_upload_date (issue #342) + * Fixed The last name from Callbooks queries (issue #346) + + -- foldynl Fri, 3 May 2024 13:12:36 +0200 + 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) diff --git a/installer/config/config.xml b/installer/config/config.xml index 78e7a3de..accdd089 100644 --- a/installer/config/config.xml +++ b/installer/config/config.xml @@ -1,7 +1,7 @@ QLog - 0.34.0 + 0.35.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 89b8934e..6e03a8eb 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.34.0-1 - 2024-03-25 + 0.35.0-1 + 2024-05-03 true true diff --git a/res/io.github.foldynl.QLog.metainfo.xml b/res/io.github.foldynl.QLog.metainfo.xml index 7b59123d..e0e54f84 100644 --- a/res/io.github.foldynl.QLog.metainfo.xml +++ b/res/io.github.foldynl.QLog.metainfo.xml @@ -47,6 +47,25 @@ https://github.com/foldynl/QLog https://github.com/foldynl/QLog/blob/master/CONTRIBUTING.md + + +
    +
  • [NEW] - Added Rot Interface PSTRotator Network
  • +
  • [NEW] - Added QSO/QSL Since option to eQSL Dialog
  • +
  • [NEW] - Bandmap - Current Mode segment visualisation
  • +
  • [NEW] - CW Console - Added Word/Whole mode switch
  • +
  • [NEW] - Added Callbook Profile Image Widget
  • +
  • [NEW] - ASCII conversion based on Text-Unidecode/iconv algorithm (issue #316 #350)
  • +
  • [NEW] - ITU/CQ Zones can be defined in Station Profile (issue #358)
  • +
  • [CHANGED] - Spacebar is used as a focus changer for fields where space is not allowed
  • +
  • [CHANGED] - Focus does not select text in the input fields
  • +
  • [CHANGED] - Force XCB under Linux Wayland
  • +
  • [CHANGED] - Bandmap - Added Callsign/Freq/Mode to tooltip (issue #355)
  • +
  • Fixed incorrect ADIF date format for clublog_qso_upload_date (issue #342)
  • +
  • Fixed The last name from Callbooks queries (issue #346)
  • +
+
+
    diff --git a/rpm_spec/qlog.spec b/rpm_spec/qlog.spec index af214033..a5489f34 100644 --- a/rpm_spec/qlog.spec +++ b/rpm_spec/qlog.spec @@ -42,6 +42,21 @@ INSTALL_ROOT=%{buildroot} make -f Makefile install %{_metainfodir}/* %changelog +* Fri May 3 2024 Ladislav Foldyna - 0.35.0-1 +- [NEW] - Added Rot Interface PSTRotator Network +- [NEW] - Added QSO/QSL Since option to eQSL Dialog +- [NEW] - Bandmap - Current Mode segment visualisation +- [NEW] - CW Console - Added Word/Whole mode switch +- [NEW] - Added Callbook Profile Image Widget +- [NEW] - ASCII conversion based on Text-Unidecode/iconv algorithm (issue #316 #350) +- [NEW] - ITU/CQ Zones can be defined in Station Profile (issue #358) +- [CHANGED] - Spacebar is used as a focus changer for fields where space is not allowed +- [CHANGED] - Focus does not select text in the input fields +- [CHANGED] - Force XCB under Linux Wayland +- [CHANGED] - Bandmap - Added Callsign/Freq/Mode to tooltip (issue #355) +- Fixed incorrect ADIF date format for clublog_qso_upload_date (issue #342) +- Fixed The last name from Callbooks queries (issue #346) + * 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)