Release 0.7.1
Fix a crash when navigating the Messages menu with voice prompts enabled: menu strings added after the voice-prompt pack was built read past the end of the table of contents and now play silence instead. Bump version to 0.7.1. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
9eceb10013
commit
5646d2df11
2 changed files with 6 additions and 2 deletions
|
|
@ -7,6 +7,10 @@ single running list until the first versioned release.
|
|||
|
||||
## Unreleased
|
||||
|
||||
_Nothing yet._
|
||||
|
||||
## 0.7.1
|
||||
|
||||
- **Fix:** the radio **crashed** when navigating the Messages menu with voice
|
||||
prompts enabled. Menu strings added after the voice-prompt pack was built map
|
||||
to a table-of-contents slot that doesn't exist; the player read past the end
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
|
||||
#define FREETRX_VERSION_MAJOR 0
|
||||
#define FREETRX_VERSION_MINOR 7
|
||||
#define FREETRX_VERSION_PATCH 0
|
||||
#define FREETRX_VERSION_PATCH 1
|
||||
|
||||
#define FREETRX_VERSION "0.7.0"
|
||||
#define FREETRX_VERSION "0.7.1"
|
||||
|
||||
#endif // _FREETRX_VERSION_H_
|
||||
|
|
|
|||
Loading…
Reference in a new issue