Skip to content

Commit 9d66130

Browse files
committed
Preparation for release 0.47.1
1 parent 3bca6f3 commit 9d66130

File tree

7 files changed

+38
-5
lines changed

7 files changed

+38
-5
lines changed

Changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
TBC - 0.47.1
1+
2025/12/19 - 0.47.1
22
- [CHANGED] - DXC - VE7CC-type Cluster is correctly detected (PR #851 @kyleboyle)
33
- [CHANGED] - Chat - Changed ON4KST URL (issue #857)
44
- Fixed missing clear button for Search Callsign (issue #753)

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.47.1dev
13+
VERSION = 0.47.1
1414

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

debian/changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
qlog (0.47.1-1) UNRELEASED; urgency=low
2+
* [CHANGED] - DXC - VE7CC-type Cluster is correctly detected (PR #851 @kyleboyle)
3+
* [CHANGED] - Chat - Changed ON4KST URL (issue #857)
4+
* Fixed missing clear button for Search Callsign (issue #753)
5+
* Fixed Updated QSOs are not sent to wavelog (issue #847)
6+
* Fixed Fixed Omnirig(v2) getFreq, getVFO, setFreq (issue #853)
7+
* Fixed ADI Header does not follow ADIF Spec (issue #859)
8+
* Fixed OmniRig settings are not saved (issue #862)
9+
10+
-- foldynl <[email protected]> Fri, 19 Dec 2025 15:56:45 +0100
11+
112
qlog (0.47.0-1) UNRELEASED; urgency=low
213
* [NEW] - Adds theme options - native, light, dark (PR #718 @kyleboyle)
314
* [NEW] - Implemented ADIF 3.1.6

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.47.0</Version>
4+
<Version>0.47.1</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.47.0-1</Version>
6-
<ReleaseDate>2025-12-06</ReleaseDate>
5+
<Version>0.47.1-1</Version>
6+
<ReleaseDate>2025-12-19</ReleaseDate>
77
<Default>true</Default>
88
<Required>true</Required>
99
<Script>installscript.qs</Script>

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,19 @@
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.47.1" date="2025-12-19">
55+
<description>
56+
<ul>
57+
<li>[CHANGED] - DXC - VE7CC-type Cluster is correctly detected (PR #851 @kyleboyle)</li>
58+
<li>[CHANGED] - Chat - Changed ON4KST URL (issue #857)</li>
59+
<li>Fixed missing clear button for Search Callsign (issue #753)</li>
60+
<li>Fixed Updated QSOs are not sent to wavelog (issue #847)</li>
61+
<li>Fixed Fixed Omnirig(v2) getFreq, getVFO, setFreq (issue #853)</li>
62+
<li>Fixed ADI Header does not follow ADIF Spec (issue #859)</li>
63+
<li>Fixed OmniRig settings are not saved (issue #862)</li>
64+
</ul>
65+
</description>
66+
</release>
5467
<release version="0.47.0" date="2025-12-06">
5568
<description>
5669
<ul>

rpm_spec/qlog.spec

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@ INSTALL_ROOT=%{buildroot} make -f Makefile install
4040
%{_metainfodir}/*
4141

4242
%changelog
43+
* Fri Dec 19 2025 Ladislav Foldyna - 0.47.1-1
44+
- [CHANGED] - DXC - VE7CC-type Cluster is correctly detected (PR #851 @kyleboyle)
45+
- [CHANGED] - Chat - Changed ON4KST URL (issue #857)
46+
- Fixed missing clear button for Search Callsign (issue #753)
47+
- Fixed Updated QSOs are not sent to wavelog (issue #847)
48+
- Fixed Fixed Omnirig(v2) getFreq, getVFO, setFreq (issue #853)
49+
- Fixed ADI Header does not follow ADIF Spec (issue #859)
50+
- Fixed OmniRig settings are not saved (issue #862)
51+
4352
* Sat Dec 6 2025 Ladislav Foldyna - 0.47.0-1
4453
- [NEW] - Adds theme options - native, light, dark (PR #718 @kyleboyle)
4554
- [NEW] - Implemented ADIF 3.1.6

0 commit comments

Comments
 (0)