Skip to content

Commit

Permalink
Preparation for release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Mar 5, 2022
1 parent 7bb41e5 commit c4cdfbc
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 @@
TDB - 0.6.0
2022/03/06 - 0.6.0
- [NEW] QSL - added import a file with QSL - with QSLr column
- Fixed QLog start when Band is 3cm (too long start time due to the Bandmap drawing) (issue #6)
- Fixed Rotator Widget Warning - map transformation issue (issue #8)
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, 4): QT += widgets

TARGET = qlog
TEMPLATE = app
VERSION = 0.5.0
VERSION = 0.6.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.6.0-1) UNRELEASED; urgency=low
* [NEW] QSL - added import a file with QSL - QSLr column
* Fixed QLog start when Band is 3cm (too long start time due to the Bandmap drawing) (issue #6)
* Fixed Rotator Widget Warning - map transformation issue (issue #8)
* Changed Bandmap window narrow size (issue #3)
* Changed User Filter Widget size
* Removed Units from Logbook widget
* Removed UTC string
* Renamed RSTs, RSTr etc. (issue #4)
* Renamed Main Menu Services->Service and Station->Equipment
* Internal - reworked Service networking signal handling

-- foldynl <foldyna@gmail.com> Sun, 5 Mar 2022 08:00:00 +0200

qlog (0.5.0-1) UNRELEASED; urgency=low

* DB: Started to use *_INTL fields
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.5.0</Version>
<Version>0.6.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.5.0-1</Version>
<ReleaseDate>2022-02-19</ReleaseDate>
<Version>0.6.0-1</Version>
<ReleaseDate>2022-03-06</ReleaseDate>
<Default>true</Default>
<Script>installscript.qs</Script>
</Package>
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
* Sun Mar 6 2022 Ladislav Foldyna - 0.6.0-1
- [NEW] QSL - added import a file with QSL - QSLr column
- Fixed QLog start when Band is 3cm (too long start time due to the Bandmap drawing) (issue #6)
- Fixed Rotator Widget Warning - map transformation issue (issue #8)
- Changed Bandmap window narrow size (issue #3)
- Changed User Filter Widget size
- Removed Units from Logbook widget
- Removed UTC string
- Renamed RSTs, RSTr etc. (issue #4)
- Renamed Main Menu Services->Service and Station->Equipment
- Internal - reworked Service networking signal handling

* Sat Feb 19 2022 Ladislav Foldyna - 0.5.0-1
- DB: Started to use *_INTL fields
- DB: Added all ADIF-supported modes/submodes
Expand Down

0 comments on commit c4cdfbc

Please sign in to comment.