diff --git a/Changelog b/Changelog index 195ecb96..70ca7ce8 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -TBC - 0.33.1 +2024/03/09 - 0.33.1 - Fixed Rotator offline map is incorrectly centered (issue #324) - Fixed Hamlib integration not working (issue #325) - Fixed issue when Hamlib reopen rig caused Initialization Error diff --git a/QLog.pro b/QLog.pro index 9b4d2088..26a39471 100644 --- a/QLog.pro +++ b/QLog.pro @@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 5): QT += widgets TARGET = qlog TEMPLATE = app -VERSION = 0.33.1dev +VERSION = 0.33.1 DEFINES += VERSION=\\\"$$VERSION\\\" diff --git a/debian/changelog b/debian/changelog index 2c78535e..8e5a1bfa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +qlog (0.33.1-1) UNRELEASED; urgency=critical + * Fixed Rotator offline map is incorrectly centered (issue #324) + * Fixed Hamlib integration not working (issue #325) + * Fixed issue when Hamlib reopen rig caused Initialization Error + * Fixed issue when Omnirig Drv did not emit rigIsReady signal + + -- foldynl Sat, 9 Mar 2024 13:37:01 +0100 + qlog (0.33.0-1) UNRELEASED; urgency=low * [NEW] - Added Rig Interface TCI * [NEW] - Callbook search can be temporarily paused diff --git a/installer/config/config.xml b/installer/config/config.xml index 3fb4490d..cd833e2f 100644 --- a/installer/config/config.xml +++ b/installer/config/config.xml @@ -1,7 +1,7 @@ QLog - 0.33.0 + 0.33.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 6c909138..f8145096 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.0-1 - 2024-03-08 + 0.33.1-1 + 2024-03-09 true true diff --git a/res/io.github.foldynl.QLog.metainfo.xml b/res/io.github.foldynl.QLog.metainfo.xml index 65d6c311..2f5c3e16 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 Rotator offline map is incorrectly centered (issue #324)
  • +
  • Fixed Hamlib integration not working (issue #325)
  • +
  • Fixed issue when Hamlib reopen rig caused Initialization Error
  • +
  • Fixed issue when Omnirig Drv did not emit rigIsReady signal
  • +
+
+
    diff --git a/rpm_spec/qlog.spec b/rpm_spec/qlog.spec index 6130328b..d3498a82 100644 --- a/rpm_spec/qlog.spec +++ b/rpm_spec/qlog.spec @@ -42,6 +42,12 @@ INSTALL_ROOT=%{buildroot} make -f Makefile install %{_metainfodir}/* %changelog +* 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) +- Fixed issue when Hamlib reopen rig caused Initialization Error +- Fixed issue when Omnirig Drv did not emit rigIsReady signal + * Fri Mar 8 2024 Ladislav Foldyna - 0.33.0-1 - [NEW] - Added Rig Interface TCI - [NEW] - Callbook search can be temporarily paused