From 741578e294950b6945ff85e78034282373712196 Mon Sep 17 00:00:00 2001 From: Marcus Kida Date: Mon, 13 Jul 2026 16:53:33 +0200 Subject: [PATCH] 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 --- CHANGELOG.md | 4 ++++ MDUV380_firmware/application/include/freetrxVersion.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef3b7b5..f6ac322 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ single running list until the first versioned release. ## Unreleased +_Nothing yet._ + +## 0.7.0 + - **DMR text messages (SMS)** — full ETSI/Motorola-TMS-compatible messaging: 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 diff --git a/MDUV380_firmware/application/include/freetrxVersion.h b/MDUV380_firmware/application/include/freetrxVersion.h index cf86843..4f2de34 100644 --- a/MDUV380_firmware/application/include/freetrxVersion.h +++ b/MDUV380_firmware/application/include/freetrxVersion.h @@ -5,9 +5,9 @@ #define _FREETRX_VERSION_H_ #define FREETRX_VERSION_MAJOR 0 -#define FREETRX_VERSION_MINOR 6 +#define FREETRX_VERSION_MINOR 7 #define FREETRX_VERSION_PATCH 0 -#define FREETRX_VERSION "0.6.0" +#define FREETRX_VERSION "0.7.0" #endif // _FREETRX_VERSION_H_