Release 0.7.0

DMR text messages (SMS): compose, inbox/sent, quick texts, delivery
confirmation and an incoming-message popup, compatible with
BrandMeister/hotspots (Motorola TMS) and Anytone/"DMR standard"
senders. Also removes the main-menu icons (plain-text entries again).

Bump version to 0.7.0.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Marcus Kida 2026-07-13 16:53:33 +02:00
parent 31c31df861
commit 741578e294
2 changed files with 6 additions and 2 deletions

View file

@ -7,6 +7,10 @@ single running list until the first versioned release.
## Unreleased ## Unreleased
_Nothing yet._
## 0.7.0
- **DMR text messages (SMS)** — full ETSI/Motorola-TMS-compatible messaging: - **DMR text messages (SMS)** — full ETSI/Motorola-TMS-compatible messaging:
compose on the keypad (multi-tap, up to 160 characters), inbox and sent box compose on the keypad (multi-tap, up to 160 characters), inbox and sent box
(8 messages each, persisted to flash across power cycles), 10 editable (8 messages each, persisted to flash across power cycles), 10 editable

View file

@ -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 6 #define FREETRX_VERSION_MINOR 7
#define FREETRX_VERSION_PATCH 0 #define FREETRX_VERSION_PATCH 0
#define FREETRX_VERSION "0.6.0" #define FREETRX_VERSION "0.7.0"
#endif // _FREETRX_VERSION_H_ #endif // _FREETRX_VERSION_H_