diff --git a/Changelog b/Changelog index 0dd130f2..eb5d3314 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -TBD - 0.7.0 +2022/04/08 - 0.7.0 - Settings - Ant/Rig/Rot are profiles - Reworked Ant/Rig/Rot Pages - Added RIG Properties (issue #18) @@ -6,6 +6,7 @@ TBD - 0.7.0 - added VFO/XIT/RIT/PWR Indicators (issue #20 and issue #23) - Rot Widget - works again - AZ/EL are stored to database if rot is connected (issue #22) +- Fixed issues with the Statistic Widget Combos (issue 25) 2022/03/10 - 0.6.5 - Fixed missing modes in Setting Dialog (issue #11) diff --git a/QLog.pro b/QLog.pro index ad5a5fe8..f20bcd87 100644 --- a/QLog.pro +++ b/QLog.pro @@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = qlog TEMPLATE = app -VERSION = 0.7.0-devel +VERSION = 0.7.0 DEFINES += VERSION=\\\"$$VERSION\\\" diff --git a/debian/changelog b/debian/changelog index 02485a8f..954301e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +qlog (0.7.0-1) UNRELEASED; urgency=low + + * [NEW] - Ant/Rig/Rot Profiles + * [NEW] - Rig widget shows additional information + * [NEW] - Rig widget Band/Mode/Profile Changer + * [NEW] - Rot profile Changer + * [NEW] - AZ/EL are stored when Rot is connected + * Fixed an issue with Statistic widget (issue #25) + * Fixed Rot AZ current value (issue #22) + + -- foldynl Fri, 8 Apr 2022 12:00:00 +0200 + + qlog (0.6.5-1) UNRELEASED; urgency=low * Fixed missing modes in Setting Dialog (issue #11) diff --git a/installer/config/config.xml b/installer/config/config.xml index 531a1342..a58c33ea 100644 --- a/installer/config/config.xml +++ b/installer/config/config.xml @@ -1,7 +1,7 @@ QLog - 0.6.5 + 0.7.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 0cb6e0e6..f894a1b4 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.6.5-1 - 2022-03-10 + 0.7.0-1 + 2022-04-08 true diff --git a/rpm_spec/qlog.spec b/rpm_spec/qlog.spec index 991d70b8..404db9a0 100644 --- a/rpm_spec/qlog.spec +++ b/rpm_spec/qlog.spec @@ -42,6 +42,15 @@ INSTALL_ROOT=%{buildroot} make -f Makefile install %changelog +* Fri Apr 8 2022 Ladislav Foldyna - 0.7.0-1 +- [NEW] Ant/Rig/Rot Profiles +- [NEW] Rig widget shows additional information +- [NEW] Rig widget Band/Mode/Profile Changer +- [NEW] Rot profile Changer +- [NEW] AZ/EL are stored when Rot is connected +- Fixed an issue with Statistic widget (issue #25) +- Fixed Rot AZ current value (issue #22) + * Thu Mar 10 2022 Ladislav Foldyna - 0.6.5-1 - Fixed missing modes in Setting Dialog (issue #11) - Fixed Station Profile text color in dark mode (issue #10)