Releases: goldstar611/chirp-appimage
20231027
commit e13ae1c0bfe83d7d360402c23845c6e38c5199ac
Author: Dan Smith [email protected]
Date: Thu Oct 26 16:41:51 2023 -0700
Add a note about the master mode list
20231021
commit 2c99778fdf9e00c53f07f00db3ff9a89a815892b
Author: Cg [email protected]
Date: Thu Oct 19 16:03:25 2023 +0800
Tdh8 duplex adds off option
Related to bug #10756
20231016
commit f59b5b254c33be55c73368d6ab036eaadd9e5e76
Author: Jim Unroe [email protected]
Date: Sun Oct 15 21:10:59 2023 -0400
btech.py: fix BTECH GMRS-50V2 MEM_FORMAT - fixes #10883
20231003
commit 68f6a46f5c57dff334fd61deed9ed8ef471d1a6a
Author: Dan Smith [email protected]
Date: Mon Oct 2 17:02:17 2023 -0700
Add a basic pre-commit config
Also fix some things it cleaned up in default config.
20230928
commit f3a0a86c8fac03cc56613b085e4b949b60987e07
Author: Dan Smith [email protected]
Date: Tue Sep 26 16:56:42 2023 -0700
Fix revealing locations like debug log
A change to enable revealing the stock configs directory a while back
broke revealing the debug log location as well. This fixes that by
stripping down to the containing directory for windows only. Also,
this fixes the race between generating the debug log copy, accessing
it, and then removing it as a temporary file.
Found while investigating #10869
20230924
commit 22b9389e7093cb20fdb556c54f9d5448e1b428f0
Author: Jim Unroe [email protected]
Date: Fri Sep 22 21:42:20 2023 -0400
bf_t8.py: fix BTech FRS-A1 broadcast FM preset - fixes #10845
also fixes Retevis RB27, RB27B and RB27V
20230921
commit c7689ff71bed8bd0e8f2d7e04b5776537dce89f6
Author: Dan Smith [email protected]
Date: Fri Sep 8 18:29:10 2023 -0700
Fix firing setting warnings for the wrong setting
The binding of the changed event for settings to catch things we need
to warn for was not properly exclusive to only those settings. Make
the event handler always fire and look up the setting by name to
check for a warning so we handle that properly.
Related to the fix for #10505
20230917
commit d20da97cc6935a47f78e5e1b4e52a5c8ec199df8
Author: Dan Smith [email protected]
Date: Tue Sep 5 17:49:27 2023 -0700
ft2800: Fix getting subtype from older images
The change to support multiple IDBLOCK types in the ft2800 driver
broke existing images without that metadata attached. This makes us
assume the previous IDBLOCK if none is found.
Fixes #10797
20230911
commit c2a2137b8a875f7f2a55078942a8b25820933cc9
Author: Dan Smith [email protected]
Date: Wed Sep 6 15:17:20 2023 -0700
Prune empty comments from metadata
This makes us prune empty comments from the metadata blocks when
doing set() so that we don't end up loading and saving a ton of empty
data in the image.
20230906
commit 7ac0a159811011205b1d76cdeda9180382b1c98f
Author: Dan Smith [email protected]
Date: Tue Sep 5 14:53:53 2023 -0700
ft50: Fix clone out for python3
Note this is not 100% confirmed by the reporter due to some cable or
driver issues, but this is definitely more right than it was, and will
be updated if needed.
Fixes #10824