Skip to content

Releases: goldstar611/chirp-appimage

20240504

04 May 09:19
10aeab5
Compare
Choose a tag to compare

commit e95140ff433b805ca16df04cba501b7332a9ec95
Author: Dan Smith dsmith@danplanet.com
Date: Fri May 3 16:55:03 2024 -0700

Detect AnyTone 778UV VOX and CRT Micron UV V2

Just like the other "vox" variants, detect these models from their
base as well.

20240502

02 May 09:19
10aeab5
Compare
Choose a tag to compare

commit 9f0f654ff31b17f52f3beb5fee616b3463fec9cf
Author: Dan Smith dsmith@danplanet.com
Date: Tue Apr 30 20:13:57 2024 -0700

tdh8: Detect H8 and H3 variants automatically

This makes the TIDRADIO H8 and H3 drivers use the detection framework
instead of requiring the user to choose which mode they have their
radio in. This also helps in the case of a known earlier firmware
version where the H3 was incorrectly identifying itself in one of
the modes. The user would (hopefully) see that it is being incorrectly
detected and upgrade their firmware.

Related: #11326

20240427

27 Apr 09:19
10aeab5
Compare
Choose a tag to compare

commit cab8248e5ea7d3c0c8aad2b0fb11f5750de8e13a
Author: Dan Smith dsmith@danplanet.com
Date: Fri Apr 26 14:38:43 2024 -0700

tdh8: Fix GMRS power levels

Fixes #11318

20240413

13 Apr 09:19
10aeab5
Compare
Choose a tag to compare

commit 276dce73a372c7f2a72c6e0bf965c58c0ada4319
Author: Dan Smith dsmith@danplanet.com
Date: Fri Apr 12 20:15:39 2024 -0700

dr735t: Provide different error if no response

Related to #11300

20240410

10 Apr 09:19
10aeab5
Compare
Choose a tag to compare

commit fe501c8ce04fafcb568ee5e38d00cd6048c70332
Author: Jacob Calvert jacob.n.calvert@gmail.com
Date: Wed Apr 3 23:24:26 2024 -0500

alinco dr735t: implementation of Alinco DR-735T/N Driver

- fixes: #8885
- implmented core radio common channel functions
- implemented a few of the extended properties

20240404

04 Apr 09:18
10aeab5
Compare
Choose a tag to compare

commit 4b2f399dc41f1209b284f9a38d448b8370cdb02b
Author: Dan Smith dsmith@danplanet.com
Date: Wed Apr 3 21:26:40 2024 -0700

vx8: Remove invalid NFM option

It has been reported (and confirmed locally and in the manual) that
the radio's "half deviation" setting is global for the entire radio
and not per-memory like the current mapping suggests. I think the
recording of that was actually a mistake, confused by the yaesu-esque
"auto" mode option.

So, this removes NFM from the supported modes since the radio can't
actually do it per-memory.

Fixes: #11275

20240401

01 Apr 09:19
10aeab5
Compare
Choose a tag to compare

commit a8d39d57e97366585b9102c5b4a0d70928f0ac6d
Author: Dan Smith dsmith@danplanet.com
Date: Fri Mar 29 14:41:16 2024 -0700

Add info about KSUN UV60D

20240322

22 Mar 09:19
10aeab5
Compare
Choose a tag to compare

commit 7d2486beffe81aa369cbe7f3a3318726b12e26fd
Author: Jim Unroe rock.unroe@gmail.com
Date: Thu Mar 21 12:35:21 2024 -0400

Add Baofeng GM-5RH - fixes #11006

20240319

19 Mar 13:56
10aeab5
Compare
Choose a tag to compare

commit 74a8717dc6351038e50422545e484c54eee77aed
Author: Dan Smith dsmith@danplanet.com
Date: Sun Mar 17 11:20:23 2024 -0700

idrp: Add --debug flag for verbosity

20240317

17 Mar 09:18
10aeab5
Compare
Choose a tag to compare

commit 86a2ee0e4a61a78ba2e56d6cbd6b8f2026c7dc87
Author: Dan Smith dsmith@danplanet.com
Date: Sat Mar 16 21:53:06 2024 -0700

idrp: Presumptive python3 conversion

This is untested, but will give something to start from