Skip to content

Commit

Permalink
Preparation for release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Apr 7, 2022
1 parent 64be670 commit ee88100
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
TBD - 0.7.0
2022/04/08 - 0.7.0
- Settings - Ant/Rig/Rot are profiles
- Reworked Ant/Rig/Rot Pages
- Added RIG Properties (issue #18)
- Rig Widget - added Band/Rig/Mode selection (issue #5)
- added VFO/XIT/RIT/PWR Indicators (issue #20 and issue #23)
- Rot Widget - works again
- AZ/EL are stored to database if rot is connected (issue #22)
- Fixed issues with the Statistic Widget Combos (issue 25)

2022/03/10 - 0.6.5
- Fixed missing modes in Setting Dialog (issue #11)
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.7.0-devel
VERSION = 0.7.0

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

Expand Down
13 changes: 13 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
qlog (0.7.0-1) UNRELEASED; urgency=low

* [NEW] - Ant/Rig/Rot Profiles
* [NEW] - Rig widget shows additional information
* [NEW] - Rig widget Band/Mode/Profile Changer
* [NEW] - Rot profile Changer
* [NEW] - AZ/EL are stored when Rot is connected
* Fixed an issue with Statistic widget (issue #25)
* Fixed Rot AZ current value (issue #22)

-- foldynl <[email protected]> Fri, 8 Apr 2022 12:00:00 +0200


qlog (0.6.5-1) UNRELEASED; urgency=low

* Fixed missing modes in Setting Dialog (issue #11)
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.6.5</Version>
<Version>0.7.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.6.5-1</Version>
<ReleaseDate>2022-03-10</ReleaseDate>
<Version>0.7.0-1</Version>
<ReleaseDate>2022-04-08</ReleaseDate>
<Default>true</Default>
<Script>installscript.qs</Script>
</Package>
9 changes: 9 additions & 0 deletions rpm_spec/qlog.spec
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ INSTALL_ROOT=%{buildroot} make -f Makefile install


%changelog
* Fri Apr 8 2022 Ladislav Foldyna - 0.7.0-1
- [NEW] Ant/Rig/Rot Profiles
- [NEW] Rig widget shows additional information
- [NEW] Rig widget Band/Mode/Profile Changer
- [NEW] Rot profile Changer
- [NEW] AZ/EL are stored when Rot is connected
- Fixed an issue with Statistic widget (issue #25)
- Fixed Rot AZ current value (issue #22)

* Thu Mar 10 2022 Ladislav Foldyna - 0.6.5-1
- Fixed missing modes in Setting Dialog (issue #11)
- Fixed Station Profile text color in dark mode (issue #10)
Expand Down

0 comments on commit ee88100

Please sign in to comment.