modified version numbers, WHATSNEW and CHANGELOG

monitor
Roeland Jansen 2022-08-19 08:12:22 +02:00
rodzic bd097dc3a5
commit 105675a128
4 zmienionych plików z 34 dodań i 36 usunięć

Wyświetl plik

@ -1,5 +1,15 @@
# CHANGELOG # 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 - 20220414
this is a cherrypicked CHANGELOG add as there are loads of changes due to different this is a cherrypicked CHANGELOG add as there are loads of changes due to different

Wyświetl plik

@ -1,43 +1,31 @@
The following highlights are in this 1.x-release: The following highlights are in this 1.x-release:
many changes/mods/updates/enhancements to rigctld New major change is the audio transport mechanism. Lower latencies.
rigctld box added in the UI About box updated to include Patreon site
build process changed: you can add the install prefix (derSuessmann) added 500 Hz step for VFO
added "do not ask again" for switching off rig and exiting wfview Added clock and UTC toggle.
added opus as audio transport Added forced manual RTS setting
dual meter support Add RIT function and other rigctl fixes
rigctl basic split support Adjusted window size for radios without spectrum. Thanks K5TUX.
rigctl prevents switching off civ transceive Allow dynamic restarting of server
added 25 kHz step New Settings tab
as a temporary measure sending multiple TX/FREQ change commands to the rig Enable High DPI Scaling
when we use rigctld. More multi-radio support (mostly working!)
people should use "fake it" in wsjtx as the split code is not reliable. Split LAN waterfall data for N1MM+ Spectrum Scope support: There is a combobox that allows you to select
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
split/combine (or default). Split only makes sense for LAN and Combine for USB. split/combine (or default). Split only makes sense for LAN and Combine for USB.
+ added radio status display with meters for audio (speaker/mic) added radio status display with meters for audio (speaker/mic)
+ selector for audio: QT, PortAudio, RealTime audio ( 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: Notes:
- We know about high CPU usage on RPi. - 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. - try the audiostack you like the most/what works for you
(At least five times - you can choose now)

Wyświetl plik

@ -13,7 +13,7 @@ TEMPLATE = app
CONFIG += console CONFIG += console
DEFINES += WFVIEW_VERSION=\\\"1.2e\\\" DEFINES += WFVIEW_VERSION=\\\"1.4\\\"
DEFINES += BUILD_WFSERVER DEFINES += BUILD_WFSERVER

Wyświetl plik

@ -11,7 +11,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
TARGET = wfview TARGET = wfview
TEMPLATE = app TEMPLATE = app
DEFINES += WFVIEW_VERSION=\\\"1.2e\\\" DEFINES += WFVIEW_VERSION=\\\"1.4\\\"
DEFINES += BUILD_WFVIEW DEFINES += BUILD_WFVIEW