Releases: goldstar611/chirp-appimage
20240401
commit a8d39d57e97366585b9102c5b4a0d70928f0ac6d
Author: Dan Smith [email protected]
Date: Fri Mar 29 14:41:16 2024 -0700
Add info about KSUN UV60D
20240322
commit 7d2486beffe81aa369cbe7f3a3318726b12e26fd
Author: Jim Unroe [email protected]
Date: Thu Mar 21 12:35:21 2024 -0400
Add Baofeng GM-5RH - fixes #11006
20240319
commit 74a8717dc6351038e50422545e484c54eee77aed
Author: Dan Smith [email protected]
Date: Sun Mar 17 11:20:23 2024 -0700
idrp: Add --debug flag for verbosity
20240317
commit 86a2ee0e4a61a78ba2e56d6cbd6b8f2026c7dc87
Author: Dan Smith [email protected]
Date: Sat Mar 16 21:53:06 2024 -0700
idrp: Presumptive python3 conversion
This is untested, but will give something to start from
20240312
commit c00166bad9ac5c64145b864b71d4c76b89942439
Author: MELERIX [email protected]
Date: Mon Mar 11 19:02:38 2024 -0300
typo fixes in Spanish translation
sorry about it, it was due Poedit corrector fail xD
20240311
commit 3cc4bf36e081d05fb9057042a9b8294c5a9d7b79
Author: Dan Smith [email protected]
Date: Sun Mar 10 10:11:51 2024 -0700
Warn about loading modules with open tabs
This is almost always going to make the user think the module did
not work, so warn them if any tabs are open when they go to load.
20240306
commit ddc7ffdcad1ba9101573e38d2afbc357b8ca35ef
Author: Dan Smith [email protected]
Date: Tue Mar 5 16:40:15 2024 -0800
hguv98: Mark as tested in -next
This was fixed and tested a bit ago, but I neglected to update the
matrix.
Related to #11179
20240229
commit 5cd1388e5b2d590cbb4992e7b8e2f02e26456b18
Author: Dan Smith [email protected]
Date: Wed Feb 28 17:55:54 2024 -0800
Fix spanish translation of "Skip" column
Fixes #11209
20240208
commit 902043a937ee3611744f2a4e35cd902c7b0a8d0b
Author: Dan Smith [email protected]
Date: Wed Feb 7 14:51:05 2024 -0800
Update US Marine stock config to current
Fixes #11135
20240206
commit 96f6a3d07169f006a39ac21e46bf746077f15c13
Author: Dan Smith [email protected]
Date: Sun Feb 4 13:44:55 2024 -0800
uvk5: Sanity check image firmware on load
This logs a warning if the user tries to open an old UVK5 image
from before we were recording the firmware (and had two
implementations) indicating that they should download a fresh image.
It also refuses to load an image with a firmware string the driver
specifically rejects.
This requires updating the three related images in the tree because
they were captured before we were doing that stamping, which makes
them log warnings, which the tests assert doesn't happen.
Related to #11125