Releases: goldstar611/chirp-appimage
20240522
commit ee76c28a4922888a02f2bbf81b38f8656f0d45d9
Author: Dan Smith [email protected]
Date: Tue May 21 15:35:56 2024 -0700
Add Baofeng UV-5RH Pro Max model alias to map
Fixes: #11355
Fixes: #11086
20240519
commit e31cab69fea56deeacba23272dc592180926d5b6
Author: Giovanni Scafora [email protected]
Date: Sat May 18 19:28:22 2024 +0200
Updated Italian Translation
20240514
commit 1cda965dea2b334a0c2832bbc67a21e29d3257a2
Author: Dan Smith [email protected]
Date: Mon May 13 15:17:56 2024 -0700
Fix desktop icon prompt parent window
Fixes #11346
20240511
commit d5dc5c8e053dbcf87c8b0ccf03109c0870c22bfb
Author: Dan Smith [email protected]
Date: Thu May 9 16:23:25 2024 -0700
Fix "My emergency radio" in alias map
20240504
commit e95140ff433b805ca16df04cba501b7332a9ec95
Author: Dan Smith [email protected]
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
commit 9f0f654ff31b17f52f3beb5fee616b3463fec9cf
Author: Dan Smith [email protected]
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
commit cab8248e5ea7d3c0c8aad2b0fb11f5750de8e13a
Author: Dan Smith [email protected]
Date: Fri Apr 26 14:38:43 2024 -0700
tdh8: Fix GMRS power levels
Fixes #11318
20240413
commit 276dce73a372c7f2a72c6e0bf965c58c0ada4319
Author: Dan Smith [email protected]
Date: Fri Apr 12 20:15:39 2024 -0700
dr735t: Provide different error if no response
Related to #11300
20240410
commit fe501c8ce04fafcb568ee5e38d00cd6048c70332
Author: Jacob Calvert [email protected]
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
commit 4b2f399dc41f1209b284f9a38d448b8370cdb02b
Author: Dan Smith [email protected]
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