From 3fe33b931d9c69df8c6f001368784a3f33b3fd25 Mon Sep 17 00:00:00 2001 From: Marcus Kida Date: Tue, 14 Jul 2026 14:48:17 +0200 Subject: [PATCH] Release 0.8.0 New colour theme presets (Red, Neon 80s, and the rainbow-background Pride), plus a per-region memory-usage summary printed after every build. Bump version to 0.8.0. Co-Authored-By: Claude Fable 5 --- CHANGELOG.md | 4 ++++ MDUV380_firmware/application/include/freetrxVersion.h | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5b8afb..fb2a835 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ single running list until the first versioned release. ## Unreleased +_Nothing yet._ + +## 0.8.0 + - **Three new theme presets** (Display Options → "Theme"): **Red** (black-on-red day / red-on-black night); **Neon 80s**, an 80s-synthwave palette that maps several neon colours (cyan, magenta, violet, green, yellow) across the diff --git a/MDUV380_firmware/application/include/freetrxVersion.h b/MDUV380_firmware/application/include/freetrxVersion.h index c866b86..fb2cb40 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 7 -#define FREETRX_VERSION_PATCH 1 +#define FREETRX_VERSION_MINOR 8 +#define FREETRX_VERSION_PATCH 0 -#define FREETRX_VERSION "0.7.1" +#define FREETRX_VERSION "0.8.0" #endif // _FREETRX_VERSION_H_