Release 0.5.0
Fix the green RX LED not returning after un-muting mid-QSO, plus the MANUAL.md user guide and the MkDocs documentation website from this cycle. Bump version to 0.5.0. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
8fcfb66893
commit
e20eabd203
2 changed files with 6 additions and 2 deletions
|
|
@ -7,6 +7,10 @@ single running list until the first versioned release.
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
_Nothing yet._
|
||||||
|
|
||||||
|
## 0.5.0
|
||||||
|
|
||||||
- **Fix:** un-muting during an active QSO left the LED **off** instead of returning
|
- **Fix:** un-muting during an active QSO left the LED **off** instead of returning
|
||||||
to **green**. On un-mute the green RX LED is now restored from the current receive
|
to **green**. On un-mute the green RX LED is now restored from the current receive
|
||||||
state (active DMR slot or FM/digital signal), so an in-progress call lights green
|
state (active DMR slot or FM/digital signal), so an in-progress call lights green
|
||||||
|
|
|
||||||
|
|
@ -5,9 +5,9 @@
|
||||||
#define _FREETRX_VERSION_H_
|
#define _FREETRX_VERSION_H_
|
||||||
|
|
||||||
#define FREETRX_VERSION_MAJOR 0
|
#define FREETRX_VERSION_MAJOR 0
|
||||||
#define FREETRX_VERSION_MINOR 4
|
#define FREETRX_VERSION_MINOR 5
|
||||||
#define FREETRX_VERSION_PATCH 0
|
#define FREETRX_VERSION_PATCH 0
|
||||||
|
|
||||||
#define FREETRX_VERSION "0.4.0"
|
#define FREETRX_VERSION "0.5.0"
|
||||||
|
|
||||||
#endif // _FREETRX_VERSION_H_
|
#endif // _FREETRX_VERSION_H_
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue