Skip to content

Commit 56581f3

Browse files
committed
Preparation for release 0.25.0
1 parent b09a562 commit 56581f3

File tree

6 files changed

+27
-5
lines changed

6 files changed

+27
-5
lines changed

Changelog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
TBC - 0.25.0
1+
2023/07/04 - 0.25.0
22
- [NEW] - Export - Added CSV Format
33
- [NEW] - Export - Added Type of Export Generic/QSLs (issue #209)
44
- [NEW] - Export - Added Exported Columns Setting

QLog.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 5): QT += widgets
1010

1111
TARGET = qlog
1212
TEMPLATE = app
13-
VERSION = 0.25.0dev
13+
VERSION = 0.25.0
1414

1515
DEFINES += VERSION=\\\"$$VERSION\\\"
1616

debian/changelog

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
qlog (0.25.0-1) UNRELEASED; urgency=low
2+
* [NEW] - Export - Added CSV Format
3+
* [NEW] - Export - Added Type of Export Generic/QSLs (issue #209)
4+
* [NEW] - Export - Added Exported Columns Setting
5+
* [NEW] - Export - All export formats use the ADIF field name convention
6+
* [CHANGED] - Export - JSON format contains a header - JSON format change
7+
* [CHANGED] - Default Statistics Interval is curr_date-1 and curr_day
8+
* Fixed Errors from Secure Storage are not shown (issue #216)
9+
* Fixed RX/TX Bands are uneditable when RX/TX freqs are missing (issue #220)
10+
11+
-- foldynl <[email protected]> Tue, 4 Jul 2023 15:05:16 +0200
12+
113
qlog (0.24.0-1) UNRELEASED; urgency=low
214
* Fixed Incorrect FT4 mode-submode (issue #212)
315
* Fixed CONTESTIA mode should be CONTESTI (issue #213)

installer/config/config.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Installer>
33
<Name>QLog</Name>
4-
<Version>0.24.0</Version>
4+
<Version>0.25.0</Version>
55
<Title>QLog</Title>
66
<Publisher>OK1MLG</Publisher>
77
<StartMenuDir>QLog</StartMenuDir>

installer/packages/de.dl2ic.qlog/meta/package.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<Package>
33
<DisplayName>QLog</DisplayName>
44
<Description>The QLog main application.</Description>
5-
<Version>0.24.0-1</Version>
6-
<ReleaseDate>2023-06-16</ReleaseDate>
5+
<Version>0.25.0-1</Version>
6+
<ReleaseDate>2023-07-04</ReleaseDate>
77
<Default>true</Default>
88
<Required>true</Required>
99
<Script>installscript.qs</Script>

rpm_spec/qlog.spec

+10
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,16 @@ INSTALL_ROOT=%{buildroot} make -f Makefile install
4242

4343

4444
%changelog
45+
* Tue Jul 4 2023 Ladislav Foldyna - 0.25.0-1
46+
- [NEW] - Export - Added CSV Format
47+
- [NEW] - Export - Added Type of Export Generic/QSLs (issue #209)
48+
- [NEW] - Export - Added Exported Columns Setting
49+
- [NEW] - Export - All export formats use the ADIF field name convention
50+
- [CHANGED] - Export - JSON format contains a header - JSON format change
51+
- [CHANGED] - Default Statistics Interval is curr_date-1 and curr_day
52+
- Fixed Errors from Secure Storage are not shown (issue #216)
53+
- Fixed RX/TX Bands are uneditable when RX/TX freqs are missing (issue #220)
54+
4555
* Fri Jun 16 2023 Ladislav Foldyna - 0.24.0-1
4656
- Fixed Incorrect FT4 mode-submode (issue #212)
4757
- Fixed CONTESTIA mode should be CONTESTI (issue #213)

0 commit comments

Comments
 (0)