diff --git a/Changelog b/Changelog index 6ccaed5e..01a78fe7 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -TBC - 0.37.1 +2024/07/10 - 0.37.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) - Fixed Callsign Context Menu does not work (issue #409) diff --git a/QLog.pro b/QLog.pro index bee45afb..73104368 100644 --- a/QLog.pro +++ b/QLog.pro @@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 5): QT += widgets TARGET = qlog TEMPLATE = app -VERSION = 0.37.1dev +VERSION = 0.37.1 DEFINES += VERSION=\\\"$$VERSION\\\" diff --git a/debian/changelog b/debian/changelog index 15d411f6..5312f9d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +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) + * Fixed Callsign Context Menu does not work (issue #409) + * Fixed QSO Detail Save and Edit buttons are not translated (issue #410) + + -- foldynl Wed, 10 Jul 2024 21:18:45 +0200 + qlog (0.37.0-1) UNRELEASED; urgency=low * [NEW] - Added Shortcuts Editor (issue #293) * [NEW] - Added QO100 Bandplan to correctly categorize the DX Spots diff --git a/installer/config/config.xml b/installer/config/config.xml index 9732a660..d6df32a9 100644 --- a/installer/config/config.xml +++ b/installer/config/config.xml @@ -1,7 +1,7 @@ QLog - 0.37.0 + 0.37.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 ebb92511..5d868f59 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.37.0-1 - 2024-07-01 + 0.37.1-1 + 2024-07-10 true true diff --git a/res/io.github.foldynl.QLog.metainfo.xml b/res/io.github.foldynl.QLog.metainfo.xml index 9dc78e54..747c2059 100644 --- a/res/io.github.foldynl.QLog.metainfo.xml +++ b/res/io.github.foldynl.QLog.metainfo.xml @@ -47,6 +47,16 @@ https://github.com/foldynl/QLog https://github.com/foldynl/QLog/blob/master/CONTRIBUTING.md + + +
    +
  • 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)
  • +
  • Fixed Callsign Context Menu does not work (issue #409)
  • +
  • Fixed QSO Detail Save and Edit buttons are not translated (issue #410)
  • +
+
+
    diff --git a/rpm_spec/qlog.spec b/rpm_spec/qlog.spec index 56686364..b51c71a6 100644 --- a/rpm_spec/qlog.spec +++ b/rpm_spec/qlog.spec @@ -42,6 +42,12 @@ INSTALL_ROOT=%{buildroot} make -f Makefile install %{_metainfodir}/* %changelog +* 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) +- Fixed Callsign Context Menu does not work (issue #409) +- Fixed QSO Detail Save and Edit buttons are not translated (issue #410) + * Mon Jul 1 2024 Ladislav Foldyna - 0.37.0-1 - [NEW] - Added Shortcuts Editor (issue #293) - [NEW] - Added QO100 Bandplan to correctly categorize the DX Spots