Skip to content

Commit

Permalink
Preparation for release 0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Jul 1, 2024
1 parent bee11fc commit 80e7b49
Show file tree
Hide file tree
Showing 7 changed files with 77 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TBC - 0.37.0
2024/07/01 - 0.37.0
- [NEW] - Added Shortcuts Editor (issue #293)
- [NEW] - Added QO100 Bandplan to correctly categorize the DX Spots
- [NEW] - Improveded detection of SH/DX SHF Spots
Expand Down
2 changes: 1 addition & 1 deletion QLog.pro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 5): QT += widgets

TARGET = qlog
TEMPLATE = app
VERSION = 0.37.0dev
VERSION = 0.37.0

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

Expand Down
24 changes: 24 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
qlog (0.37.0-1) UNRELEASED; urgency=low
* [NEW] - Added Shortcuts Editor (issue #293)
* [NEW] - Added QO100 Bandplan to correctly categorize the DX Spots
* [NEW] - Improveded detection of SH/DX SHF Spots
* [NEW] - Online Map - Added WSJTX CQ Spots
* [NEW] - WSJTX - Sortable View
* [NEW] - Alerts - Sortable View
* [NEW] - Added Spanish translation (thx LU1IDC)
* [NEW[ - Added Search Callsign Clear Button (issue #396)
* [CHANGED] - QRZ auth should be over POST with form data (issue #389)
* [CHANGED] - Big CTY file is used
* [CHANGED] - Callbook Country DXCC ID is used in case of difference from Big CTY
* [CHANGED] - Removed ALT+W and CTRL+DEL shortcuts
* [CHANGED] - Removed New Contact and Save Contact from Logbook Main Menu
* Fixed Guantanamo KG4 Issue (issue #372)
* Fixed QRZ Lookup Not Including Full Name - History (issue #388)
* Fixed Spot Last QSO contains TX freq, should contain RX freq (issue #390)
* Fixed Spot Last QSO must contain Freq in kHz (issue #391)
* Fixed Bandmap select previous selected callsign issue (issue #394)
* Fixed Malfunctioning tuning of WSJTX Alert spot
* Fixed DXCC Status for FT4 Spots incorrectly identified in WSJTX

-- foldynl <[email protected]> Mon, 1 Jul 2024 16:01:04 +0200

qlog (0.36.0-1) UNRELEASED; urgency=low
* [NEW] - WSJTX: Added support to received ADIF QSO Log record
* [NEW] - Sat mode is derived from RX/TX Freq
Expand Down
2 changes: 1 addition & 1 deletion installer/config/config.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Installer>
<Name>QLog</Name>
<Version>0.36.0</Version>
<Version>0.37.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
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Package>
<DisplayName>QLog</DisplayName>
<Description>The QLog main application.</Description>
<Version>0.36.0-1</Version>
<ReleaseDate>2024-06-07</ReleaseDate>
<Version>0.37.0-1</Version>
<ReleaseDate>2024-07-01</ReleaseDate>
<Default>true</Default>
<Required>true</Required>
<Script>installscript.qs</Script>
Expand Down
26 changes: 26 additions & 0 deletions res/io.github.foldynl.QLog.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,32 @@
<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.37.0" date="2024-07-01">
<description>
<ul>
<li>[NEW] - Added Shortcuts Editor (issue #293)</li>
<li>[NEW] - Added QO100 Bandplan to correctly categorize the DX Spots</li>
<li>[NEW] - Improveded detection of SH/DX SHF Spots</li>
<li>[NEW] - Online Map - Added WSJTX CQ Spots</li>
<li>[NEW] - WSJTX - Sortable View</li>
<li>[NEW] - Alerts - Sortable View</li>
<li>[NEW] - Added Spanish translation (thx LU1IDC)</li>
<li>[NEW[ - Added Search Callsign Clear Button (issue #396)</li>
<li>[CHANGED] - QRZ auth should be over POST with form data (issue #389)</li>
<li>[CHANGED] - Big CTY file is used</li>
<li>[CHANGED] - Callbook Country DXCC ID is used in case of difference from Big CTY</li>
<li>[CHANGED] - Removed ALT+W and CTRL+DEL shortcuts</li>
<li>[CHANGED] - Removed New Contact and Save Contact from Logbook Main Menu</li>
<li>Fixed Guantanamo KG4 Issue (issue #372)</li>
<li>Fixed QRZ Lookup Not Including Full Name - History (issue #388)</li>
<li>Fixed Spot Last QSO contains TX freq, should contain RX freq (issue #390)</li>
<li>Fixed Spot Last QSO must contain Freq in kHz (issue #391)</li>
<li>Fixed Bandmap select previous selected callsign issue (issue #394)</li>
<li>Fixed Malfunctioning tuning of WSJTX Alert spot</li>
<li>Fixed DXCC Status for FT4 Spots incorrectly identified in WSJTX</li>
</ul>
</description>
</release>
<release version="0.36.0" date="2024-06-07">
<description>
<ul>
Expand Down
22 changes: 22 additions & 0 deletions rpm_spec/qlog.spec
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,28 @@ INSTALL_ROOT=%{buildroot} make -f Makefile install
%{_metainfodir}/*

%changelog
* Mon Jul 1 2024 Ladislav Foldyna - 0.37.0-1
- [NEW] - Added Shortcuts Editor (issue #293)
- [NEW] - Added QO100 Bandplan to correctly categorize the DX Spots
- [NEW] - Improveded detection of SH/DX SHF Spots
- [NEW] - Online Map - Added WSJTX CQ Spots
- [NEW] - WSJTX - Sortable View
- [NEW] - Alerts - Sortable View
- [NEW] - Added Spanish translation (thx LU1IDC)
- [NEW[ - Added Search Callsign Clear Button (issue #396)
- [CHANGED] - QRZ auth should be over POST with form data (issue #389)
- [CHANGED] - Big CTY file is used
- [CHANGED] - Callbook Country DXCC ID is used in case of difference from Big CTY
- [CHANGED] - Removed ALT+W and CTRL+DEL shortcuts
- [CHANGED] - Removed New Contact and Save Contact from Logbook Main Menu
- Fixed Guantanamo KG4 Issue (issue #372)
- Fixed QRZ Lookup Not Including Full Name - History (issue #388)
- Fixed Spot Last QSO contains TX freq, should contain RX freq (issue #390)
- Fixed Spot Last QSO must contain Freq in kHz (issue #391)
- Fixed Bandmap select previous selected callsign issue (issue #394)
- Fixed Malfunctioning tuning of WSJTX Alert spot
- Fixed DXCC Status for FT4 Spots incorrectly identified in WSJTX

* Fri Jun 7 2024 Ladislav Foldyna - 0.36.0-1
- [NEW] - WSJTX: Added support to received ADIF QSO Log record
- [NEW] - Sat mode is derived from RX/TX Freq
Expand Down

0 comments on commit 80e7b49

Please sign in to comment.