From 105675a128aaccb778e45953e75fb8fc6b938dc3 Mon Sep 17 00:00:00 2001 From: Roeland Jansen Date: Fri, 19 Aug 2022 08:12:22 +0200 Subject: [PATCH] modified version numbers, WHATSNEW and CHANGELOG --- CHANGELOG | 10 ++++++++++ WHATSNEW | 56 +++++++++++++++++++++------------------------------- wfserver.pro | 2 +- wfview.pro | 2 +- 4 files changed, 34 insertions(+), 36 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 25ba84e..a10f418 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,15 @@ # CHANGELOG +- 20220819 + + version bumped to 1.4 + temporary squashed logs; may redo later + audio fixes at exit + introduction of peak decays at the scope + resizing of top and bottom scope/waterfall + various fixes on the spectrum display + + - 20220414 this is a cherrypicked CHANGELOG add as there are loads of changes due to different diff --git a/WHATSNEW b/WHATSNEW index 75a34a8..270f5ae 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -1,43 +1,31 @@ The following highlights are in this 1.x-release: - many changes/mods/updates/enhancements to rigctld - rigctld box added in the UI - build process changed: you can add the install prefix (derSuessmann) - added "do not ask again" for switching off rig and exiting wfview - added opus as audio transport - dual meter support - rigctl basic split support - rigctl prevents switching off civ transceive - added 25 kHz step - as a temporary measure sending multiple TX/FREQ change commands to the rig - when we use rigctld. - people should use "fake it" in wsjtx as the split code is not reliable. - tidied up udp server function for better reliability - added some IC736 stuff - and that lowers the latency to maybe less than 50 ms - added PBT and IF-shift - several bugs fixed - RTS as PTT for several radios like the 706/718/736… -+ New major change is the audio transport mechanism. Lower latencies. -+ About box updated to include Patreon site -+ added 500 Hz step for VFO -+ Added clock and UTC toggle. -+ Added forced manual RTS setting -+ Add RIT function and other rigctl fixes -+ Adjusted window size for radios without spectrum. Thanks K5TUX. -+ Allow dynamic restarting of server -+ New Settings tab -+ Enable High DPI Scaling -+ More multi-radio support (mostly working!) -+ Split LAN waterfall data for N1MM+ Spectrum Scope support: There is a combobox that allows you to select + New major change is the audio transport mechanism. Lower latencies. + About box updated to include Patreon site + added 500 Hz step for VFO + Added clock and UTC toggle. + Added forced manual RTS setting + Add RIT function and other rigctl fixes + Adjusted window size for radios without spectrum. Thanks K5TUX. + Allow dynamic restarting of server + New Settings tab + Enable High DPI Scaling + More multi-radio support (mostly working!) + Split LAN waterfall data for N1MM+ Spectrum Scope support: There is a combobox that allows you to select split/combine (or default). Split only makes sense for LAN and Combine for USB. -+ added radio status display with meters for audio (speaker/mic) -+ selector for audio: QT, PortAudio, RealTime audio ( + added radio status display with meters for audio (speaker/mic) + selector for audio: QT, PortAudio, RealTime audio ++ version bumped to 1.4 -- rethinking of a new version schema that makes more sense ++ temporary squashed logs; may redo later ++ audio fixes at exit ++ introduction of peak decays at the scope ++ resizing of top and bottom scope/waterfall ++ various fixes on the spectrum display + Notes: - We know about high CPU usage on RPi. -- the audio stack has been rewritten multiple times to get the best out of it and have the lowest possible latencies. - (At least five times - you can choose now) +- try the audiostack you like the most/what works for you diff --git a/wfserver.pro b/wfserver.pro index 5a854ec..779a7ed 100644 --- a/wfserver.pro +++ b/wfserver.pro @@ -13,7 +13,7 @@ TEMPLATE = app CONFIG += console -DEFINES += WFVIEW_VERSION=\\\"1.2e\\\" +DEFINES += WFVIEW_VERSION=\\\"1.4\\\" DEFINES += BUILD_WFSERVER diff --git a/wfview.pro b/wfview.pro index c9cd8aa..4ba46d7 100644 --- a/wfview.pro +++ b/wfview.pro @@ -11,7 +11,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport TARGET = wfview TEMPLATE = app -DEFINES += WFVIEW_VERSION=\\\"1.2e\\\" +DEFINES += WFVIEW_VERSION=\\\"1.4\\\" DEFINES += BUILD_WFVIEW