From 94e55cd68866157402f5e7896965127ab6470309 Mon Sep 17 00:00:00 2001 From: Ladislav Foldyna Date: Fri, 29 Nov 2024 12:08:19 +0100 Subject: [PATCH] Preparation for release 0.40.1 --- Changelog | 2 +- QLog.pro | 2 +- debian/changelog | 10 ++++++++++ installer/config/config.xml | 2 +- installer/packages/de.dl2ic.qlog/meta/package.xml | 4 ++-- res/io.github.foldynl.QLog.metainfo.xml | 12 ++++++++++++ rpm_spec/qlog.spec | 8 ++++++++ 7 files changed, 35 insertions(+), 5 deletions(-) diff --git a/Changelog b/Changelog index e69a2aae..a0fa6b2e 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -TBC - 0.40.1 +2024/11/29 - 0.40.1 - Fixed Bands - Added missing 8m band (issue #515) - Fixed CW Console - EXCSTR does not work properly (issue #517) - Fixed Activity Manager - Missing Propagation Mode None (issue #519) diff --git a/QLog.pro b/QLog.pro index 2a15001a..ce918fed 100644 --- a/QLog.pro +++ b/QLog.pro @@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 5): QT += widgets TARGET = qlog TEMPLATE = app -VERSION = 0.40.1dev +VERSION = 0.40.1 DEFINES += VERSION=\\\"$$VERSION\\\" diff --git a/debian/changelog b/debian/changelog index 3763e943..c20f1467 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +qlog (0.40.1-1) UNRELEASED; urgency=low + * Fixed Bands - Added missing 8m band (issue #515) + * Fixed CW Console - EXCSTR does not work properly (issue #517) + * Fixed Activity Manager - Missing Propagation Mode None (issue #519) + * Fixed QSO Filter - filter fields with random order (PR #525 @aa5sh) + * Fixed TCI error when you change Rig (issue #526) + * Fixed NewContact - satellite mode too wide (issue #527) + + -- foldynl Fri, 29 Nov 2024 12:07:56 +0100 + qlog (0.40.0-1) UNRELEASED; urgency=low * [NEW] - Activity Manager - merged Layout Manager and profiles (issue #408) * [NEW] - Activity Manager - Added new dynamic fields - Contest fields, RX/TX Power diff --git a/installer/config/config.xml b/installer/config/config.xml index d567cb8d..0d648605 100644 --- a/installer/config/config.xml +++ b/installer/config/config.xml @@ -1,7 +1,7 @@ QLog - 0.40.0 + 0.40.1 QLog OK1MLG QLog diff --git a/installer/packages/de.dl2ic.qlog/meta/package.xml b/installer/packages/de.dl2ic.qlog/meta/package.xml index 4791aed0..2ee81cae 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.40.0-1 - 2024-11-24 + 0.40.1-1 + 2024-11-29 true true diff --git a/res/io.github.foldynl.QLog.metainfo.xml b/res/io.github.foldynl.QLog.metainfo.xml index 4cdef6b4..a14fa543 100644 --- a/res/io.github.foldynl.QLog.metainfo.xml +++ b/res/io.github.foldynl.QLog.metainfo.xml @@ -47,6 +47,18 @@ https://github.com/foldynl/QLog https://github.com/foldynl/QLog/blob/master/CONTRIBUTING.md + + +
    +
  • Fixed Bands - Added missing 8m band (issue #515)
  • +
  • Fixed CW Console - EXCSTR does not work properly (issue #517)
  • +
  • Fixed Activity Manager - Missing Propagation Mode None (issue #519)
  • +
  • Fixed QSO Filter - filter fields with random order (PR #525 @aa5sh)
  • +
  • Fixed TCI error when you change Rig (issue #526)
  • +
  • Fixed NewContact - satellite mode too wide (issue #527)
  • +
+
+
    diff --git a/rpm_spec/qlog.spec b/rpm_spec/qlog.spec index fd8c3cc4..22dde1c2 100644 --- a/rpm_spec/qlog.spec +++ b/rpm_spec/qlog.spec @@ -42,6 +42,14 @@ INSTALL_ROOT=%{buildroot} make -f Makefile install %{_metainfodir}/* %changelog +* Fri Nov 29 2024 Ladislav Foldyna - 0.40.1-1 +- Fixed Bands - Added missing 8m band (issue #515) +- Fixed CW Console - EXCSTR does not work properly (issue #517) +- Fixed Activity Manager - Missing Propagation Mode None (issue #519) +- Fixed QSO Filter - filter fields with random order (PR #525 @aa5sh) +- Fixed TCI error when you change Rig (issue #526) +- Fixed NewContact - satellite mode too wide (issue #527) + * Sun Nov 24 2024 Ladislav Foldyna - 0.40.0-1 - [NEW] - Activity Manager - merged Layout Manager and profiles (issue #408) - [NEW] - Activity Manager - Added new dynamic fields - Contest fields, RX/TX Power