From d5ddc4748beb3a4175bfac7dc799c2f49c31258a Mon Sep 17 00:00:00 2001 From: Marcus Kida Date: Fri, 10 Jul 2026 12:49:45 +0200 Subject: [PATCH] Release 0.4.0 On-radio channel add/delete from the Channel quick menu (with translations and a Managing-channels manual section), flash.sh always rebuilds language packs, and releases before v1.0.0 are flagged as pre-releases. Bump version to 0.4.0. Co-Authored-By: Claude Opus 4.8 (1M context) --- 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 25c7e02..eb34c0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ single running list until the first versioned release. ## Unreleased +_Nothing yet._ + +## 0.4.0 + - **On-radio channel add/delete.** The Channel quick menu (top button) has two new entries: - **new channel** — creates a blank 145.500 MHz FM channel in the first free diff --git a/MDUV380_firmware/application/include/freetrxVersion.h b/MDUV380_firmware/application/include/freetrxVersion.h index 015e403..f158642 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 3 +#define FREETRX_VERSION_MINOR 4 #define FREETRX_VERSION_PATCH 0 -#define FREETRX_VERSION "0.3.0" +#define FREETRX_VERSION "0.4.0" #endif // _FREETRX_VERSION_H_