Skip to content

Commit

Permalink
Preparation for release 0.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Oct 5, 2024
1 parent e434440 commit eb4cf37
Show file tree
Hide file tree
Showing 7 changed files with 80 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion QLog.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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\\\"

Expand Down
25 changes: 25 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <foldyna@gmail.com> 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)
Expand Down
2 changes: 1 addition & 1 deletion installer/config/config.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Installer>
<Name>QLog</Name>
<Version>0.38.0</Version>
<Version>0.39.0</Version>
<Title>QLog</Title>
<Publisher>OK1MLG</Publisher>
<StartMenuDir>QLog</StartMenuDir>
Expand Down
4 changes: 2 additions & 2 deletions installer/packages/de.dl2ic.qlog/meta/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Package>
<DisplayName>QLog</DisplayName>
<Description>The QLog main application.</Description>
<Version>0.38.0-1</Version>
<ReleaseDate>2024-08-29</ReleaseDate>
<Version>0.39.0-1</Version>
<ReleaseDate>2024-10-05</ReleaseDate>
<Default>true</Default>
<Required>true</Required>
<Script>installscript.qs</Script>
Expand Down
27 changes: 27 additions & 0 deletions res/io.github.foldynl.QLog.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,33 @@
<url type="vcs-browser">https://github.com/foldynl/QLog</url>
<url type="contribute">https://github.com/foldynl/QLog/blob/master/CONTRIBUTING.md</url>
<releases>
<release version="0.39.0" date="2024-10-05">
<description>
<ul>
<li>[NEW] - DXC - Added Full-text search</li>
<li>[NEW] - Select S in RST Edit when focused (issue #454)</li>
<li>[NEW] - Alerts - Added Member Column</li>
<li>[CHANGED] - HamlibDrv Rig/Rot- Added multiplatform reliable sleep</li>
<li>[CHANGED] - Changed Backup policy</li>
<li>[CHANGED] - Logbook page size - improved performance</li>
<li>[CHANGED] - Logbook - CTRL-A (Select All) is disabled</li>
<li>[CHANGED] - Awards - Bands are displayed based on the Settings (issue #452)</li>
<li>[CHANGED] - WSJTX - More reliable detection of CQ stations (PR #471 @aa5sh)</li>
<li>[CHANGED] - WSJTX - SOTA/POTA/WWFF/SIG are being added to the logged QSO (PR #463 @aa5sh)</li>
<li>[CHANGED] - Stats - Add a confirmation dialog for displaying over 50k QSOs on the map</li>
<li>[CHANGED] - New Contact - Starting QSO Timer when Rig online and WSJTX Update Callsign Status is received</li>
<li>[CHANGED] - Added a postponed handling for Rig soft errors (issue #472)</li>
<li>Fixed WSJT-X does not emit band change if rig is disconnected (issue #447)</li>
<li>Fixed Wrong import of ADIF file of another log program (issue #455)</li>
<li>Fixed WSJTX log record is stored incorrectly if it contains non-ASCII chars(issue #458)</li>
<li>Fixed ADIF import does not import records with old DXCC Entities (issue #459)</li>
<li>Fixed ADIF import incorrectly uses Station Profile parameters (issue #461)</li>
<li>Fixed Logbook - QSO Table Column Width Does Not Stick (issue #464)</li>
<li>Fixed Alerts Window displays OOB Spots (issue #469)</li>
<li>Fixed Field values from past QSOs are used incorrectly in case of WSJTX QSOs (#issue 470)</li>
</ul>
</description>
</release>
<release version="0.38.0" date="2024-08-29">
<description>
<ul>
Expand Down
23 changes: 23 additions & 0 deletions rpm_spec/qlog.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit eb4cf37

Please sign in to comment.