From a94fd59a101326bd11444c7b2081af65c1933268 Mon Sep 17 00:00:00 2001 From: Marcus Kida Date: Tue, 14 Jul 2026 17:52:45 +0200 Subject: [PATCH] Release 0.9.0 Pride theme: status/header bar and menu title bar now use the top rainbow stripe colour instead of white. Bump version to 0.9.0. Co-Authored-By: Claude Fable 5 --- CHANGELOG.md | 6 ++++++ MDUV380_firmware/application/include/freetrxVersion.h | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb2a835..4cb8e7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ single running list until the first versioned release. _Nothing yet._ +## 0.9.0 + +- **Pride theme** — the status/header bar and the menu title bar are now painted + in the top rainbow-stripe colour so they blend into the background instead of + showing as white boxes. + ## 0.8.0 - **Three new theme presets** (Display Options → "Theme"): **Red** (black-on-red diff --git a/MDUV380_firmware/application/include/freetrxVersion.h b/MDUV380_firmware/application/include/freetrxVersion.h index fb2cb40..bd66339 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 8 +#define FREETRX_VERSION_MINOR 9 #define FREETRX_VERSION_PATCH 0 -#define FREETRX_VERSION "0.8.0" +#define FREETRX_VERSION "0.9.0" #endif // _FREETRX_VERSION_H_