Skip to content

Commit c0cb3f1

Browse files
committed
Preparation for release 0.43.1
1 parent 9e07eff commit c0cb3f1

File tree

7 files changed

+23
-5
lines changed

7 files changed

+23
-5
lines changed

Changelog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
TBC - 0.43.1
1+
2025/04/19 - 0.43.1
22
- Fixed Click on PHONE DX Spots sets wrong mode (issue #453)
33
- Fixed No freq via Omnirig for IC7400 (issue #639)
44

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

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

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
qlog (0.43.1-1) UNRELEASED; urgency=low
2+
* Fixed Click on PHONE DX Spots sets wrong mode (issue #453)
3+
* Fixed No freq via Omnirig for IC7400 (issue #639)
4+
5+
-- foldynl <[email protected]> Sat, 19 Apr 2025 10:05:24 +0200
6+
17
qlog (0.43.0-1) UNRELEASED; urgency=low
28
* [NEW] - Added support to receive QSOs from CSN SAT Device (PR #610 @aa5sh)
39
* [NEW] - Bandmap - Multiple independent bandmap windows (PR #593 @kyleboyle @foldynl)

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

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

+8
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@
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.1" date="2025-04-19">
54+
<description>
55+
<ul>
56+
<li>Fixed Click on PHONE DX Spots sets wrong mode (issue #453)</li>
57+
<li>Fixed No freq via Omnirig for IC7400 (issue #639)</li>
58+
</ul>
59+
</description>
60+
</release>
5361
<release version="0.43.0" date="2025-04-04">
5462
<description>
5563
<ul>

rpm_spec/qlog.spec

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

4444
%changelog
45+
* Sat Apr 19 2025 Ladislav Foldyna - 0.43.1-1
46+
- Fixed Click on PHONE DX Spots sets wrong mode (issue #453)
47+
- Fixed No freq via Omnirig for IC7400 (issue #639)
48+
4549
* Fri Apr 4 2025 Ladislav Foldyna - 0.43.0-1
4650
- [NEW] - Added support to receive QSOs from CSN SAT Device (PR #610 @aa5sh)
4751
- [NEW] - Bandmap - Multiple independent bandmap windows (PR #593 @kyleboyle @foldynl)

0 commit comments

Comments
 (0)