diff --git a/CHANGELOG b/CHANGELOG index c148188..e080cf0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,60 @@ +commit 71326cd3851ba1019665fa327345263d36a9493b +Author: Elliott Liggett +Date: Wed Jan 18 23:17:28 2023 -0800 + + Added preference for automatic sideband. + +commit b99249692fe855f5ee9f8875bb80db50c8d19584 +Author: Elliott Liggett +Date: Wed Jan 18 22:50:18 2023 -0800 + + Cleaned up some old mode selection code. + +commit e9e042fad8adf43038d97016dbdce776732b27a1 +Author: Elliott Liggett +Date: Wed Jan 18 22:27:06 2023 -0800 + + Change mode selection code to use the command queue (as it should have). + Beginnings of automatic sideband options. + +commit 0c27bf72084971ee8bb0166984fa64ebcfc26dad +Author: Elliott Liggett +Date: Tue Jan 17 21:49:17 2023 -0800 + + This is a stylistic thing that I saw which I could not let go. + +commit 05295acc6f87d7555a1f2352d0f5b5833019859c +Author: Elliott Liggett +Date: Tue Jan 17 21:43:58 2023 -0800 + + Added version mismatch warning messages. + +commit fc753ffd39357f49035fc14a30b299227208ead4 +Author: Elliott Liggett +Date: Tue Jan 17 21:13:16 2023 -0800 + + cleanup of prefs + +commit f820d289b2b92a0ebe28176773c85a6468f553eb +Author: Elliott Liggett +Date: Tue Jan 17 21:09:54 2023 -0800 + + Re-arranged the preference structure to match how we save the + preferences. + +commit 9c0aea01026c41827cb953a8cc1f1b7795528fe6 +Author: Elliott Liggett +Date: Tue Jan 17 20:53:34 2023 -0800 + + Changed Show More button to also raise the transceiver adjustments + window. Added "reset PBT" button to the transceiver adjustments window. + +commit b468c514df891312af7102654ac98d48c90ef5a5 +Author: Roeland Jansen +Date: Sat Jan 14 19:59:04 2023 +0100 + + added var filterwidth + commit c221fb4a04006884e0fec8e16108828049c7eff1 Merge: 596607e c3ba36e Author: Roeland Jansen diff --git a/WHATSNEW b/WHATSNEW index 86c8814..2ad3d96 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -53,6 +53,7 @@ The following highlights are in this 1.51-release ince v1.50: not work yet and is commented out in the build process Fix invalid filter width being sent to rig by rigctld. Ability to drag the passband for a variable filter width + Added preference for automatic sideband.