diff --git a/Changelog b/Changelog index 182c5d7a..25d22867 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -TBC - 0.28.0 +2023/09/22 - 0.28.0 - [NEW] - Added ON4KST Chat Support - [NEW] - Added Az BeamWidth and Az Offset to Antenna Profile - [NEW] - Double-Clicking the IBP callsign in the online map tunes the frequency diff --git a/QLog.pro b/QLog.pro index 079129db..d63292bd 100644 --- a/QLog.pro +++ b/QLog.pro @@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 5): QT += widgets TARGET = qlog TEMPLATE = app -VERSION = 0.28.0dev +VERSION = 0.28.0 DEFINES += VERSION=\\\"$$VERSION\\\" diff --git a/debian/changelog b/debian/changelog index e7d24bdf..a042a76e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +qlog (0.28.0-1) UNRELEASED; urgency=low + * [NEW] - Added ON4KST Chat Support + * [NEW] - Added Az BeamWidth and Az Offset to Antenna Profile + * [NEW] - Double-Clicking the IBP callsign in the online map tunes the frequency + * Fixed Browse button should open an expecting folder (issue #241) + * Fixed Reword QSL buttons and Settings in QSO Details and Settings (issue #242) + + -- foldynl Fri, 22 Sep 2023 16:26:02 +0200 + qlog (0.27.0-1) UNRELEASED; urgency=low * [NEW] - Added HRDLog Support * Fixed Text field alignment (issue #233) diff --git a/installer/config/config.xml b/installer/config/config.xml index a1077e96..b663b422 100644 --- a/installer/config/config.xml +++ b/installer/config/config.xml @@ -1,7 +1,7 @@ QLog - 0.27.0 + 0.28.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 528fc1ef..8b221337 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.27.0-1 - 2023-08-21 + 0.28.0-1 + 2023-09-22 true true diff --git a/rpm_spec/qlog.spec b/rpm_spec/qlog.spec index e70b4844..2401face 100644 --- a/rpm_spec/qlog.spec +++ b/rpm_spec/qlog.spec @@ -42,6 +42,13 @@ INSTALL_ROOT=%{buildroot} make -f Makefile install %changelog +* Fri Sep 22 2023 Ladislav Foldyna - 0.28.0-1 +- [NEW] - Added ON4KST Chat Support +- [NEW] - Added Az BeamWidth and Az Offset to Antenna Profile +- [NEW] - Double-Clicking the IBP callsign in the online map tunes the frequency +- Fixed Browse button should open an expecting folder (issue #241) +- Fixed Reword QSL buttons and Settings in QSO Details and Settings (issue #242) + * Mon Aug 21 2023 Ladislav Foldyna - 0.27.0-1 - [NEW] - Added HRDLog Support - Fixed Text field alignment (issue #233)