Skip to content

Commit

Permalink
Preparation for release 0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Aug 29, 2024
1 parent 3361e93 commit c48a12a
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.38.0
2024/08/29 - 0.38.0
- [NEW] - Logbook - Added Send DX Spot to the QSO Context Menu
- [NEW] - DX Filter - Added Dedup Time/Freq difference setting (@aa5sh)
- [NEW] - Rig Setting - Added RTS/DTR PTT Type support (issue #353)
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.38.0dev
VERSION = 0.38.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.38.0-1) UNRELEASED; urgency=low
* [NEW] - Logbook - Added Send DX Spot to the QSO Context Menu
* [NEW] - DX Filter - Added Dedup Time/Freq difference setting (@aa5sh)
* [NEW] - Rig Setting - Added RTS/DTR PTT Type support (issue #353)
* [NEW] - Bandmap - Scrollbar position is saved per band (issue #415)
* [NEW] - New Contact - Added a dynamic value completer for SIG field (issue #425)
* [NEW] - Awards - Added SOTA/POTA/WWFF (@aa5sh issue #311)
* [NEW] - Awards - Added Not-Worked Filter
* [NEW] - New Contact - Added Long Path Azimuth info
* [NEW] - POTA Fields allow a comma-delimited list of one or more POTA Refs
* [NEW] - WSJTX tunes freq/mode like Rig if rig is disconnected
* [CHANGED] - Alert Widget is a Dock Widget (issue #399)
* [CHANGED] - QLog adds more information from callbook for WSJTX QSOs (issues #403 #405 #420)
* [CHANGED] - File Open dialogs are not a native dialog under Linux (issue #427)
* [CHANGED] - Profiles transferred to DB
* [CHANGED] - LOV last_dates transferred to DB
* [CHANGED] - DX Cluster - Login Callsign is always the base Callsign
* [REMOVED] - Setting DXCC Date
* Fix for MacOS Layout Geometry Restore (@aa5sh)
* Fixed TQSL does not block GUI thread
* Fixed MacOS build process (@aa5sh)

-- foldynl <[email protected]> Thu, 29 Aug 2024 11:11:09 +0200

qlog (0.37.2-1) UNRELEASED; urgency=low
* Fixed Field QSL Send Via should be retained (issue #413)
* Fixed Set rotator position fails if azimuth > 180 (issue #417)
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.37.2</Version>
<Version>0.38.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.37.2-1</Version>
<ReleaseDate>2024-07-26</ReleaseDate>
<Version>0.38.0-1</Version>
<ReleaseDate>2024-08-29</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.38.0" date="2024-08-29">
<description>
<ul>
<li>[NEW] - Logbook - Added Send DX Spot to the QSO Context Menu</li>
<li>[NEW] - DX Filter - Added Dedup Time/Freq difference setting (@aa5sh)</li>
<li>[NEW] - Rig Setting - Added RTS/DTR PTT Type support (issue #353)</li>
<li>[NEW] - Bandmap - Scrollbar position is saved per band (issue #415)</li>
<li>[NEW] - New Contact - Added a dynamic value completer for SIG field (issue #425)</li>
<li>[NEW] - Awards - Added SOTA/POTA/WWFF (@aa5sh issue #311)</li>
<li>[NEW] - Awards - Added Not-Worked Filter</li>
<li>[NEW] - New Contact - Added Long Path Azimuth info</li>
<li>[NEW] - POTA Fields allow a comma-delimited list of one or more POTA Refs</li>
<li>[NEW] - WSJTX tunes freq/mode like Rig if rig is disconnected</li>
<li>[CHANGED] - Alert Widget is a Dock Widget (issue #399)</li>
<li>[CHANGED] - QLog adds more information from callbook for WSJTX QSOs (issues #403 #405 #420)</li>
<li>[CHANGED] - File Open dialogs are not a native dialog under Linux (issue #427)</li>
<li>[CHANGED] - Profiles transferred to DB</li>
<li>[CHANGED] - LOV last_dates transferred to DB</li>
<li>[CHANGED] - DX Cluster - Login Callsign is always the base Callsign</li>
<li>[REMOVED] - Setting DXCC Date</li>
<li>Fix for MacOS Layout Geometry Restore (@aa5sh)</li>
<li>Fixed TQSL does not block GUI thread</li>
<li>Fixed MacOS build process (@aa5sh)</li>
</ul>
</description>
</release>
<release version="0.37.2" date="2024-07-26">
<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
* Thu Aug 29 2024 Ladislav Foldyna - 0.38.0-1
- [NEW] - Logbook - Added Send DX Spot to the QSO Context Menu
- [NEW] - DX Filter - Added Dedup Time/Freq difference setting (@aa5sh)
- [NEW] - Rig Setting - Added RTS/DTR PTT Type support (issue #353)
- [NEW] - Bandmap - Scrollbar position is saved per band (issue #415)
- [NEW] - New Contact - Added a dynamic value completer for SIG field (issue #425)
- [NEW] - Awards - Added SOTA/POTA/WWFF (@aa5sh issue #311)
- [NEW] - Awards - Added Not-Worked Filter
- [NEW] - New Contact - Added Long Path Azimuth info
- [NEW] - POTA Fields allow a comma-delimited list of one or more POTA Refs
- [NEW] - WSJTX tunes freq/mode like Rig if rig is disconnected
- [CHANGED] - Alert Widget is a Dock Widget (issue #399)
- [CHANGED] - QLog adds more information from callbook for WSJTX QSOs (issues #403 #405 #420)
- [CHANGED] - File Open dialogs are not a native dialog under Linux (issue #427)
- [CHANGED] - Profiles transferred to DB
- [CHANGED] - LOV last_dates transferred to DB
- [CHANGED] - DX Cluster - Login Callsign is always the base Callsign
- [REMOVED] - Setting DXCC Date
- Fix for MacOS Layout Geometry Restore (@aa5sh)
- Fixed TQSL does not block GUI thread
- Fixed MacOS build process (@aa5sh)

* Fri Jul 26 2024 Ladislav Foldyna - 0.37.2-1
- Fixed Field QSL Send Via should be retained (issue #413)
- Fixed Set rotator position fails if azimuth > 180 (issue #417)
Expand Down

0 comments on commit c48a12a

Please sign in to comment.