Skip to content

Commit

Permalink
Preparation for release 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Feb 10, 2024
1 parent 8ecbd90 commit 4c1699b
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Changelog
@@ -1,4 +1,4 @@
TBC - 0.32.0
2024/02/10 - 0.32.0
- [NEW] - Added Rig Interface Omnirig v1 (Windows only)
- [NEW] - Added Rig Interface Omnirig v2 (Windows only)
- [NEW] - Clublog - Added Clear Clublog and reupload QSOs
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.32.0dev
VERSION = 0.32.0

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

Expand Down
13 changes: 13 additions & 0 deletions debian/changelog
@@ -1,3 +1,16 @@
qlog (0.32.0-1) UNRELEASED; urgency=low
* [NEW] - Added Rig Interface Omnirig v1 (Windows only)
* [NEW] - Added Rig Interface Omnirig v2 (Windows only)
* [NEW] - Clublog - Added Clear Clublog and reupload QSOs
* [NEW] - Clublog - Added Real-time Insert/Update/Delete
* [CHANGED] - Clublog - Upload callsign is derived from the Current Profile Callsign
* Fixed clang linker failed issue (issue #301)
* Fixed SAT Mode U/U missing (issue #308 PR #309 thanks ea5wa)
* Fixed Multiple QSO selection. Callsigns modified by mistake (issue #310)
* Fixed Callbook query cache is not properly cleared when Callbook settings change (issue #313)

-- foldynl <foldyna@gmail.com> Sat, 10 Feb 2024 17:31:58 +0100

qlog (0.31.0-1) UNRELEASED; urgency=low
* [NEW] - DXC - Improved Mode recognition
* [NEW] - DXC - Switch Rig mode based on DXC Spot Mode (issue #217)
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.31.0</Version>
<Version>0.32.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.31.0-1</Version>
<ReleaseDate>2024-01-05</ReleaseDate>
<Version>0.32.0-1</Version>
<ReleaseDate>2024-02-10</ReleaseDate>
<Default>true</Default>
<Required>true</Required>
<Script>installscript.qs</Script>
Expand Down
15 changes: 15 additions & 0 deletions res/io.github.foldynl.QLog.metainfo.xml
Expand Up @@ -47,6 +47,21 @@
<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.32.0" date="2024-02-10">
<description>
<ul>
<li>[NEW] - Added Rig Interface Omnirig v1 (Windows only)</li>
<li>[NEW] - Added Rig Interface Omnirig v2 (Windows only)</li>
<li>[NEW] - Clublog - Added Clear Clublog and reupload QSOs</li>
<li>[NEW] - Clublog - Added Real-time Insert/Update/Delete</li>
<li>[CHANGED] - Clublog - Upload callsign is derived from the Current Profile Callsign</li>
<li>Fixed clang linker failed issue (issue #301)</li>
<li>Fixed SAT Mode U/U missing (issue #308 PR #309 thanks ea5wa)</li>
<li>Fixed Multiple QSO selection. Callsigns modified by mistake (issue #310)</li>
<li>Fixed Callbook query cache is not properly cleared when Callbook settings change (issue #313)</li>
</ul>
</description>
</release>
<release version="0.31.0" date="2024-01-05">
<description>
<ul>
Expand Down
11 changes: 11 additions & 0 deletions rpm_spec/qlog.spec
Expand Up @@ -42,6 +42,17 @@ INSTALL_ROOT=%{buildroot} make -f Makefile install
%{_metainfodir}/*

%changelog
* Sat Feb 10 2024 Ladislav Foldyna - 0.32.0-1
- [NEW] - Added Rig Interface Omnirig v1 (Windows only)
- [NEW] - Added Rig Interface Omnirig v2 (Windows only)
- [NEW] - Clublog - Added Clear Clublog and reupload QSOs
- [NEW] - Clublog - Added Real-time Insert/Update/Delete
- [CHANGED] - Clublog - Upload callsign is derived from the Current Profile Callsign
- Fixed clang linker failed issue (issue #301)
- Fixed SAT Mode U/U missing (issue #308 PR #309 thanks ea5wa)
- Fixed Multiple QSO selection. Callsigns modified by mistake (issue #310)
- Fixed Callbook query cache is not properly cleared when Callbook settings change (issue #313)

* Fri Jan 5 2024 Ladislav Foldyna - 0.31.0-1
- [NEW] - DXC - Improved Mode recognition
- [NEW] - DXC - Switch Rig mode based on DXC Spot Mode (issue #217)
Expand Down

0 comments on commit 4c1699b

Please sign in to comment.