diff --git a/CHANGELOG b/CHANGELOG index ae1a20d..84d29a0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,80 @@ # CHANGELOG +- 20210724 + + small changes to INSTAll.md and addition of mint 20.2/openSUSE 15.3 + +- 20210720 + + Clear out meter values when type is switched. + + Allow user to turn off power-down confirmation msgbox + +- 20210719 + + wfview now uses the meter's own balistics (average and peak code). This + makes it very easy to meter any parameter 0-255. Meter Type "meterNone" + or other will display data in "raw" format. + +- 20210718 + + Added center tuning for IC-R8600, partially moved meter balistics + (average and peak) to the meter class. + + Quick debug for the metering queue, just in case. + + 20210717 + + Preliminary secondary meter support. See Settings tab for selection. + Some scales incomplete. + + Added SWR and ALC scales to the meter. + + Fix error in scale of power meter + +- 20210716 + + Power meter for transmit. Much work remains on this meter alone. + + Get antenna status on start-up and slow poll for it. + + Add RX antenna selection for rigs that support it + +- 20210714 + + Preferences added for Anti-Alias and Interpolate. + +- 20210713 + + Added waterfall display options: anti-alias and interpolate. Not in + preferences yet. Debug button enables wf pan and zoom. + +- 20210711 + + Allow user to select whether to confirm exit or not + +- 20210709 + + Reset PTT timer for control-R keystroke. + + Added a fix to keep the local frequency in-sync with any recent commands + sent to the radio. + + Added more support for the IC-7600 in rigCaps. + + Added time, date, and UTC offset commands. Currently initiated by the + debug button. There seems to be a bug in the 7300 where the UTC offset + has one hour subtracted, ie, -7 HRS becomes -8 HRS. The hex command + appears to be sent correctly. + +- 20210708 + + Delete oldest entry from UDP buffer before adding new one. + + If pty connected s/w sends a disable transceive command, dont' send any transceive commands to it + + New about box! + - 20210706