diff --git a/Changelog b/Changelog index b11535a1..2ca47f01 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -TDB - 0.6.0 +2022/03/06 - 0.6.0 - [NEW] QSL - added import a file with QSL - with QSLr column - Fixed QLog start when Band is 3cm (too long start time due to the Bandmap drawing) (issue #6) - Fixed Rotator Widget Warning - map transformation issue (issue #8) diff --git a/QLog.pro b/QLog.pro index 5ca28ee0..1815055b 100644 --- a/QLog.pro +++ b/QLog.pro @@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = qlog TEMPLATE = app -VERSION = 0.5.0 +VERSION = 0.6.0 DEFINES += VERSION=\\\"$$VERSION\\\" diff --git a/debian/changelog b/debian/changelog index bc70a305..1fa888ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +qlog (0.6.0-1) UNRELEASED; urgency=low + * [NEW] QSL - added import a file with QSL - QSLr column + * Fixed QLog start when Band is 3cm (too long start time due to the Bandmap drawing) (issue #6) + * Fixed Rotator Widget Warning - map transformation issue (issue #8) + * Changed Bandmap window narrow size (issue #3) + * Changed User Filter Widget size + * Removed Units from Logbook widget + * Removed UTC string + * Renamed RSTs, RSTr etc. (issue #4) + * Renamed Main Menu Services->Service and Station->Equipment + * Internal - reworked Service networking signal handling + + -- foldynl Sun, 5 Mar 2022 08:00:00 +0200 + qlog (0.5.0-1) UNRELEASED; urgency=low * DB: Started to use *_INTL fields diff --git a/installer/config/config.xml b/installer/config/config.xml index 847fe197..c8048c7e 100644 --- a/installer/config/config.xml +++ b/installer/config/config.xml @@ -1,7 +1,7 @@ QLog - 0.5.0 + 0.6.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 8574531a..6cee4780 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.5.0-1 - 2022-02-19 + 0.6.0-1 + 2022-03-06 true diff --git a/rpm_spec/qlog.spec b/rpm_spec/qlog.spec index c83698f4..aaffd564 100644 --- a/rpm_spec/qlog.spec +++ b/rpm_spec/qlog.spec @@ -42,6 +42,18 @@ INSTALL_ROOT=%{buildroot} make -f Makefile install %changelog +* Sun Mar 6 2022 Ladislav Foldyna - 0.6.0-1 +- [NEW] QSL - added import a file with QSL - QSLr column +- Fixed QLog start when Band is 3cm (too long start time due to the Bandmap drawing) (issue #6) +- Fixed Rotator Widget Warning - map transformation issue (issue #8) +- Changed Bandmap window narrow size (issue #3) +- Changed User Filter Widget size +- Removed Units from Logbook widget +- Removed UTC string +- Renamed RSTs, RSTr etc. (issue #4) +- Renamed Main Menu Services->Service and Station->Equipment +- Internal - reworked Service networking signal handling + * Sat Feb 19 2022 Ladislav Foldyna - 0.5.0-1 - DB: Started to use *_INTL fields - DB: Added all ADIF-supported modes/submodes