Skip to content

Commit

Permalink
Preparation for release 0.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Nov 10, 2023
1 parent 292386b commit 71330f9
Show file tree
Hide file tree
Showing 6 changed files with 23 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.29.1
2023/11/10 - 0.29.1
- Fixed QSL cards tooltip are not displayed under qt6.5 (issue #248)
- Fixed Distance unit is not displayed in QSO Info under Windows (issue #250)
- Fixed Editing STATION_CALLSIGN can cause unwanted change in QSO Detail (issue #251)
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.29.1dev
VERSION = 0.29.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.29.1-1) UNRELEASED; urgency=low
* Fixed QSL cards tooltip are not displayed under qt6.5 (issue #248)
* Fixed Distance unit is not displayed in QSO Info under Windows (issue #250)
* Fixed Editing STATION_CALLSIGN can cause unwanted change in QSO Detail (issue #251)
* Fixed QSO Detail Operator Name containes an incorrect value (issue #252)
* Fixed Calls with VE, VA are coding as Amsterdam & St Paul Islands instead of Canada (issue #253)
* Fixed LoTW QSL import reports unmatched QSOs sometime (issue #254)

-- foldynl <foldyna@gmail.com> Fri, 10 Nov 2023 08:50:15 +0100

qlog (0.29.0-1) UNRELEASED; urgency=low
* [NEW] - Added user-defined layout for New QSO Detail widget
* [NEW] - Main window State and Geometry can be saved to layout profile
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.29.0</Version>
<Version>0.29.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.29.0-1</Version>
<ReleaseDate>2023-10-20</ReleaseDate>
<Version>0.29.1-1</Version>
<ReleaseDate>2023-11-10</ReleaseDate>
<Default>true</Default>
<Required>true</Required>
<Script>installscript.qs</Script>
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


%changelog
* Fri Nov 10 2023 Ladislav Foldyna - 0.29.1-1
- Fixed QSL cards tooltip are not displayed under qt6.5 (issue #248)
- Fixed Distance unit is not displayed in QSO Info under Windows (issue #250)
- Fixed Editing STATION_CALLSIGN can cause unwanted change in QSO Detail (issue #251)
- Fixed QSO Detail Operator Name containes an incorrect value (issue #252)
- Fixed Calls with VE, VA are coding as Amsterdam & St Paul Islands instead of Canada (issue #253)
- Fixed LoTW QSL import reports unmatched QSOs sometime (issue #254)

* Fri Oct 20 2023 Ladislav Foldyna - 0.29.0-1
- [NEW] - Added user-defined layout for New QSO Detail widget
- [NEW] - Main window State and Geometry can be saved to layout profile
Expand Down

0 comments on commit 71330f9

Please sign in to comment.