Release 0.6.0

On-radio theme presets (Custom / BASIC 80s / Terminal / Vertexic), the green-LED
flicker fix while muted during a DMR QSO, and the screenshot.sh helper.

Bump version to 0.6.0.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Marcus Kida 2026-07-13 10:04:01 +02:00
parent 23fd4df110
commit ff1559ec5e
2 changed files with 7 additions and 3 deletions

View file

@ -7,10 +7,14 @@ single running list until the first versioned release.
## Unreleased ## Unreleased
_Nothing yet._
## 0.6.0
- **Theme presets** — selectable on the radio in Display Options → "Theme": - **Theme presets** — selectable on the radio in Display Options → "Theme":
**Custom** (CPS-editable, default), **BASIC 80s** (Commodore 64 blue/light-blue), **Custom** (CPS-editable, default), **BASIC 80s** (Commodore 64 blue/light-blue),
**Terminal** (green-on-black night / black-on-green day), and **Vertexic** **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 in the codeplug custom-data area (migration-safe; defaults to Custom), and CPS
theme edits only ever change Custom. theme edits only ever change Custom.
- **Fix:** green LED **flickering** between the red flashes while muted during a DMR - **Fix:** green LED **flickering** between the red flashes while muted during a DMR

View file

@ -5,9 +5,9 @@
#define _FREETRX_VERSION_H_ #define _FREETRX_VERSION_H_
#define FREETRX_VERSION_MAJOR 0 #define FREETRX_VERSION_MAJOR 0
#define FREETRX_VERSION_MINOR 5 #define FREETRX_VERSION_MINOR 6
#define FREETRX_VERSION_PATCH 0 #define FREETRX_VERSION_PATCH 0
#define FREETRX_VERSION "0.5.0" #define FREETRX_VERSION "0.6.0"
#endif // _FREETRX_VERSION_H_ #endif // _FREETRX_VERSION_H_