Skip to content

Commit 8f9c758

Browse files
committed
Preparation for release 0.43.0
1 parent 2ba2bbb commit 8f9c758

File tree

7 files changed

+56
-5
lines changed

7 files changed

+56
-5
lines changed

Changelog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
TBC - 0.43.0
1+
2025/04/04 - 0.43.0
22
- [NEW] - Added support to receive QSOs from CSN SAT Device (PR #610 @aa5sh)
33
- [NEW] - Bandmap - Multiple independent bandmap windows (PR #593 @kyleboyle @foldynl)
44
- [NEW] - Winkey Keyer driver currently supports v1 and v2 hardware

QLog.pro

+1-1
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.43.0dev
13+
VERSION = 0.43.0
1414

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

debian/changelog

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
qlog (0.43.0-1) UNRELEASED; urgency=low
2+
* [NEW] - Added support to receive QSOs from CSN SAT Device (PR #610 @aa5sh)
3+
* [NEW] - Bandmap - Multiple independent bandmap windows (PR #593 @kyleboyle @foldynl)
4+
* [NEW] - Winkey Keyer driver currently supports v1 and v2 hardware
5+
* [NEW] - QSO Detail - QSLs QSLr Msg is editable
6+
* [NEW] - Activity Manager - Added new dynamic field - QSL Message Send
7+
* [CHANGED] - HamlibDrv - Enabled Power, RIT, XIT, Morse for RIG Netctl
8+
* [CHANGED] - QSO Detail - QSLMSG replaced by QSLMSG_RCVD (issue #633)
9+
* [CHANGED] - eQSL Upload - Added an option to choose a QSLMsg field
10+
* [CHANGED] - eQSL Download - eQSL QSLMSG is stored to QLog QSLMSG_RCVD
11+
* [CHANGED] - eQSL Download - Added QSLMSG_RCVD merging - eQSL message is appended
12+
* Fixed Speed pot doesn't seem to work with a WinKeyer; double chars (issue #618)
13+
* Fixed BandMap Spots colour change after a QSO (issue #632)
14+
* Fixed Incorrect Field Mapping for Received eQSL Messages (issue #633)
15+
16+
-- foldynl <[email protected]> Fri, 4 Apr 2025 14:19:18 +0200
17+
118
qlog (0.42.2-1) UNRELEASED; urgency=low
219
* Fixed Logbook country translations (issue #608)
320
* Fixed Unexpected dialog when QSO after contest (issue #614)

installer/config/config.xml

+1-1
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.42.2</Version>
4+
<Version>0.43.0</Version>
55
<Title>QLog</Title>
66
<Publisher>OK1MLG</Publisher>
77
<StartMenuDir>QLog</StartMenuDir>

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

+2-2
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.42.2-1</Version>
6-
<ReleaseDate>2025-03-07</ReleaseDate>
5+
<Version>0.43.0-1</Version>
6+
<ReleaseDate>2025-04-04</ReleaseDate>
77
<Default>true</Default>
88
<Required>true</Required>
99
<Script>installscript.qs</Script>

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

+19
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,25 @@
5050
<url type="vcs-browser">https://github.com/foldynl/QLog</url>
5151
<url type="contribute">https://github.com/foldynl/QLog/blob/master/CONTRIBUTING.md</url>
5252
<releases>
53+
<release version="0.43.0" date="2025-04-04">
54+
<description>
55+
<ul>
56+
<li>[NEW] - Added support to receive QSOs from CSN SAT Device (PR #610 @aa5sh)</li>
57+
<li>[NEW] - Bandmap - Multiple independent bandmap windows (PR #593 @kyleboyle @foldynl)</li>
58+
<li>[NEW] - Winkey Keyer driver currently supports v1 and v2 hardware</li>
59+
<li>[NEW] - QSO Detail - QSLs QSLr Msg is editable</li>
60+
<li>[NEW] - Activity Manager - Added new dynamic field - QSL Message Send</li>
61+
<li>[CHANGED] - HamlibDrv - Enabled Power, RIT, XIT, Morse for RIG Netctl</li>
62+
<li>[CHANGED] - QSO Detail - QSLMSG replaced by QSLMSG_RCVD (issue #633)</li>
63+
<li>[CHANGED] - eQSL Upload - Added an option to choose a QSLMsg field</li>
64+
<li>[CHANGED] - eQSL Download - eQSL QSLMSG is stored to QLog QSLMSG_RCVD</li>
65+
<li>[CHANGED] - eQSL Download - Added QSLMSG_RCVD merging - eQSL message is appended</li>
66+
<li>Fixed Speed pot doesn't seem to work with a WinKeyer; double chars (issue #618)</li>
67+
<li>Fixed BandMap Spots colour change after a QSO (issue #632)</li>
68+
<li>Fixed Incorrect Field Mapping for Received eQSL Messages (issue #633)</li>
69+
</ul>
70+
</description>
71+
</release>
5372
<release version="0.42.2" date="2025-03-07">
5473
<description>
5574
<ul>

rpm_spec/qlog.spec

+15
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,21 @@ INSTALL_ROOT=%{buildroot} make -f Makefile install
4242
%{_metainfodir}/*
4343

4444
%changelog
45+
* Fri Apr 4 2025 Ladislav Foldyna - 0.43.0-1
46+
- [NEW] - Added support to receive QSOs from CSN SAT Device (PR #610 @aa5sh)
47+
- [NEW] - Bandmap - Multiple independent bandmap windows (PR #593 @kyleboyle @foldynl)
48+
- [NEW] - Winkey Keyer driver currently supports v1 and v2 hardware
49+
- [NEW] - QSO Detail - QSLs QSLr Msg is editable
50+
- [NEW] - Activity Manager - Added new dynamic field - QSL Message Send
51+
- [CHANGED] - HamlibDrv - Enabled Power, RIT, XIT, Morse for RIG Netctl
52+
- [CHANGED] - QSO Detail - QSLMSG replaced by QSLMSG_RCVD (issue #633)
53+
- [CHANGED] - eQSL Upload - Added an option to choose a QSLMsg field
54+
- [CHANGED] - eQSL Download - eQSL QSLMSG is stored to QLog QSLMSG_RCVD
55+
- [CHANGED] - eQSL Download - Added QSLMSG_RCVD merging - eQSL message is appended
56+
- Fixed Speed pot doesn't seem to work with a WinKeyer; double chars (issue #618)
57+
- Fixed BandMap Spots colour change after a QSO (issue #632)
58+
- Fixed Incorrect Field Mapping for Received eQSL Messages (issue #633)
59+
4560
* Fri Mar 7 2025 Ladislav Foldyna - 0.42.2-1
4661
- Fixed Logbook country translations (issue #608)
4762
- Fixed Unexpected dialog when QSO after contest (issue #614)

0 commit comments

Comments
 (0)