resize fixes for non-spectrum rigs, bug fixing users, updated to v1.48

knobtest
Roeland Jansen 2022-09-23 07:55:07 +02:00
rodzic 79531712b0
commit 1aff6b9cb6
4 zmienionych plików z 18 dodań i 2 usunięć

Wyświetl plik

@ -1,5 +1,16 @@
# CHANGELOG
- 20220923
Fixed glitch when tabs are changed prior to rigcaps.
Additional resize fixes for non-spectrum rigs.
Hide UI elements not needed for non-spectrum radios.
updated to v1.48
- 20220921
Fix that was stopping users being created when none existed

Wyświetl plik

@ -39,6 +39,11 @@ The following highlights are in this 1.41-release:
+ 1.47 Added dialog box to the toFixed button where an edge can be selected.
Fix that was stopping users being created when none existed
compound fmv command (rigctl(d)) added
+ 1.48 Fixed glitch when tabs are changed prior to rigcaps.
Additional resize fixes for non-spectrum rigs.
Hide UI elements not needed for non-spectrum radios.
Fix that was stopping users being created when none existed
Notes:

Wyświetl plik

@ -13,7 +13,7 @@ TEMPLATE = app
CONFIG += console
DEFINES += WFVIEW_VERSION=\\\"1.46\\\"
DEFINES += WFVIEW_VERSION=\\\"1.48\\\"
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.46\\\"
DEFINES += WFVIEW_VERSION=\\\"1.48\\\"
DEFINES += BUILD_WFVIEW