Releases: goldstar611/chirp-appimage
20230615
commit 589922494b80fbad0b593e073d1a9586fb89ea90
Author: Dan Smith [email protected]
Date: Wed Jun 14 21:08:51 2023 -0700
Fix zero-origin live driver row label mismatch
Zero-origin live drivers see the rows getting renamed during loading.
This fixes that.
Fixes #10641
20230614
commit 98834e210fa688442aad776a2dfe98372570efec
Author: Dan Smith [email protected]
Date: Tue Jun 13 18:59:53 2023 -0700
Update locale for separate-windows
20230613
commit f97c66edbdd7c8e25e8507757b75ef91bb623d41
Author: Jim Unroe [email protected]
Date: Sun Jun 11 22:35:23 2023 -0400
Add Talkpod A36plus - fixes #10559
20230611
commit 8faf39da1bb866e9f6b97deb126a35dcfaedf5aa
Author: Dan Smith [email protected]
Date: Sat Jun 10 22:03:00 2023 -0700
Remove extraneous debug from uv5r driver
This makes it hard to even debug issues. Removed this to assist
debugging #10578.
20230608
commit cd81a09343638b29fba890409ce1b21598b4af7f
Author: Dan Smith [email protected]
Date: Wed Jun 7 15:24:02 2023 -0700
Fix toggling banks when clicking on meta columns
This fixes toggling the last and second-to-last banks when clicking
on the meta columns (i.e. frequency, name) in the bank editor.
Fixes #10627
20230606
commit 7e014357db8d9220b3e08d80348ee982cf36dbf2
Author: Dan Smith [email protected]
Date: Mon Jun 5 19:39:54 2023 -0700
Fix ft2800 instruction line wrapping on msw
Related to #10616
20230605
commit 52db47faa0d29bf71b05c31b604667ef36d7791a
Author: Jim Unroe [email protected]
Date: Sun Jun 4 22:14:50 2023 -0400
Add support for Hiroyasu HI-8811 - fixes #10622
20230602
commit 72789c3652c332dc68ba694f8f8f005913fe5c95
Author: Dan Smith [email protected]
Date: Thu Jun 1 16:00:05 2023 -0700
Make FT-450 fully byte-clean
This moves the FT-450 driver to fully byte-clean internally and also
fixes a couple int-to-string-to-bytes conversions.
Fixes #10612
20230601
commit 64d85d837cc66af7dc8b0fb22039addff1e70693
Author: MELERIX [email protected]
Date: Wed May 31 22:39:13 2023 -0400
Update mml_jc8810.py
seconds to ms
20230531
commit ffc2fc7ea7dbbda486e72022281dcbfd13d72fce
Author: Dan Smith [email protected]
Date: Tue May 30 14:52:14 2023 -0700
Fix repeaterbook DV memory class and pasting DV
This makes the RepeaterBook source return actual DVMemory classes
for D-STAR repeaters. Since we don't really know which module the
entry is for, we can't fully flesh out the repeater call values, but
we can get it close.
This also fixes the FrozenMemory wrapper to work for DVMemory objects
since it was inheriting from Memory only.
Related to #10599