From 1aff6b9cb65e7f3b1c9c74f9cd9ec83565d4f4c8 Mon Sep 17 00:00:00 2001 From: Roeland Jansen Date: Fri, 23 Sep 2022 07:55:07 +0200 Subject: [PATCH] resize fixes for non-spectrum rigs, bug fixing users, updated to v1.48 --- CHANGELOG | 11 +++++++++++ WHATSNEW | 5 +++++ wfserver.pro | 2 +- wfview.pro | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 49ca52f..c5b7489 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/WHATSNEW b/WHATSNEW index 8cae7ea..0248f1e 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -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: diff --git a/wfserver.pro b/wfserver.pro index c48624d..c805028 100644 --- a/wfserver.pro +++ b/wfserver.pro @@ -13,7 +13,7 @@ TEMPLATE = app CONFIG += console -DEFINES += WFVIEW_VERSION=\\\"1.46\\\" +DEFINES += WFVIEW_VERSION=\\\"1.48\\\" DEFINES += BUILD_WFSERVER diff --git a/wfview.pro b/wfview.pro index f60af98..36ad558 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.46\\\" +DEFINES += WFVIEW_VERSION=\\\"1.48\\\" DEFINES += BUILD_WFVIEW