Skip to content

Commit

Permalink
Preparation for release 0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Mar 14, 2023
1 parent 56610ea commit 6b19445
Show file tree
Hide file tree
Showing 6 changed files with 33 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.20.0
2023/03/14 - 0.20.0
- [NEW] - Added MUF Layer to online map
- [NEW] - Added International Beacon Project (IBP) Beacons to online map
- [NEW] - Centering the map on the current profile at start (issue #185)
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.20.0dev
VERSION = 0.20.0

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

Expand Down
15 changes: 15 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
qlog (0.20.0-1) UNRELEASED; urgency=low
* [NEW] - Added MUF Layer to online map
* [NEW] - Added International Beacon Project (IBP) Beacons to online map
* [NEW] - Centering the map on the current profile at start (issue #185)
* Fixed incorrect ADIF interpretation of _SENT fields (issue #176)
* Fixed Awards Dialog, Table double click for ITU/CQZ/WAZ/IOTA shows incorrect QSOs (issue #177)
* Fixed ADIF double-type fields when 0.0 is currently mapped to NULL (issue #178)
* Fixed QSO Detail to save NULL instead of empty string (issue #179)
* Fixed ADIF Import default _INTL values are now stored correctly (issue #183)
* Fixed Maps show an incorrect path if from/to grids are the same (issue #186)
* Fixed Online Maps incorrect Bounds if Bandmap callsign double-click (issue #188)
* Updated German translation (thx DL2KI)

-- foldynl <[email protected]> Tue, 14 Mar 2023 20:00:00 +0100

qlog (0.19.0-1) UNRELEASED; urgency=low
* [NEW] - Added Aurora Layer to online map
* [NEW] - Logbook - filter options are saved and restored
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.19.0</Version>
<Version>0.20.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.19.0-1</Version>
<ReleaseDate>2023-02-17</ReleaseDate>
<Version>0.20.0-1</Version>
<ReleaseDate>2023-03-14</ReleaseDate>
<Default>true</Default>
<Required>true</Required>
<Script>installscript.qs</Script>
Expand Down
13 changes: 13 additions & 0 deletions rpm_spec/qlog.spec
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,19 @@ INSTALL_ROOT=%{buildroot} make -f Makefile install


%changelog
* Tue Mar 14 2023 Ladislav Foldyna - 0.20.0-1
- [NEW] - Added MUF Layer to online map
- [NEW] - Added International Beacon Project (IBP) Beacons to online map
- [NEW] - Centering the map on the current profile at start (issue #185)
- Fixed incorrect ADIF interpretation of _SENT fields (issue #176)
- Fixed Awards Dialog, Table double click for ITU/CQZ/WAZ/IOTA shows incorrect QSOs (issue #177)
- Fixed ADIF double-type fields when 0.0 is currently mapped to NULL (issue #178)
- Fixed QSO Detail to save NULL instead of empty string (issue #179)
- Fixed ADIF Import default _INTL values are now stored correctly (issue #183)
- Fixed Maps show an incorrect path if from/to grids are the same (issue #186)
- Fixed Online Maps incorrect Bounds if Bandmap callsign double-click (issue #188)
- Updated German translation (thx DL2KI)

* Fri Feb 17 2023 Ladislav Foldyna - 0.19.0-1
- [NEW] - Added Aurora Layer to online map
- [NEW] - Logbook - filter options are saved and restored
Expand Down

0 comments on commit 6b19445

Please sign in to comment.