Commit graph

7 commits

Author SHA1 Message Date
Marcus Kida
741578e294 Release 0.7.0
DMR text messages (SMS): compose, inbox/sent, quick texts, delivery
confirmation and an incoming-message popup, compatible with
BrandMeister/hotspots (Motorola TMS) and Anytone/"DMR standard"
senders. Also removes the main-menu icons (plain-text entries again).

Bump version to 0.7.0.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-13 16:53:33 +02:00
Marcus Kida
ff1559ec5e 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>
2026-07-13 10:04:01 +02:00
Marcus Kida
e20eabd203 Release 0.5.0
Fix the green RX LED not returning after un-muting mid-QSO, plus the MANUAL.md
user guide and the MkDocs documentation website from this cycle.

Bump version to 0.5.0.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-10 13:54:15 +02:00
Marcus Kida
d5ddc4748b Release 0.4.0
On-radio channel add/delete from the Channel quick menu (with translations and a
Managing-channels manual section), flash.sh always rebuilds language packs, and
releases before v1.0.0 are flagged as pre-releases.

Bump version to 0.4.0.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-10 12:49:45 +02:00
Marcus Kida
dd1cc0ccdf Release 0.3.0: fix Screen Dim label voice-prompt crash
The menu label 'Screen Dim' is a raw literal, and the shared menu code voices
labels through voicePromptsAppendLanguageString(), which derives the prompt
index from the pointer's offset within the language table and crashed on a
foreign pointer (v0.2.0 fixed only the value, not the label). That helper now
ignores pointers outside the language table.

Bump version to 0.3.0.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-07 16:29:21 +02:00
Marcus Kida
1c59622a77 Release 0.2.0: fix Display Options crash with voice prompts on
Screen Dim passed a plain literal ('100%'/'50%'/...) to
voicePromptsAppendLanguageString(), which derives the prompt index from the
string's offset within the language table; a foreign pointer produced a garbage
index and crashed (only with voice on). Route the value through
voicePromptsAppendString() instead. Also move the 3-bit dim level's high bit off
legacy option bit 2 to bit 29 and clamp the level against the option arrays.

Bump version to 0.2.0.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-07 15:41:59 +02:00
Marcus Kida
facf5f6a6d Add FreeTRX version and show it in Firmware Info (v0.1.0)
- New freetrxVersion.h with semver (MAJOR/MINOR/PATCH + string), currently 0.1.0.
- Firmware Info top line now shows "FreeTRX v0.1.0"; the git commit ID line is
  unchanged. The version is also announced via voice prompt.
- CHANGELOG: promote the accumulated changes to a 0.1.0 section.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-06 18:34:10 +02:00