updated to v1.55, see WHATSNEW

half-duplex
Roeland Jansen 2023-01-02 15:49:33 +01:00
rodzic 5dabcb34df
commit 24ac791ad4
4 zmienionych plików z 12756 dodań i 3 usunięć

Wyświetl plik

@ -30,7 +30,19 @@ The following highlights are in this 1.51-release ince v1.50:
Add AR Cluster support
+1.54 Various wfserver fixes
logging using termbin edge case fix
+1.55 Compiles with QT5 and 6 now
Many audio-fixe
s Fix wfserver device detection
Prevent memory leak on exit
Dawid Szymanski - SQ6EMM/SN6M 'standardHFfix'; fixed missing 160m band
Support hotplug audio on QT6+
Remove Exception from RT audio as it doesn't exist in newer versions of RTAudio
Tidy-up device enumeration for Qt audio
Log enumeration of audio devices
Fix codec selection issue in both QT5 and 6
Make sure compilation with QT5 still works
Notes:
- We know about high CPU usage on RPi.

12741
q 100644

Plik diff jest za duży Load Diff

Wyświetl plik

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

Wyświetl plik

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