audiometer support and changes to WHATSNEW/CHANGELOG

knobtest
Roeland Jansen 2022-08-26 09:08:23 +02:00
rodzic b91c033ef6
commit 7145de132f
4 zmienionych plików z 9 dodań i 4 usunięć

Wyświetl plik

@ -1,9 +1,14 @@
# CHANGELOG
- 20220926 Merge branch 'audiometer'
This adds audiometer for the second meter TxAudio, RxAudio and TxRxAudio
updated to v.1.42
- 20220824
Merge branch 'color'
This adds color picker support so that you can define several UI element colors
updated to v1.41
- 20220819
version bumped to 1.4

Wyświetl plik

@ -22,8 +22,8 @@ The following highlights are in this 1.41-release:
introduction of peak decays at the scope
resizing of top and bottom scope/waterfall
various fixes on the spectrum display
+ added color picker support for all kinds of vsual elements
+ 1.41 added color picker support for all kinds of vsual elements
+ 1.42 added three additional second meter choices. RxAudio, TxAdio, and TxRxAudio
Notes:

Wyświetl plik

@ -13,7 +13,7 @@ TEMPLATE = app
CONFIG += console
DEFINES += WFVIEW_VERSION=\\\"1.41\\\"
DEFINES += WFVIEW_VERSION=\\\"1.42\\\"
DEFINES += BUILD_WFSERVER

Wyświetl plik

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