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:
Marcus Kida 2026-07-13 17:32:26 +02:00
parent 9eceb10013
commit 4aaf63f398
2 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -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_