Release 0.12.0

Battery "Bars" display mode: a battery-shaped icon with up to four 25%
segments as a third status-bar option alongside % and voltage, with a
localised menu label. Docs (README, MANUAL, CHANGELOG) updated.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Marcus Kida 2026-07-24 08:58:10 +02:00
parent bc9e5cb655
commit 19f8ad957a
4 changed files with 25 additions and 2 deletions

View file

@ -9,6 +9,14 @@ single running list until the first versioned release.
_Nothing yet._
## 0.12.0
- **Battery "Bars" display** — a third battery status option in the top status
bar alongside **%** and **V**: a battery-shaped icon holding up to **four
segments**, each representing **25 %** of charge, with the fill blinking when
the battery is low. Cycle the mode with ◀/▶ at **Menu → Options → Display
Options → Battery**. The "Bars" menu label is localised (German: *Balken*).
## 0.11.0
- **CRT-style shut-off animation** — when powering off, the current screen

View file

@ -59,6 +59,18 @@ Optionally dims the backlight after inactivity to **100 / 50 / 30 / 15 %** of th
configured brightness (only in **Auto** backlight mode). Any activity restores full
brightness. Set it in **Menu → Options → Display Options → Screen Dim**.
### Battery display mode — 🟢 [FreeTRX]
The battery level in the top status bar can be shown three ways, cycled with
◀/▶ at **Menu → Options → Display Options → Battery**:
- **%** — remaining charge as a percentage.
- **V** — the measured battery voltage.
- **Bars** — a battery-shaped icon with up to **four segments**, each worth
**25 %** of charge. The fill blinks when the battery is low.
The **%** and **V** options are inherited from OpenGD77; **Bars** is the new
addition. In every mode the low-battery warning still blinks the reading.
### Shut-off animation — 🟢 [FreeTRX]
Powering off collapses whatever is on screen towards the middle — squeezed to a
line, then a dot — like an old CRT switching off, in place of the "Power Off"

View file

@ -5,9 +5,9 @@
#define _FREETRX_VERSION_H_
#define FREETRX_VERSION_MAJOR 0
#define FREETRX_VERSION_MINOR 11
#define FREETRX_VERSION_MINOR 12
#define FREETRX_VERSION_PATCH 0
#define FREETRX_VERSION "0.11.0"
#define FREETRX_VERSION "0.12.0"
#endif // _FREETRX_VERSION_H_

View file

@ -54,6 +54,9 @@ FreeTRX keeps OpenGD77's core (DMR/FM, hotspot, CPS compatibility) and adds:
Channel quick menu, no PC/CPS required (see [Managing channels](#managing-channels-on-the-radio)).
- **CRT-style shut-off animation** — the current screen collapses to a line and
then a dot, like an old CRT switching off (replaces the "Power Off" message).
- **Battery bars display** — a third battery status option alongside % and
voltage: a battery-shaped icon with up to four 25 % segments (Display Options →
Battery).
- **DMR reliability fix** — resolves a hard-fault (freeze needing a battery pull)
on the DMR path that affected recent self-built OpenGD77 revisions.