Skip to content

Commit

Permalink
Preparation for release 0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed May 3, 2024
1 parent fbaf731 commit 712671b
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Changelog
@@ -1,4 +1,4 @@
TBC - 0.35.0
2024/05/03 - 0.35.0
- [NEW] - Added Rot Interface PSTRotator Network
- [NEW] - Added QSO/QSL Since option to eQSL Dialog
- [NEW] - Bandmap - Current Mode segment visualisation
Expand Down
2 changes: 1 addition & 1 deletion QLog.pro
Expand Up @@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 5): QT += widgets

TARGET = qlog
TEMPLATE = app
VERSION = 0.35.0dev
VERSION = 0.35.0

DEFINES += VERSION=\\\"$$VERSION\\\"

Expand Down
17 changes: 17 additions & 0 deletions debian/changelog
@@ -1,3 +1,20 @@
qlog (0.35.0-1) UNRELEASED; urgency=low
* [NEW] - Added Rot Interface PSTRotator Network
* [NEW] - Added QSO/QSL Since option to eQSL Dialog
* [NEW] - Bandmap - Current Mode segment visualisation
* [NEW] - CW Console - Added Word/Whole mode switch
* [NEW] - Added Callbook Profile Image Widget
* [NEW] - ASCII conversion based on Text-Unidecode/iconv algorithm (issue #316 #350)
* [NEW] - ITU/CQ Zones can be defined in Station Profile (issue #358)
* [CHANGED] - Spacebar is used as a focus changer for fields where space is not allowed
* [CHANGED] - Focus does not select text in the input fields
* [CHANGED] - Force XCB under Linux Wayland
* [CHANGED] - Bandmap - Added Callsign/Freq/Mode to tooltip (issue #355)
* Fixed incorrect ADIF date format for clublog_qso_upload_date (issue #342)
* Fixed The last name from Callbooks queries (issue #346)

-- foldynl <foldyna@gmail.com> Fri, 3 May 2024 13:12:36 +0200

qlog (0.34.0-1) UNRELEASED; urgency=low
* [NEW] - Rotator Widget - Azimuth by Clicking
* [NEW] - Rotator Widget - QSO button provides Short/Long Path (issue #330)
Expand Down
2 changes: 1 addition & 1 deletion installer/config/config.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Installer>
<Name>QLog</Name>
<Version>0.34.0</Version>
<Version>0.35.0</Version>
<Title>QLog</Title>
<Publisher>OK1MLG</Publisher>
<StartMenuDir>QLog</StartMenuDir>
Expand Down
4 changes: 2 additions & 2 deletions installer/packages/de.dl2ic.qlog/meta/package.xml
Expand Up @@ -2,8 +2,8 @@
<Package>
<DisplayName>QLog</DisplayName>
<Description>The QLog main application.</Description>
<Version>0.34.0-1</Version>
<ReleaseDate>2024-03-25</ReleaseDate>
<Version>0.35.0-1</Version>
<ReleaseDate>2024-05-03</ReleaseDate>
<Default>true</Default>
<Required>true</Required>
<Script>installscript.qs</Script>
Expand Down
19 changes: 19 additions & 0 deletions res/io.github.foldynl.QLog.metainfo.xml
Expand Up @@ -47,6 +47,25 @@
<url type="vcs-browser">https://github.com/foldynl/QLog</url>
<url type="contribute">https://github.com/foldynl/QLog/blob/master/CONTRIBUTING.md</url>
<releases>
<release version="0.35.0" date="2024-05-03">
<description>
<ul>
<li>[NEW] - Added Rot Interface PSTRotator Network</li>
<li>[NEW] - Added QSO/QSL Since option to eQSL Dialog</li>
<li>[NEW] - Bandmap - Current Mode segment visualisation</li>
<li>[NEW] - CW Console - Added Word/Whole mode switch</li>
<li>[NEW] - Added Callbook Profile Image Widget</li>
<li>[NEW] - ASCII conversion based on Text-Unidecode/iconv algorithm (issue #316 #350)</li>
<li>[NEW] - ITU/CQ Zones can be defined in Station Profile (issue #358)</li>
<li>[CHANGED] - Spacebar is used as a focus changer for fields where space is not allowed</li>
<li>[CHANGED] - Focus does not select text in the input fields</li>
<li>[CHANGED] - Force XCB under Linux Wayland</li>
<li>[CHANGED] - Bandmap - Added Callsign/Freq/Mode to tooltip (issue #355)</li>
<li>Fixed incorrect ADIF date format for clublog_qso_upload_date (issue #342)</li>
<li>Fixed The last name from Callbooks queries (issue #346)</li>
</ul>
</description>
</release>
<release version="0.34.0" date="2024-03-25">
<description>
<ul>
Expand Down
15 changes: 15 additions & 0 deletions rpm_spec/qlog.spec
Expand Up @@ -42,6 +42,21 @@ INSTALL_ROOT=%{buildroot} make -f Makefile install
%{_metainfodir}/*

%changelog
* Fri May 3 2024 Ladislav Foldyna - 0.35.0-1
- [NEW] - Added Rot Interface PSTRotator Network
- [NEW] - Added QSO/QSL Since option to eQSL Dialog
- [NEW] - Bandmap - Current Mode segment visualisation
- [NEW] - CW Console - Added Word/Whole mode switch
- [NEW] - Added Callbook Profile Image Widget
- [NEW] - ASCII conversion based on Text-Unidecode/iconv algorithm (issue #316 #350)
- [NEW] - ITU/CQ Zones can be defined in Station Profile (issue #358)
- [CHANGED] - Spacebar is used as a focus changer for fields where space is not allowed
- [CHANGED] - Focus does not select text in the input fields
- [CHANGED] - Force XCB under Linux Wayland
- [CHANGED] - Bandmap - Added Callsign/Freq/Mode to tooltip (issue #355)
- Fixed incorrect ADIF date format for clublog_qso_upload_date (issue #342)
- Fixed The last name from Callbooks queries (issue #346)

* Mon Mar 25 2024 Ladislav Foldyna - 0.34.0-1
- [NEW] - Rotator Widget - Azimuth by Clicking
- [NEW] - Rotator Widget - QSO button provides Short/Long Path (issue #330)
Expand Down

0 comments on commit 712671b

Please sign in to comment.