From b37713124bb67862f50340abfaf1eb5eabdffa5b Mon Sep 17 00:00:00 2001 From: Roeland Jansen Date: Tue, 7 Sep 2021 08:11:51 +0200 Subject: [PATCH] WHATSNEW, CHANGELOG --- CHANGELOG | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ WHATSNEW | 4 ++- 2 files changed, 97 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 0e30950..8a54b86 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,99 @@ # CHANGELOG +- 20210831 + + added 25 kHz step for tuning + +- 20210829 + + Experimental support for split mode in rigctld + + Ignore control levels that we don't currently support + + Add better detection of ci-v transceive disable + +- 20210827 + + Add saving of meter2 state + +- 20210823 + + Set audio thread priority in the correct place! + + Now with dual meters for everyone! + +- 20210820 + + Clear Center readout as well. + + Fixed issue where the "none" selection didn't work quite right. Also + fixed the T/R meter switching to clear out invalid readings. + + + Set audio threads to be realtime priority + +- 20210817 + + dual meter support/WHATSNEW + + Current scale tic marks on both sides now! + + More meter work, fixed some scales and added labels. + + Better meter fonts + +- 20210815 + + Fix for left over CIV client on server + + Improve detection of unsupported codec. + +- 20210814 + + Fix for Opus TX audio + + txrate logging wrong + + More warning removal! + + More commenting in rigctld.h + + Is this going to fix 8 bit audio? + + Comment unused structs from rigctld + + All audio codecs now work in both directions! + + Update audiohandler.cpp + + more 8bit fixes! + + ulaw encoding test + + 8 bit encoding fix + + Another issue with 8 bit audio + + Try again to remove debugging! + + Revert "Remove extra opus debugging" This reverts commit da53f5371bbeb35b10cbb831b83b74e1bdd771f9. + + Remove extra opus debugging + + Move opus init + + Add some debugging for decoder + + Use radio samplerate for opus + + Remove big/little endian conversion + + More Opus fixes + + Update audiohandler.cpp + + Try to fix Opus 2-channel + - 20210809 Add constants to make parsing (hopefully) easier diff --git a/WHATSNEW b/WHATSNEW index 77dd589..bfc7df3 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -7,4 +7,6 @@ The following highlights are in this 1.x-release: added "do not ask again" for switching off rig and exiting wfview added opus as audio transport dual meter support - + rigctl basic split support + rigctl prevents switching off civ transceive + added 25 kHz step