• v0.6.0 ff1559ec5e

    FreeTRX v0.6.0 Pre-release

    DK1DA released this 2026-07-13 08:04:01 +00:00 | 23 commits to main since this release

    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
      (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
      QSO. The DMR RX handler re-asserts the green LED as soon as it reads it off, racing
      the main-loop mute clear; the green LED is now held off at the driver for the
      whole mute (and released on un-mute), so only the red flash shows.
    • screenshot.sh — a one-command wrapper around the OpenGD77 screen grabber
      that auto-detects the serial port and sets up a self-contained Python venv
      (pyserial + pillow) on first run. Saves to screenshots/.
    Downloads