Skip to content

Commit f4ca2be

Browse files
committed
Preparation for release 0.44.0
1 parent bcfac11 commit f4ca2be

File tree

7 files changed

+47
-5
lines changed

7 files changed

+47
-5
lines changed

Changelog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
TBC - 0.44.0
1+
2025/05/09 - 0.44.0
22
- [NEW] - Activity Manager - Added SKCC, UKSMG and FISTS as Dynamic Fields
33
- [NEW] - QSO - FISTS, SKCC, and UKSMG are auto-filled from MembershipQE (issue #628)
44
- [NEW] - Rotator - Added QSO destination needle (issue #644)

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.44.0dev
13+
VERSION = 0.44.0
1414

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

debian/changelog

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
qlog (0.44.0-1) UNRELEASED; urgency=low
2+
* [NEW] - Activity Manager - Added SKCC, UKSMG and FISTS as Dynamic Fields
3+
* [NEW] - QSO - FISTS, SKCC, and UKSMG are auto-filled from MembershipQE (issue #628)
4+
* [NEW] - Rotator - Added QSO destination needle (issue #644)
5+
* [NEW] - QSO Detail - Adds grayline and short path (PR #653 @kyleboyle)
6+
* [CHANGED] - Rotator - Needle colors correspond to the online map (issue #644)
7+
* Fixed TCI cw_macros must contain RigID (issue #663)
8+
* Fixed TCI setKeySpeed sets keyer and macros speed (issue #663)
9+
* Fixed Data mode missing in rig control window - rigctld (issue #660 @aa5sh)
10+
* Improved DXC Mode detection
11+
* Updated Simplified Chinese translation
12+
13+
-- foldynl <[email protected]> Fri, 9 May 2025 17:05:38 +0200
14+
115
qlog (0.43.1-1) UNRELEASED; urgency=low
216
* Fixed Click on PHONE DX Spots sets wrong mode (issue #453)
317
* Fixed No freq via Omnirig for IC7400 (issue #639)

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.43.1</Version>
4+
<Version>0.44.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.43.1-1</Version>
6-
<ReleaseDate>2025-04-19</ReleaseDate>
5+
<Version>0.44.0-1</Version>
6+
<ReleaseDate>2025-05-09</ReleaseDate>
77
<Default>true</Default>
88
<Required>true</Required>
99
<Script>installscript.qs</Script>

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

+16
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,22 @@
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.44.0" date="2025-05-09">
55+
<description>
56+
<ul>
57+
<li>[NEW] - Activity Manager - Added SKCC, UKSMG and FISTS as Dynamic Fields</li>
58+
<li>[NEW] - QSO - FISTS, SKCC, and UKSMG are auto-filled from MembershipQE (issue #628)</li>
59+
<li>[NEW] - Rotator - Added QSO destination needle (issue #644)</li>
60+
<li>[NEW] - QSO Detail - Adds grayline and short path (PR #653 @kyleboyle)</li>
61+
<li>[CHANGED] - Rotator - Needle colors correspond to the online map (issue #644)</li>
62+
<li>Fixed TCI cw_macros must contain RigID (issue #663)</li>
63+
<li>Fixed TCI setKeySpeed sets keyer and macros speed (issue #663)</li>
64+
<li>Fixed Data mode missing in rig control window - rigctld (issue #660 @aa5sh)</li>
65+
<li>Improved DXC Mode detection</li>
66+
<li>Updated Simplified Chinese translation</li>
67+
</ul>
68+
</description>
69+
</release>
5470
<release version="0.43.1" date="2025-04-19">
5571
<description>
5672
<ul>

rpm_spec/qlog.spec

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

4444
%changelog
45+
* Fri May 9 2025 Ladislav Foldyna - 0.44.0-1
46+
- [NEW] - Activity Manager - Added SKCC, UKSMG and FISTS as Dynamic Fields
47+
- [NEW] - QSO - FISTS, SKCC, and UKSMG are auto-filled from MembershipQE (issue #628)
48+
- [NEW] - Rotator - Added QSO destination needle (issue #644)
49+
- [NEW] - QSO Detail - Adds grayline and short path (PR #653 @kyleboyle)
50+
- [CHANGED] - Rotator - Needle colors correspond to the online map (issue #644)
51+
- Fixed TCI cw_macros must contain RigID (issue #663)
52+
- Fixed TCI setKeySpeed sets keyer and macros speed (issue #663)
53+
- Fixed Data mode missing in rig control window - rigctld (issue #660 @aa5sh)
54+
- Improved DXC Mode detection
55+
- Updated Simplified Chinese translation
56+
4557
* Sat Apr 19 2025 Ladislav Foldyna - 0.43.1-1
4658
- Fixed Click on PHONE DX Spots sets wrong mode (issue #453)
4759
- Fixed No freq via Omnirig for IC7400 (issue #639)

0 commit comments

Comments
 (0)