diff --git a/Changelog b/Changelog index ddcd2d6e..38c0896a 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -TBC - 0.31.0 +2024/01/05 - 0.31.0 - [NEW] - DXC - Improved Mode recognition - [NEW] - DXC - Switch Rig mode based on DXC Spot Mode (issue #217) - [NEW] - DXC - Added Spot Country Column (issue #273) diff --git a/QLog.pro b/QLog.pro index b8c15dd1..f8ba6a25 100644 --- a/QLog.pro +++ b/QLog.pro @@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 5): QT += widgets TARGET = qlog TEMPLATE = app -VERSION = 0.31.0dev +VERSION = 0.31.0 DEFINES += VERSION=\\\"$$VERSION\\\" diff --git a/debian/changelog b/debian/changelog index 4447370f..d81cbca3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,31 @@ +qlog (0.31.0-1) UNRELEASED; urgency=low + * [NEW] - DXC - Improved Mode recognition + * [NEW] - DXC - Switch Rig mode based on DXC Spot Mode (issue #217) + * [NEW] - DXC - Added Spot Country Column (issue #273) + * [NEW] - DXC - Added Menu for server management + * [NEW] - DXC - Added Auto-connect to server + * [NEW] - DXC - Added Keep QSOs Context Menu + * [NEW] - DXC - Added Clear QSO Context Menu + * [NEW] - DXC - Added support for SH/DX response parsing + * [NEW] - DXC - Added support for username, password for connection + * [CHANGED] - DXC - Commands Combo changed to function button with selectable function + * [CHANGED] - DXC - DX Spot is prepared via DXC Command Line, Remark dialog was removed + * [NEW] - Online Map - IBP station double-click tunes freq and switch Rig mode + * [NEW] - Main Window - Current profile name is shown (issue #282) + * [NEW] - Import - Details can be saved to file (issue #284) + * [NEW] - Added Simplified Chinese translation (PR #285 thank BG7JAF) + * [NEW] - New Contact - Enter saves QSO if QSO time is running (issue #293 - partial) + * [NEW] - New Contact - Callsign Enter event saves QSO if no Callbook is active - Pileup Mode (issue #293) + * [NEW] - RIG Widget - RIT/XIT are displayed with user-friendly units (issue #294) + * [CHANGED] - SAT List download - Shortened download period for SAT list from 30 to 7 days + * Fixed ADI Import is too slow (issue #270) + * Improved Import/Export Performance + * Fixed Missing Satellite Mode SX (issue #291) + * Fixed QSO Detail - Issue when Sat-Name field was always disabled + * Fixed RPM build - Installed (but unpackaged) metainfo file issue + + -- foldynl Fri, 5 Jan 2024 11:23:36 +0100 + 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) diff --git a/installer/config/config.xml b/installer/config/config.xml index 18f4370c..78abc372 100644 --- a/installer/config/config.xml +++ b/installer/config/config.xml @@ -1,7 +1,7 @@ QLog - 0.30.0 + 0.31.0 QLog OK1MLG QLog diff --git a/installer/packages/de.dl2ic.qlog/meta/package.xml b/installer/packages/de.dl2ic.qlog/meta/package.xml index b2219fb3..ab477ec2 100644 --- a/installer/packages/de.dl2ic.qlog/meta/package.xml +++ b/installer/packages/de.dl2ic.qlog/meta/package.xml @@ -2,8 +2,8 @@ QLog The QLog main application. - 0.30.0-1 - 2023-12-01 + 0.31.0-1 + 2024-01-05 true true diff --git a/res/io.github.foldynl.QLog.metainfo.xml b/res/io.github.foldynl.QLog.metainfo.xml index be71e37a..715c0152 100644 --- a/res/io.github.foldynl.QLog.metainfo.xml +++ b/res/io.github.foldynl.QLog.metainfo.xml @@ -47,6 +47,36 @@ https://github.com/foldynl/QLog https://github.com/foldynl/QLog/blob/master/CONTRIBUTING.md + + +
    +
  • [NEW] - DXC - Improved Mode recognition
  • +
  • [NEW] - DXC - Switch Rig mode based on DXC Spot Mode (issue #217)
  • +
  • [NEW] - DXC - Added Spot Country Column (issue #273)
  • +
  • [NEW] - DXC - Added Menu for server management
  • +
  • [NEW] - DXC - Added Auto-connect to server
  • +
  • [NEW] - DXC - Added Keep QSOs Context Menu
  • +
  • [NEW] - DXC - Added Clear QSO Context Menu
  • +
  • [NEW] - DXC - Added support for SH/DX response parsing
  • +
  • [NEW] - DXC - Added support for username, password for connection
  • +
  • [CHANGED] - DXC - Commands Combo changed to function button with selectable function
  • +
  • [CHANGED] - DXC - DX Spot is prepared via DXC Command Line, Remark dialog was removed
  • +
  • [NEW] - Online Map - IBP station double-click tunes freq and switch Rig mode
  • +
  • [NEW] - Main Window - Current profile name is shown (issue #282)
  • +
  • [NEW] - Import - Details can be saved to file (issue #284)
  • +
  • [NEW] - Added Simplified Chinese translation (PR #285 thank BG7JAF)
  • +
  • [NEW] - New Contact - Enter saves QSO if QSO time is running (issue #293 - partial)
  • +
  • [NEW] - New Contact - Callsign Enter event saves QSO if no Callbook is active - Pileup Mode (issue #293)
  • +
  • [NEW] - RIG Widget - RIT/XIT are displayed with user-friendly units (issue #294)
  • +
  • [CHANGED] - SAT List download - Shortened download period for SAT list from 30 to 7 days
  • +
  • Fixed ADI Import is too slow (issue #270)
  • +
  • Improved Import/Export Performance
  • +
  • Fixed Missing Satellite Mode SX (issue #291)
  • +
  • Fixed QSO Detail - Issue when Sat-Name field was always disabled
  • +
  • Fixed RPM build - Installed (but unpackaged) metainfo file issue
  • +
+
+
diff --git a/rpm_spec/qlog.spec b/rpm_spec/qlog.spec index 30918a30..3057ef77 100644 --- a/rpm_spec/qlog.spec +++ b/rpm_spec/qlog.spec @@ -42,6 +42,32 @@ INSTALL_ROOT=%{buildroot} make -f Makefile install %{_metainfodir}/* %changelog +* Fri Jan 5 2024 Ladislav Foldyna - 0.31.0-1 +- [NEW] - DXC - Improved Mode recognition +- [NEW] - DXC - Switch Rig mode based on DXC Spot Mode (issue #217) +- [NEW] - DXC - Added Spot Country Column (issue #273) +- [NEW] - DXC - Added Menu for server management +- [NEW] - DXC - Added Auto-connect to server +- [NEW] - DXC - Added Keep QSOs Context Menu +- [NEW] - DXC - Added Clear QSO Context Menu +- [NEW] - DXC - Added support for SH/DX response parsing +- [NEW] - DXC - Added support for username, password for connection +- [CHANGED] - DXC - Commands Combo changed to function button with selectable function +- [CHANGED] - DXC - DX Spot is prepared via DXC Command Line, Remark dialog was removed +- [NEW] - Online Map - IBP station double-click tunes freq and switch Rig mode +- [NEW] - Main Window - Current profile name is shown (issue #282) +- [NEW] - Import - Details can be saved to file (issue #284) +- [NEW] - Added Simplified Chinese translation (PR #285 thank BG7JAF) +- [NEW] - New Contact - Enter saves QSO if QSO time is running (issue #293 - partial) +- [NEW] - New Contact - Callsign Enter event saves QSO if no Callbook is active - Pileup Mode (issue #293) +- [NEW] - RIG Widget - RIT/XIT are displayed with user-friendly units (issue #294) +- [CHANGED] - SAT List download - Shortened download period for SAT list from 30 to 7 days +- Fixed ADI Import is too slow (issue #270) +- Improved Import/Export Performance +- Fixed Missing Satellite Mode SX (issue #291) +- Fixed QSO Detail - Issue when Sat-Name field was always disabled +- Fixed RPM build - Installed (but unpackaged) metainfo file issue + * 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)