From 66aac3587fd0287a84d8c8aed758fb2e88b0cb37 Mon Sep 17 00:00:00 2001 From: Marcus Kida Date: Tue, 14 Jul 2026 23:51:39 +0200 Subject: [PATCH] Release 0.11.0 CRT-style shut-off animation that collapses the current screen when powering off (colour displays), replacing the 'Power Off' message. Bump version to 0.11.0. Co-Authored-By: Claude Fable 5 --- MDUV380_firmware/application/include/freetrxVersion.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MDUV380_firmware/application/include/freetrxVersion.h b/MDUV380_firmware/application/include/freetrxVersion.h index fd816de..dabc039 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 10 -#define FREETRX_VERSION_PATCH 1 +#define FREETRX_VERSION_MINOR 11 +#define FREETRX_VERSION_PATCH 0 -#define FREETRX_VERSION "0.10.1" +#define FREETRX_VERSION "0.11.0" #endif // _FREETRX_VERSION_H_