Skip to content

Commit

Permalink
Preparation for release 0.40.1
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Nov 29, 2024
1 parent c04c292 commit 94e55cd
Show file tree
Hide file tree
Showing 7 changed files with 35 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.40.1
2024/11/29 - 0.40.1
- Fixed Bands - Added missing 8m band (issue #515)
- Fixed CW Console - EXCSTR does not work properly (issue #517)
- Fixed Activity Manager - Missing Propagation Mode None (issue #519)
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.40.1dev
VERSION = 0.40.1

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

Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
qlog (0.40.1-1) UNRELEASED; urgency=low
* Fixed Bands - Added missing 8m band (issue #515)
* Fixed CW Console - EXCSTR does not work properly (issue #517)
* Fixed Activity Manager - Missing Propagation Mode None (issue #519)
* Fixed QSO Filter - filter fields with random order (PR #525 @aa5sh)
* Fixed TCI error when you change Rig (issue #526)
* Fixed NewContact - satellite mode too wide (issue #527)

-- foldynl <foldyna@gmail.com> Fri, 29 Nov 2024 12:07:56 +0100

qlog (0.40.0-1) UNRELEASED; urgency=low
* [NEW] - Activity Manager - merged Layout Manager and profiles (issue #408)
* [NEW] - Activity Manager - Added new dynamic fields - Contest fields, RX/TX Power
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.40.0</Version>
<Version>0.40.1</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.40.0-1</Version>
<ReleaseDate>2024-11-24</ReleaseDate>
<Version>0.40.1-1</Version>
<ReleaseDate>2024-11-29</ReleaseDate>
<Default>true</Default>
<Required>true</Required>
<Script>installscript.qs</Script>
Expand Down
12 changes: 12 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,18 @@
<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.40.1" date="2024-11-29">
<description>
<ul>
<li>Fixed Bands - Added missing 8m band (issue #515)</li>
<li>Fixed CW Console - EXCSTR does not work properly (issue #517)</li>
<li>Fixed Activity Manager - Missing Propagation Mode None (issue #519)</li>
<li>Fixed QSO Filter - filter fields with random order (PR #525 @aa5sh)</li>
<li>Fixed TCI error when you change Rig (issue #526)</li>
<li>Fixed NewContact - satellite mode too wide (issue #527)</li>
</ul>
</description>
</release>
<release version="0.40.0" date="2024-11-24">
<description>
<ul>
Expand Down
8 changes: 8 additions & 0 deletions rpm_spec/qlog.spec
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ INSTALL_ROOT=%{buildroot} make -f Makefile install
%{_metainfodir}/*

%changelog
* Fri Nov 29 2024 Ladislav Foldyna - 0.40.1-1
- Fixed Bands - Added missing 8m band (issue #515)
- Fixed CW Console - EXCSTR does not work properly (issue #517)
- Fixed Activity Manager - Missing Propagation Mode None (issue #519)
- Fixed QSO Filter - filter fields with random order (PR #525 @aa5sh)
- Fixed TCI error when you change Rig (issue #526)
- Fixed NewContact - satellite mode too wide (issue #527)

* Sun Nov 24 2024 Ladislav Foldyna - 0.40.0-1
- [NEW] - Activity Manager - merged Layout Manager and profiles (issue #408)
- [NEW] - Activity Manager - Added new dynamic fields - Contest fields, RX/TX Power
Expand Down

0 comments on commit 94e55cd

Please sign in to comment.