Skip to content

Commit 0c9ef84

Browse files
committed
Preparation for release 0.52.0
1 parent 77595b9 commit 0c9ef84

7 files changed

Lines changed: 158 additions & 5 deletions

File tree

Changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
TBC - 0.52.0
1+
2026/08/21 - 0.52.0
22
- [NEW] - QSL Printing - Added Custom Paper Size (issue #1089)
33
- [NEW] - FLDigi Logging - Added ADIF UDP logging method (issue #1113)
44
- [NEW] - Services - Added QSLInfo.de as the QSL Manager Service (PR #1116 @aa5sh @foldynl)

QLog.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 5): QT += widgets
1010

1111
TARGET = qlog
1212
TEMPLATE = app
13-
VERSION = 0.52.0dev
13+
VERSION = 0.52.0
1414

1515
DEFINES += VERSION=\\\"$$VERSION\\\"
1616

debian/changelog

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,54 @@
1+
qlog (0.52.0-1) UNRELEASED; urgency=low
2+
* [NEW] - QSL Printing - Added Custom Paper Size (issue #1089)
3+
* [NEW] - FLDigi Logging - Added ADIF UDP logging method (issue #1113)
4+
* [NEW] - Services - Added QSLInfo.de as the QSL Manager Service (PR #1116 @aa5sh @foldynl)
5+
* [NEW] - Alerts - Added ability to clear selected alerts (PR #1104 @aa5sh)
6+
* [NEW] - LoTW - Added an All Callsigns option (PR #1084 @aa5sh)
7+
* [NEW] - LoTW/eQSL - Report reasons for unmatched QSOs
8+
* [NEW] - Online Map - Added HeardMe Spot from PSKReporter and RBN (PR #1115 #1107 @aa5sh @foldynl)
9+
* [NEW] - Online Map - WSJTX-CQ Added the second ring if SNR > -15dB
10+
* [NEW] - Online Map - Added interactive antenna control; Target Antenna context menu
11+
* [NEW] - Offline Map - Added zoom, panning, and QSO path fitting
12+
* [NEW] - Settings - Antenna profile can be selected automatically by TX band (issue #392 #781)
13+
* [NEW] - Settings - Antenna profile can have an Assigned Rotator
14+
* [NEW] - Settings - Added an option to hide DXCC entity flags (issue #1129)
15+
* [NEW] - Statistics - Added QSO histogram by operator callsign (PR #1127 @mc-doge666)
16+
* [NEW] - Added direct labeling of QSL Sent QSO context menu (PR #1123 @mc-doge666)
17+
* [NEW] - Contest - Added Flexible Exchange Linking
18+
* [NEW] - Rotator Widget - Add persistent map navigation (zooming/moving)
19+
* [CHANGED] - Online Map - Improve dark mode night-side visibility
20+
* [CHANGED] - Online Map - Adapt antenna beam length to map context
21+
* [CHANGED] - ADI/ADX Import - Added checks of enumerated values (issue #1117 PR #1119 @aa5sh)
22+
* [CHANGED] - ADI/ADX Import - Warnings are displayed if an incorrect enum (issue #1117 PR #1119)
23+
* [CHANGED] - Logging External QSO - Warn once per station context is different
24+
* [CHANGED] - LoTW - Do not overwrite paper QSL received-via field
25+
* [CHANGED] - LoTW - Resolve ambiguous QSL matches by exact time
26+
* [CHANGED] - Activity Editor - Rotator Override takes priority over the antenna's Assigned Rotator
27+
* [CHANGED] - Main Menu - Removed Equipment - Added Power On-Off buttons to corresponding widgets
28+
* Fixed WAAC not connected to the Log (issue #1097)
29+
* Fixed Rig Widget displays an incorrect Bandmap Guide Label (issue #1108)
30+
* Fixed Cannot directly edit notes or multiline fields (issue #1111)
31+
* Fixed LoTW - Merge QSL credits instead of overwriting them
32+
* Fixed LoTW - Case-insensitive compare for SAT_NAME
33+
* Fixed eQSL - Refresh AG status for redownloaded confirmations
34+
* Fixed Rotator - Apply antenna azimuth offset consistently across drivers
35+
* Fixed Offline Map Ant Path calculation
36+
* Fixed Rotator Widget - Use circular distance for azimuth deadband
37+
* Fixed QSL confirmation status is not displayed correctly in QSO Detail and tooltip (issue #1125)
38+
* Fixed DXCC flag assignments and documented neutral handling of territorial disputes (issue #1129)
39+
* Fixed EQSL abort crash (issue #1138 PR #1139 @aa5sh)
40+
* Fixed serial parity configuration passed to rigctld
41+
* Fixed Added more lighthouse suffixes LH, LS, LT
42+
* Hamlib Share Rig - various fixes
43+
* Omnirig - various fixes
44+
* TCI - various fixes
45+
* Flrig - various fixes
46+
* Hamlib Rotaror - various fixes
47+
* PSTRot - various fixes
48+
* Rotator Widget - various fixes
49+
50+
-- foldynl <foldyna@gmail.com> Fri, 21 Aug 2026 18:24:23 +0200
51+
152
qlog (0.51.1-1) UNRELEASED; urgency=low
253
* Fixed WSJTX QSO Name Field is cleared (issue #1019)
354
* Fixed WAAC - added missing ZS0, ZS9, displaying prefixes (issue #1070)

installer/config/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Installer>
33
<Name>QLog</Name>
4-
<Version>0.51.1</Version>
4+
<Version>0.52.0</Version>
55
<Title>QLog</Title>
66
<Publisher>OK1MLG</Publisher>
77
<StartMenuDir>QLog</StartMenuDir>

installer/packages/de.dl2ic.qlog/meta/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<Package>
33
<DisplayName>QLog</DisplayName>
44
<Description>The QLog main application.</Description>
5-
<Version>0.51.1-1</Version>
6-
<ReleaseDate>2026-07-07</ReleaseDate>
5+
<Version>0.52.0-1</Version>
6+
<ReleaseDate>2026-08-21</ReleaseDate>
77
<Default>true</Default>
88
<Required>true</Required>
99
<Script>installscript.qs</Script>

res/io.github.foldynl.QLog.metainfo.xml

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,59 @@
5151
<url type="vcs-browser">https://github.com/foldynl/QLog</url>
5252
<url type="contribute">https://github.com/foldynl/QLog/blob/master/CONTRIBUTING.md</url>
5353
<releases>
54+
<release version="0.52.0" date="2026-08-21">
55+
<description>
56+
<ul>
57+
<li>[NEW] - QSL Printing - Added Custom Paper Size (issue #1089)</li>
58+
<li>[NEW] - FLDigi Logging - Added ADIF UDP logging method (issue #1113)</li>
59+
<li>[NEW] - Services - Added QSLInfo.de as the QSL Manager Service (PR #1116 @aa5sh @foldynl)</li>
60+
<li>[NEW] - Alerts - Added ability to clear selected alerts (PR #1104 @aa5sh)</li>
61+
<li>[NEW] - LoTW - Added an All Callsigns option (PR #1084 @aa5sh)</li>
62+
<li>[NEW] - LoTW/eQSL - Report reasons for unmatched QSOs</li>
63+
<li>[NEW] - Online Map - Added HeardMe Spot from PSKReporter and RBN (PR #1115 #1107 @aa5sh @foldynl)</li>
64+
<li>[NEW] - Online Map - WSJTX-CQ Added the second ring if SNR &gt; -15dB</li>
65+
<li>[NEW] - Online Map - Added interactive antenna control; Target Antenna context menu</li>
66+
<li>[NEW] - Offline Map - Added zoom, panning, and QSO path fitting</li>
67+
<li>[NEW] - Settings - Antenna profile can be selected automatically by TX band (issue #392 #781)</li>
68+
<li>[NEW] - Settings - Antenna profile can have an Assigned Rotator</li>
69+
<li>[NEW] - Settings - Added an option to hide DXCC entity flags (issue #1129)</li>
70+
<li>[NEW] - Statistics - Added QSO histogram by operator callsign (PR #1127 @mc-doge666)</li>
71+
<li>[NEW] - Added direct labeling of QSL Sent QSO context menu (PR #1123 @mc-doge666)</li>
72+
<li>[NEW] - Contest - Added Flexible Exchange Linking</li>
73+
<li>[NEW] - Rotator Widget - Add persistent map navigation (zooming/moving)</li>
74+
<li>[CHANGED] - Online Map - Improve dark mode night-side visibility</li>
75+
<li>[CHANGED] - Online Map - Adapt antenna beam length to map context</li>
76+
<li>[CHANGED] - ADI/ADX Import - Added checks of enumerated values (issue #1117 PR #1119 @aa5sh)</li>
77+
<li>[CHANGED] - ADI/ADX Import - Warnings are displayed if an incorrect enum (issue #1117 PR #1119)</li>
78+
<li>[CHANGED] - Logging External QSO - Warn once per station context is different</li>
79+
<li>[CHANGED] - LoTW - Do not overwrite paper QSL received-via field</li>
80+
<li>[CHANGED] - LoTW - Resolve ambiguous QSL matches by exact time</li>
81+
<li>[CHANGED] - Activity Editor - Rotator Override takes priority over the antenna's Assigned Rotator</li>
82+
<li>[CHANGED] - Main Menu - Removed Equipment - Added Power On-Off buttons to corresponding widgets</li>
83+
<li>Fixed WAAC not connected to the Log (issue #1097)</li>
84+
<li>Fixed Rig Widget displays an incorrect Bandmap Guide Label (issue #1108)</li>
85+
<li>Fixed Cannot directly edit notes or multiline fields (issue #1111)</li>
86+
<li>Fixed LoTW - Merge QSL credits instead of overwriting them</li>
87+
<li>Fixed LoTW - Case-insensitive compare for SAT_NAME</li>
88+
<li>Fixed eQSL - Refresh AG status for redownloaded confirmations</li>
89+
<li>Fixed Rotator - Apply antenna azimuth offset consistently across drivers</li>
90+
<li>Fixed Offline Map Ant Path calculation</li>
91+
<li>Fixed Rotator Widget - Use circular distance for azimuth deadband</li>
92+
<li>Fixed QSL confirmation status is not displayed correctly in QSO Detail and tooltip (issue #1125)</li>
93+
<li>Fixed DXCC flag assignments and documented neutral handling of territorial disputes (issue #1129)</li>
94+
<li>Fixed EQSL abort crash (issue #1138 PR #1139 @aa5sh)</li>
95+
<li>Fixed serial parity configuration passed to rigctld</li>
96+
<li>Fixed Added more lighthouse suffixes LH, LS, LT</li>
97+
<li>Hamlib Share Rig - various fixes</li>
98+
<li>Omnirig - various fixes</li>
99+
<li>TCI - various fixes</li>
100+
<li>Flrig - various fixes</li>
101+
<li>Hamlib Rotaror - various fixes</li>
102+
<li>PSTRot - various fixes</li>
103+
<li>Rotator Widget - various fixes</li>
104+
</ul>
105+
</description>
106+
</release>
54107
<release version="0.51.1" date="2026-07-07">
55108
<description>
56109
<ul>

rpm_spec/qlog.spec

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,55 @@ INSTALL_ROOT=%{buildroot} make -f Makefile install
6363
%{_mandir}/man1/*
6464

6565
%changelog
66+
* Fri Aug 21 2026 Ladislav Foldyna - 0.52.0-1
67+
- [NEW] - QSL Printing - Added Custom Paper Size (issue #1089)
68+
- [NEW] - FLDigi Logging - Added ADIF UDP logging method (issue #1113)
69+
- [NEW] - Services - Added QSLInfo.de as the QSL Manager Service (PR #1116 @aa5sh @foldynl)
70+
- [NEW] - Alerts - Added ability to clear selected alerts (PR #1104 @aa5sh)
71+
- [NEW] - LoTW - Added an All Callsigns option (PR #1084 @aa5sh)
72+
- [NEW] - LoTW/eQSL - Report reasons for unmatched QSOs
73+
- [NEW] - Online Map - Added HeardMe Spot from PSKReporter and RBN (PR #1115 #1107 @aa5sh @foldynl)
74+
- [NEW] - Online Map - WSJTX-CQ Added the second ring if SNR > -15dB
75+
- [NEW] - Online Map - Added interactive antenna control; Target Antenna context menu
76+
- [NEW] - Offline Map - Added zoom, panning, and QSO path fitting
77+
- [NEW] - Settings - Antenna profile can be selected automatically by TX band (issue #392 #781)
78+
- [NEW] - Settings - Antenna profile can have an Assigned Rotator
79+
- [NEW] - Settings - Added an option to hide DXCC entity flags (issue #1129)
80+
- [NEW] - Statistics - Added QSO histogram by operator callsign (PR #1127 @mc-doge666)
81+
- [NEW] - Added direct labeling of QSL Sent QSO context menu (PR #1123 @mc-doge666)
82+
- [NEW] - Contest - Added Flexible Exchange Linking
83+
- [NEW] - Rotator Widget - Add persistent map navigation (zooming/moving)
84+
- [CHANGED] - Online Map - Improve dark mode night-side visibility
85+
- [CHANGED] - Online Map - Adapt antenna beam length to map context
86+
- [CHANGED] - ADI/ADX Import - Added checks of enumerated values (issue #1117 PR #1119 @aa5sh)
87+
- [CHANGED] - ADI/ADX Import - Warnings are displayed if an incorrect enum (issue #1117 PR #1119)
88+
- [CHANGED] - Logging External QSO - Warn once per station context is different
89+
- [CHANGED] - LoTW - Do not overwrite paper QSL received-via field
90+
- [CHANGED] - LoTW - Resolve ambiguous QSL matches by exact time
91+
- [CHANGED] - Activity Editor - Rotator Override takes priority over the antenna's Assigned Rotator
92+
- [CHANGED] - Main Menu - Removed Equipment - Added Power On-Off buttons to corresponding widgets
93+
- Fixed WAAC not connected to the Log (issue #1097)
94+
- Fixed Rig Widget displays an incorrect Bandmap Guide Label (issue #1108)
95+
- Fixed Cannot directly edit notes or multiline fields (issue #1111)
96+
- Fixed LoTW - Merge QSL credits instead of overwriting them
97+
- Fixed LoTW - Case-insensitive compare for SAT_NAME
98+
- Fixed eQSL - Refresh AG status for redownloaded confirmations
99+
- Fixed Rotator - Apply antenna azimuth offset consistently across drivers
100+
- Fixed Offline Map Ant Path calculation
101+
- Fixed Rotator Widget - Use circular distance for azimuth deadband
102+
- Fixed QSL confirmation status is not displayed correctly in QSO Detail and tooltip (issue #1125)
103+
- Fixed DXCC flag assignments and documented neutral handling of territorial disputes (issue #1129)
104+
- Fixed EQSL abort crash (issue #1138 PR #1139 @aa5sh)
105+
- Fixed serial parity configuration passed to rigctld
106+
- Fixed Added more lighthouse suffixes LH, LS, LT
107+
- Hamlib Share Rig - various fixes
108+
- Omnirig - various fixes
109+
- TCI - various fixes
110+
- Flrig - various fixes
111+
- Hamlib Rotaror - various fixes
112+
- PSTRot - various fixes
113+
- Rotator Widget - various fixes
114+
66115
* Tue Jul 7 2026 Ladislav Foldyna - 0.51.1-1
67116
- Fixed WSJTX QSO Name Field is cleared (issue #1019)
68117
- Fixed WAAC - added missing ZS0, ZS9, displaying prefixes (issue #1070)

0 commit comments

Comments
 (0)