Skip to content

Commit d744cb8

Browse files
committed
Preparation for release 0.46.2
1 parent 5660c81 commit d744cb8

File tree

7 files changed

+44
-5
lines changed

7 files changed

+44
-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.46.2
1+
2025/10/31 - 0.46.2
22
- Fixed Spaces after QRZ.com name (issue #767)
33
- Fixed SPID Rot1Prog Rotator more 360 deg (issue #775)
44
- Fixed build instructions on Debian (PR #777 @leventelist)

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.46.2dev
13+
VERSION = 0.46.2
1414

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

debian/changelog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
qlog (0.46.2-1) UNRELEASED; urgency=high
2+
* Fixed Spaces after QRZ.com name (issue #767)
3+
* Fixed SPID Rot1Prog Rotator more 360 deg (issue #775)
4+
* Fixed build instructions on Debian (PR #777 @leventelist)
5+
* Fixed Bandmap truncated output despite having space (issue #779)
6+
* Fixed Statistics - Anti-meridian bug on map (issue #786)
7+
* Fixed Binary file in the tarballs (issue #794)
8+
* Fixed LOTW and eQSL upload status updated even when nothing is uploaded (issue #807)
9+
* Fixed Imported QSOs contain incorrect My DXCC info (issue #812)
10+
* Fixed Statistics Dialog does not show confirmed grids
11+
12+
-- foldynl <foldyna@gmail.com> Fri, 31 Oct 2025 15:24:57 +0100
13+
114
qlog (0.46.1-1) UNRELEASED; urgency=low
215
* Fixed QSO filter incorrectly displays inserted date (issue #752)
316
* Fixed Logbook Search Icon is not centered (issue #753)

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.46.1</Version>
4+
<Version>0.46.2</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.46.1-1</Version>
6-
<ReleaseDate>2025-09-26</ReleaseDate>
5+
<Version>0.46.2-1</Version>
6+
<ReleaseDate>2025-10-31</ReleaseDate>
77
<Default>true</Default>
88
<Required>true</Required>
99
<Script>installscript.qs</Script>

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,21 @@
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.46.2" date="2025-10-31">
55+
<description>
56+
<ul>
57+
<li>Fixed Spaces after QRZ.com name (issue #767)</li>
58+
<li>Fixed SPID Rot1Prog Rotator more 360 deg (issue #775)</li>
59+
<li>Fixed build instructions on Debian (PR #777 @leventelist)</li>
60+
<li>Fixed Bandmap truncated output despite having space (issue #779)</li>
61+
<li>Fixed Statistics - Anti-meridian bug on map (issue #786)</li>
62+
<li>Fixed Binary file in the tarballs (issue #794)</li>
63+
<li>Fixed LOTW and eQSL upload status updated even when nothing is uploaded (issue #807)</li>
64+
<li>Fixed Imported QSOs contain incorrect My DXCC info (issue #812)</li>
65+
<li>Fixed Statistics Dialog does not show confirmed grids</li>
66+
</ul>
67+
</description>
68+
</release>
5469
<release version="0.46.1" date="2025-09-26">
5570
<description>
5671
<ul>

rpm_spec/qlog.spec

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

4242
%changelog
43+
* Fri Oct 31 2025 Ladislav Foldyna - 0.46.2-1
44+
- Fixed Spaces after QRZ.com name (issue #767)
45+
- Fixed SPID Rot1Prog Rotator more 360 deg (issue #775)
46+
- Fixed build instructions on Debian (PR #777 @leventelist)
47+
- Fixed Bandmap truncated output despite having space (issue #779)
48+
- Fixed Statistics - Anti-meridian bug on map (issue #786)
49+
- Fixed Binary file in the tarballs (issue #794)
50+
- Fixed LOTW and eQSL upload status updated even when nothing is uploaded (issue #807)
51+
- Fixed Imported QSOs contain incorrect My DXCC info (issue #812)
52+
- Fixed Statistics Dialog does not show confirmed grids
53+
4354
* Fri Sep 26 2025 Ladislav Foldyna - 0.46.1-1
4455
- Fixed QSO filter incorrectly displays inserted date (issue #752)
4556
- Fixed Logbook Search Icon is not centered (issue #753)

0 commit comments

Comments
 (0)