diff --git a/CHANGELOG.md b/CHANGELOG.md index 4685c48..5725042 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,14 @@ single running list until the first versioned release. ## Unreleased +_Nothing yet._ + +## 0.6.0 + - **Theme presets** — selectable on the radio in Display Options → "Theme": **Custom** (CPS-editable, default), **BASIC 80s** (Commodore 64 blue/light-blue), **Terminal** (green-on-black night / black-on-green day), and **Vertexic** - (amber/orange, black-on-amber day / amber-on-black night). The choice is stored + (orange, black-on-orange day / orange-on-black night). The choice is stored in the codeplug custom-data area (migration-safe; defaults to Custom), and CPS theme edits only ever change Custom. - **Fix:** green LED **flickering** between the red flashes while muted during a DMR diff --git a/MDUV380_firmware/application/include/freetrxVersion.h b/MDUV380_firmware/application/include/freetrxVersion.h index d3c6a5b..cf86843 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 5 +#define FREETRX_VERSION_MINOR 6 #define FREETRX_VERSION_PATCH 0 -#define FREETRX_VERSION "0.5.0" +#define FREETRX_VERSION "0.6.0" #endif // _FREETRX_VERSION_H_