diff --git a/.swp b/.swp new file mode 100644 index 0000000..9ac6df1 Binary files /dev/null and b/.swp differ diff --git a/CHANGELOG b/CHANGELOG index 6335c22..444aec8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,10 +1,26 @@ # CHANGELOG + +- 20220918 + + Added controls for custom scope edges, hide/show scope controls + depending upon the scope mode the radio reports. + + Fixed clear peaks button to work with the plasma underlay. + + Make sure both audio system button are disabled when connected to radio and enabled when not. + + Remove password from log! + + Fix server user handling + + updated to v1.46 + - 20220918 merged bits from log branch into master - updated to v.1.45 + updated to v1.45 - 20220917 diff --git a/WHATSNEW b/WHATSNEW index f40f71c..79db3a2 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -30,6 +30,12 @@ The following highlights are in this 1.41-release: moved connect button and added cancel option add enable/disable audioSystemServerCombo Fixed bug where the frequency dial skipped extra when crossing zero. ++1.46 Added controls for custom scope edges, hide/show scope controls + depending upon the scope mode the radio reports. + Fixed clear peaks button to work with the plasma underlay. + both audio system button are disabled when connected to radio and enabled when not. + Remove password from log + Fix server user handling Notes: diff --git a/wfserver.pro b/wfserver.pro index 658d0a0..c48624d 100644 --- a/wfserver.pro +++ b/wfserver.pro @@ -13,7 +13,7 @@ TEMPLATE = app CONFIG += console -DEFINES += WFVIEW_VERSION=\\\"1.45\\\" +DEFINES += WFVIEW_VERSION=\\\"1.46\\\" DEFINES += BUILD_WFSERVER diff --git a/wfview.pro b/wfview.pro index 31d9cc4..f60af98 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.45\\\" +DEFINES += WFVIEW_VERSION=\\\"1.46\\\" DEFINES += BUILD_WFVIEW