diff --git a/Changelog b/Changelog index 5f56bed1..6da4463c 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -TBC - 0.38.0 +2024/08/29 - 0.38.0 - [NEW] - Logbook - Added Send DX Spot to the QSO Context Menu - [NEW] - DX Filter - Added Dedup Time/Freq difference setting (@aa5sh) - [NEW] - Rig Setting - Added RTS/DTR PTT Type support (issue #353) diff --git a/QLog.pro b/QLog.pro index 083fa342..96883365 100644 --- a/QLog.pro +++ b/QLog.pro @@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 5): QT += widgets TARGET = qlog TEMPLATE = app -VERSION = 0.38.0dev +VERSION = 0.38.0 DEFINES += VERSION=\\\"$$VERSION\\\" diff --git a/debian/changelog b/debian/changelog index 5e812365..4a71b2c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +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) + * [NEW] - Rig Setting - Added RTS/DTR PTT Type support (issue #353) + * [NEW] - Bandmap - Scrollbar position is saved per band (issue #415) + * [NEW] - New Contact - Added a dynamic value completer for SIG field (issue #425) + * [NEW] - Awards - Added SOTA/POTA/WWFF (@aa5sh issue #311) + * [NEW] - Awards - Added Not-Worked Filter + * [NEW] - New Contact - Added Long Path Azimuth info + * [NEW] - POTA Fields allow a comma-delimited list of one or more POTA Refs + * [NEW] - WSJTX tunes freq/mode like Rig if rig is disconnected + * [CHANGED] - Alert Widget is a Dock Widget (issue #399) + * [CHANGED] - QLog adds more information from callbook for WSJTX QSOs (issues #403 #405 #420) + * [CHANGED] - File Open dialogs are not a native dialog under Linux (issue #427) + * [CHANGED] - Profiles transferred to DB + * [CHANGED] - LOV last_dates transferred to DB + * [CHANGED] - DX Cluster - Login Callsign is always the base Callsign + * [REMOVED] - Setting DXCC Date + * Fix for MacOS Layout Geometry Restore (@aa5sh) + * Fixed TQSL does not block GUI thread + * Fixed MacOS build process (@aa5sh) + + -- foldynl Thu, 29 Aug 2024 11:11:09 +0200 + qlog (0.37.2-1) UNRELEASED; urgency=low * Fixed Field QSL Send Via should be retained (issue #413) * Fixed Set rotator position fails if azimuth > 180 (issue #417) diff --git a/installer/config/config.xml b/installer/config/config.xml index 7cd73343..a3c67372 100644 --- a/installer/config/config.xml +++ b/installer/config/config.xml @@ -1,7 +1,7 @@ QLog - 0.37.2 + 0.38.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 98f244da..56760841 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.37.2-1 - 2024-07-26 + 0.38.0-1 + 2024-08-29 true true diff --git a/res/io.github.foldynl.QLog.metainfo.xml b/res/io.github.foldynl.QLog.metainfo.xml index 4a80bfe0..a82ac9c3 100644 --- a/res/io.github.foldynl.QLog.metainfo.xml +++ b/res/io.github.foldynl.QLog.metainfo.xml @@ -47,6 +47,32 @@ https://github.com/foldynl/QLog https://github.com/foldynl/QLog/blob/master/CONTRIBUTING.md + + +
    +
  • [NEW] - Logbook - Added Send DX Spot to the QSO Context Menu
  • +
  • [NEW] - DX Filter - Added Dedup Time/Freq difference setting (@aa5sh)
  • +
  • [NEW] - Rig Setting - Added RTS/DTR PTT Type support (issue #353)
  • +
  • [NEW] - Bandmap - Scrollbar position is saved per band (issue #415)
  • +
  • [NEW] - New Contact - Added a dynamic value completer for SIG field (issue #425)
  • +
  • [NEW] - Awards - Added SOTA/POTA/WWFF (@aa5sh issue #311)
  • +
  • [NEW] - Awards - Added Not-Worked Filter
  • +
  • [NEW] - New Contact - Added Long Path Azimuth info
  • +
  • [NEW] - POTA Fields allow a comma-delimited list of one or more POTA Refs
  • +
  • [NEW] - WSJTX tunes freq/mode like Rig if rig is disconnected
  • +
  • [CHANGED] - Alert Widget is a Dock Widget (issue #399)
  • +
  • [CHANGED] - QLog adds more information from callbook for WSJTX QSOs (issues #403 #405 #420)
  • +
  • [CHANGED] - File Open dialogs are not a native dialog under Linux (issue #427)
  • +
  • [CHANGED] - Profiles transferred to DB
  • +
  • [CHANGED] - LOV last_dates transferred to DB
  • +
  • [CHANGED] - DX Cluster - Login Callsign is always the base Callsign
  • +
  • [REMOVED] - Setting DXCC Date
  • +
  • Fix for MacOS Layout Geometry Restore (@aa5sh)
  • +
  • Fixed TQSL does not block GUI thread
  • +
  • Fixed MacOS build process (@aa5sh)
  • +
+
+
    diff --git a/rpm_spec/qlog.spec b/rpm_spec/qlog.spec index 51aef1d5..fdd4fe1d 100644 --- a/rpm_spec/qlog.spec +++ b/rpm_spec/qlog.spec @@ -42,6 +42,28 @@ INSTALL_ROOT=%{buildroot} make -f Makefile install %{_metainfodir}/* %changelog +* 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) +- [NEW] - Rig Setting - Added RTS/DTR PTT Type support (issue #353) +- [NEW] - Bandmap - Scrollbar position is saved per band (issue #415) +- [NEW] - New Contact - Added a dynamic value completer for SIG field (issue #425) +- [NEW] - Awards - Added SOTA/POTA/WWFF (@aa5sh issue #311) +- [NEW] - Awards - Added Not-Worked Filter +- [NEW] - New Contact - Added Long Path Azimuth info +- [NEW] - POTA Fields allow a comma-delimited list of one or more POTA Refs +- [NEW] - WSJTX tunes freq/mode like Rig if rig is disconnected +- [CHANGED] - Alert Widget is a Dock Widget (issue #399) +- [CHANGED] - QLog adds more information from callbook for WSJTX QSOs (issues #403 #405 #420) +- [CHANGED] - File Open dialogs are not a native dialog under Linux (issue #427) +- [CHANGED] - Profiles transferred to DB +- [CHANGED] - LOV last_dates transferred to DB +- [CHANGED] - DX Cluster - Login Callsign is always the base Callsign +- [REMOVED] - Setting DXCC Date +- Fix for MacOS Layout Geometry Restore (@aa5sh) +- Fixed TQSL does not block GUI thread +- Fixed MacOS build process (@aa5sh) + * Fri Jul 26 2024 Ladislav Foldyna - 0.37.2-1 - Fixed Field QSL Send Via should be retained (issue #413) - Fixed Set rotator position fails if azimuth > 180 (issue #417)