Skip to content

Commit

Permalink
Preparation for release 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Dec 1, 2023
1 parent b54a993 commit efd019f
Show file tree
Hide file tree
Showing 6 changed files with 31 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.30.0
2023/12/01 - 0.30.0
- [NEW] - QSL Images are stored in the database
- [NEW] - Added AppStream Metainfo File (PR #262 thanks AsciiWolf)
- [NEW] - Added (WPX) prefix (issue #263)
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.30.0dev
VERSION = 0.30.0

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

Expand Down
14 changes: 14 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
qlog (0.30.0-1) UNRELEASED; urgency=low
* [NEW] - QSL Images are stored in the database
* [NEW] - Added AppStream Metainfo File (PR #262 thanks AsciiWolf)
* [NEW] - Added (WPX) prefix (issue #263)
* [NEW] - Added WPX Award statistics
* [NEW] - Added support for external translation files(issue #275)
* [CHANGED] - Removed QSOID from Export dialog column setting (issue #258)
* Fixed Date editor does not support NULL value in Logbook Direct Editor (issue #256)
* Fixed duplicate entry in Windows Add or Remove - only Window platform (issue #260)
* Fixed RST fields revert to 59 after changing them (issue #261)
* Fixed Cannot change TQSL Path in Settings - flatpak (issue #271)

-- foldynl <foldyna@gmail.com> Fri, 1 Dec 2023 16:23:18 +0100

qlog (0.29.2-1) UNRELEASED; urgency=low
* Fixed QLog is already running error popup on MacOS (issue #257 thanks rjesson)

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.2</Version>
<Version>0.30.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.29.2-1</Version>
<ReleaseDate>2023-11-13</ReleaseDate>
<Version>0.30.0-1</Version>
<ReleaseDate>2023-12-01</ReleaseDate>
<Default>true</Default>
<Required>true</Required>
<Script>installscript.qs</Script>
Expand Down
12 changes: 12 additions & 0 deletions rpm_spec/qlog.spec
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@ INSTALL_ROOT=%{buildroot} make -f Makefile install


%changelog
* Fri Dec 1 2023 Ladislav Foldyna - 0.30.0-1
- [NEW] - QSL Images are stored in the database
- [NEW] - Added AppStream Metainfo File (PR #262 thanks AsciiWolf)
- [NEW] - Added (WPX) prefix (issue #263)
- [NEW] - Added WPX Award statistics
- [NEW] - Added support for external translation files(issue #275)
- [CHANGED] - Removed QSOID from Export dialog column setting (issue #258)
- Fixed Date editor does not support NULL value in Logbook Direct Editor (issue #256)
- Fixed duplicate entry in Windows Add or Remove - only Window platform (issue #260)
- Fixed RST fields revert to 59 after changing them (issue #261)
- Fixed Cannot change TQSL Path in Settings - flatpak (issue #271)

* Mon Nov 13 2023 Ladislav Foldyna - 0.29.2-1
- Fixed QLog is already running error popup on MacOS (issue #257 thanks rjesson)

Expand Down

0 comments on commit efd019f

Please sign in to comment.