Skip to content

Commit

Permalink
Preparation for release 0.29.2
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Nov 13, 2023
1 parent 5ddd928 commit e44fc85
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Changelog
@@ -1,5 +1,5 @@
TBC - 0.29.2
- Fixed QLog is already running error popup on MacOS (issue #257)
2023/11/13 - 0.29.2
- Fixed QLog is already running error popup on MacOS (issue #257 thanks rjesson)

2023/11/10 - 0.29.1
- Fixed QSL cards tooltip are not displayed under qt6.5 (issue #248)
Expand Down
2 changes: 1 addition & 1 deletion QLog.pro
Expand Up @@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 5): QT += widgets

TARGET = qlog
TEMPLATE = app
VERSION = 0.29.2dev
VERSION = 0.29.2

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

Expand Down
5 changes: 5 additions & 0 deletions debian/changelog
@@ -1,3 +1,8 @@
qlog (0.29.2-1) UNRELEASED; urgency=low
* Fixed QLog is already running error popup on MacOS (issue #257 thanks rjesson)

-- foldynl <foldyna@gmail.com> Mon, 13 Nov 2023 14:46:57 +0100

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)
Expand Down
2 changes: 1 addition & 1 deletion installer/config/config.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Installer>
<Name>QLog</Name>
<Version>0.29.1</Version>
<Version>0.29.2</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
Expand Up @@ -2,8 +2,8 @@
<Package>
<DisplayName>QLog</DisplayName>
<Description>The QLog main application.</Description>
<Version>0.29.1-1</Version>
<ReleaseDate>2023-11-10</ReleaseDate>
<Version>0.29.2-1</Version>
<ReleaseDate>2023-11-13</ReleaseDate>
<Default>true</Default>
<Required>true</Required>
<Script>installscript.qs</Script>
Expand Down
3 changes: 3 additions & 0 deletions rpm_spec/qlog.spec
Expand Up @@ -42,6 +42,9 @@ INSTALL_ROOT=%{buildroot} make -f Makefile install


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

* 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)
Expand Down

0 comments on commit e44fc85

Please sign in to comment.