From c2840680617e7863b0a3fed70b2426fc4ec6baae Mon Sep 17 00:00:00 2001 From: Marcus Kida Date: Wed, 26 Aug 2026 09:03:13 +0200 Subject: [PATCH] Release 0.13.0 Power-on indicator: when the display doesn't stay lit, the green LED flashes for 100 ms every 3 s so a dark screen doesn't leave you wondering whether the radio is still on. It pauses while receiving, transmitting or muted. Docs (README, MANUAL, CHANGELOG) updated. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01JCK7s3WnwRHZNtQLdyyWBu --- 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 92dc17f..23aea08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ single running list until the first versioned release. ## Unreleased +_Nothing yet._ + +## 0.13.0 + - **Power-on indicator** — when the display doesn't stay lit (any backlight mode where the screen goes dark, including **None**), the green LED flashes for **100 ms every 3 s** so it's obvious the radio is still switched on. The flash diff --git a/MDUV380_firmware/application/include/freetrxVersion.h b/MDUV380_firmware/application/include/freetrxVersion.h index d6da846..4fa892d 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 12 +#define FREETRX_VERSION_MINOR 13 #define FREETRX_VERSION_PATCH 0 -#define FREETRX_VERSION "0.12.0" +#define FREETRX_VERSION "0.13.0" #endif // _FREETRX_VERSION_H_