Skip to content

Commit 712671b

Browse files
committed
Preparation for release 0.35.0
1 parent fbaf731 commit 712671b

File tree

7 files changed

+56
-5
lines changed

7 files changed

+56
-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.35.0
1+
2024/05/03 - 0.35.0
22
- [NEW] - Added Rot Interface PSTRotator Network
33
- [NEW] - Added QSO/QSL Since option to eQSL Dialog
44
- [NEW] - Bandmap - Current Mode segment visualisation

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.35.0dev
13+
VERSION = 0.35.0
1414

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

debian/changelog

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
qlog (0.35.0-1) UNRELEASED; urgency=low
2+
* [NEW] - Added Rot Interface PSTRotator Network
3+
* [NEW] - Added QSO/QSL Since option to eQSL Dialog
4+
* [NEW] - Bandmap - Current Mode segment visualisation
5+
* [NEW] - CW Console - Added Word/Whole mode switch
6+
* [NEW] - Added Callbook Profile Image Widget
7+
* [NEW] - ASCII conversion based on Text-Unidecode/iconv algorithm (issue #316 #350)
8+
* [NEW] - ITU/CQ Zones can be defined in Station Profile (issue #358)
9+
* [CHANGED] - Spacebar is used as a focus changer for fields where space is not allowed
10+
* [CHANGED] - Focus does not select text in the input fields
11+
* [CHANGED] - Force XCB under Linux Wayland
12+
* [CHANGED] - Bandmap - Added Callsign/Freq/Mode to tooltip (issue #355)
13+
* Fixed incorrect ADIF date format for clublog_qso_upload_date (issue #342)
14+
* Fixed The last name from Callbooks queries (issue #346)
15+
16+
-- foldynl <[email protected]> Fri, 3 May 2024 13:12:36 +0200
17+
118
qlog (0.34.0-1) UNRELEASED; urgency=low
219
* [NEW] - Rotator Widget - Azimuth by Clicking
320
* [NEW] - Rotator Widget - QSO button provides Short/Long Path (issue #330)

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.34.0</Version>
4+
<Version>0.35.0</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.34.0-1</Version>
6-
<ReleaseDate>2024-03-25</ReleaseDate>
5+
<Version>0.35.0-1</Version>
6+
<ReleaseDate>2024-05-03</ReleaseDate>
77
<Default>true</Default>
88
<Required>true</Required>
99
<Script>installscript.qs</Script>

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,25 @@
4747
<url type="vcs-browser">https://github.com/foldynl/QLog</url>
4848
<url type="contribute">https://github.com/foldynl/QLog/blob/master/CONTRIBUTING.md</url>
4949
<releases>
50+
<release version="0.35.0" date="2024-05-03">
51+
<description>
52+
<ul>
53+
<li>[NEW] - Added Rot Interface PSTRotator Network</li>
54+
<li>[NEW] - Added QSO/QSL Since option to eQSL Dialog</li>
55+
<li>[NEW] - Bandmap - Current Mode segment visualisation</li>
56+
<li>[NEW] - CW Console - Added Word/Whole mode switch</li>
57+
<li>[NEW] - Added Callbook Profile Image Widget</li>
58+
<li>[NEW] - ASCII conversion based on Text-Unidecode/iconv algorithm (issue #316 #350)</li>
59+
<li>[NEW] - ITU/CQ Zones can be defined in Station Profile (issue #358)</li>
60+
<li>[CHANGED] - Spacebar is used as a focus changer for fields where space is not allowed</li>
61+
<li>[CHANGED] - Focus does not select text in the input fields</li>
62+
<li>[CHANGED] - Force XCB under Linux Wayland</li>
63+
<li>[CHANGED] - Bandmap - Added Callsign/Freq/Mode to tooltip (issue #355)</li>
64+
<li>Fixed incorrect ADIF date format for clublog_qso_upload_date (issue #342)</li>
65+
<li>Fixed The last name from Callbooks queries (issue #346)</li>
66+
</ul>
67+
</description>
68+
</release>
5069
<release version="0.34.0" date="2024-03-25">
5170
<description>
5271
<ul>

rpm_spec/qlog.spec

Lines changed: 15 additions & 0 deletions
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 May 3 2024 Ladislav Foldyna - 0.35.0-1
46+
- [NEW] - Added Rot Interface PSTRotator Network
47+
- [NEW] - Added QSO/QSL Since option to eQSL Dialog
48+
- [NEW] - Bandmap - Current Mode segment visualisation
49+
- [NEW] - CW Console - Added Word/Whole mode switch
50+
- [NEW] - Added Callbook Profile Image Widget
51+
- [NEW] - ASCII conversion based on Text-Unidecode/iconv algorithm (issue #316 #350)
52+
- [NEW] - ITU/CQ Zones can be defined in Station Profile (issue #358)
53+
- [CHANGED] - Spacebar is used as a focus changer for fields where space is not allowed
54+
- [CHANGED] - Focus does not select text in the input fields
55+
- [CHANGED] - Force XCB under Linux Wayland
56+
- [CHANGED] - Bandmap - Added Callsign/Freq/Mode to tooltip (issue #355)
57+
- Fixed incorrect ADIF date format for clublog_qso_upload_date (issue #342)
58+
- Fixed The last name from Callbooks queries (issue #346)
59+
4560
* Mon Mar 25 2024 Ladislav Foldyna - 0.34.0-1
4661
- [NEW] - Rotator Widget - Azimuth by Clicking
4762
- [NEW] - Rotator Widget - QSO button provides Short/Long Path (issue #330)

0 commit comments

Comments
 (0)