diff --git a/Changelog b/Changelog index e52cce09..47c15f2e 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -TBC - 0.39.0 +2024/10/05 - 0.39.0 - [NEW] - DXC - Added Full-text search - [NEW] - Select S in RST Edit when focused (issue #454) - [NEW] - Alerts - Added Member Column diff --git a/QLog.pro b/QLog.pro index aba89815..6e6caedd 100644 --- a/QLog.pro +++ b/QLog.pro @@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 5): QT += widgets TARGET = qlog TEMPLATE = app -VERSION = 0.39.0dev +VERSION = 0.39.0 DEFINES += VERSION=\\\"$$VERSION\\\" diff --git a/debian/changelog b/debian/changelog index 4a71b2c8..c5dc28c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,28 @@ +qlog (0.39.0-1) UNRELEASED; urgency=low + * [NEW] - DXC - Added Full-text search + * [NEW] - Select S in RST Edit when focused (issue #454) + * [NEW] - Alerts - Added Member Column + * [CHANGED] - HamlibDrv Rig/Rot- Added multiplatform reliable sleep + * [CHANGED] - Changed Backup policy + * [CHANGED] - Logbook page size - improved performance + * [CHANGED] - Logbook - CTRL-A (Select All) is disabled + * [CHANGED] - Awards - Bands are displayed based on the Settings (issue #452) + * [CHANGED] - WSJTX - More reliable detection of CQ stations (PR #471 @aa5sh) + * [CHANGED] - WSJTX - SOTA/POTA/WWFF/SIG are being added to the logged QSO (PR #463 @aa5sh) + * [CHANGED] - Stats - Add a confirmation dialog for displaying over 50k QSOs on the map + * [CHANGED] - New Contact - Starting QSO Timer when Rig online and WSJTX Update Callsign Status is received + * [CHANGED] - Added a postponed handling for Rig soft errors (issue #472) + * Fixed WSJT-X does not emit band change if rig is disconnected (issue #447) + * Fixed Wrong import of ADIF file of another log program (issue #455) + * Fixed WSJTX log record is stored incorrectly if it contains non-ASCII chars(issue #458) + * Fixed ADIF import does not import records with old DXCC Entities (issue #459) + * Fixed ADIF import incorrectly uses Station Profile parameters (issue #461) + * Fixed Logbook - QSO Table Column Width Does Not Stick (issue #464) + * Fixed Alerts Window displays OOB Spots (issue #469) + * Fixed Field values from past QSOs are used incorrectly in case of WSJTX QSOs (#issue 470) + + -- foldynl Sat, 5 Oct 2024 13:33:52 +0200 + qlog (0.38.0-1) UNRELEASED; urgency=low * [NEW] - Logbook - Added Send DX Spot to the QSO Context Menu * [NEW] - DX Filter - Added Dedup Time/Freq difference setting (@aa5sh) diff --git a/installer/config/config.xml b/installer/config/config.xml index a3c67372..19e7cb11 100644 --- a/installer/config/config.xml +++ b/installer/config/config.xml @@ -1,7 +1,7 @@ QLog - 0.38.0 + 0.39.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 56760841..c00cf7b5 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.38.0-1 - 2024-08-29 + 0.39.0-1 + 2024-10-05 true true diff --git a/res/io.github.foldynl.QLog.metainfo.xml b/res/io.github.foldynl.QLog.metainfo.xml index a82ac9c3..8dff595c 100644 --- a/res/io.github.foldynl.QLog.metainfo.xml +++ b/res/io.github.foldynl.QLog.metainfo.xml @@ -47,6 +47,33 @@ https://github.com/foldynl/QLog https://github.com/foldynl/QLog/blob/master/CONTRIBUTING.md + + +
    +
  • [NEW] - DXC - Added Full-text search
  • +
  • [NEW] - Select S in RST Edit when focused (issue #454)
  • +
  • [NEW] - Alerts - Added Member Column
  • +
  • [CHANGED] - HamlibDrv Rig/Rot- Added multiplatform reliable sleep
  • +
  • [CHANGED] - Changed Backup policy
  • +
  • [CHANGED] - Logbook page size - improved performance
  • +
  • [CHANGED] - Logbook - CTRL-A (Select All) is disabled
  • +
  • [CHANGED] - Awards - Bands are displayed based on the Settings (issue #452)
  • +
  • [CHANGED] - WSJTX - More reliable detection of CQ stations (PR #471 @aa5sh)
  • +
  • [CHANGED] - WSJTX - SOTA/POTA/WWFF/SIG are being added to the logged QSO (PR #463 @aa5sh)
  • +
  • [CHANGED] - Stats - Add a confirmation dialog for displaying over 50k QSOs on the map
  • +
  • [CHANGED] - New Contact - Starting QSO Timer when Rig online and WSJTX Update Callsign Status is received
  • +
  • [CHANGED] - Added a postponed handling for Rig soft errors (issue #472)
  • +
  • Fixed WSJT-X does not emit band change if rig is disconnected (issue #447)
  • +
  • Fixed Wrong import of ADIF file of another log program (issue #455)
  • +
  • Fixed WSJTX log record is stored incorrectly if it contains non-ASCII chars(issue #458)
  • +
  • Fixed ADIF import does not import records with old DXCC Entities (issue #459)
  • +
  • Fixed ADIF import incorrectly uses Station Profile parameters (issue #461)
  • +
  • Fixed Logbook - QSO Table Column Width Does Not Stick (issue #464)
  • +
  • Fixed Alerts Window displays OOB Spots (issue #469)
  • +
  • Fixed Field values from past QSOs are used incorrectly in case of WSJTX QSOs (#issue 470)
  • +
+
+
    diff --git a/rpm_spec/qlog.spec b/rpm_spec/qlog.spec index fdd4fe1d..106e5e13 100644 --- a/rpm_spec/qlog.spec +++ b/rpm_spec/qlog.spec @@ -42,6 +42,29 @@ INSTALL_ROOT=%{buildroot} make -f Makefile install %{_metainfodir}/* %changelog +* Sat Oct 5 2024 Ladislav Foldyna - 0.39.0-1 +- [NEW] - DXC - Added Full-text search +- [NEW] - Select S in RST Edit when focused (issue #454) +- [NEW] - Alerts - Added Member Column +- [CHANGED] - HamlibDrv Rig/Rot- Added multiplatform reliable sleep +- [CHANGED] - Changed Backup policy +- [CHANGED] - Logbook page size - improved performance +- [CHANGED] - Logbook - CTRL-A (Select All) is disabled +- [CHANGED] - Awards - Bands are displayed based on the Settings (issue #452) +- [CHANGED] - WSJTX - More reliable detection of CQ stations (PR #471 @aa5sh) +- [CHANGED] - WSJTX - SOTA/POTA/WWFF/SIG are being added to the logged QSO (PR #463 @aa5sh) +- [CHANGED] - Stats - Add a confirmation dialog for displaying over 50k QSOs on the map +- [CHANGED] - New Contact - Starting QSO Timer when Rig online and WSJTX Update Callsign Status is received +- [CHANGED] - Added a postponed handling for Rig soft errors (issue #472) +- Fixed WSJT-X does not emit band change if rig is disconnected (issue #447) +- Fixed Wrong import of ADIF file of another log program (issue #455) +- Fixed WSJTX log record is stored incorrectly if it contains non-ASCII chars(issue #458) +- Fixed ADIF import does not import records with old DXCC Entities (issue #459) +- Fixed ADIF import incorrectly uses Station Profile parameters (issue #461) +- Fixed Logbook - QSO Table Column Width Does Not Stick (issue #464) +- Fixed Alerts Window displays OOB Spots (issue #469) +- Fixed Field values from past QSOs are used incorrectly in case of WSJTX QSOs (#issue 470) + * Thu Aug 29 2024 Ladislav Foldyna - 0.38.0-1 - [NEW] - Logbook - Added Send DX Spot to the QSO Context Menu - [NEW] - DX Filter - Added Dedup Time/Freq difference setting (@aa5sh)