Skip to content

v1.3.1 — Fix menus, add app icon

Choose a tag to compare

@Xpiatio Xpiatio released this 21 May 00:19
· 118 commits to main since this release
95d4005

What's new in v1.3.1

Bug fix

  • Menus not opening — Settings → Configuration (and any action routed through that dialog) threw a silent AttributeError: 'MainWindow' object has no attribute 'tx_controller', making all menus appear non-functional. Fixed by correcting the stale attribute name introduced during the v1.3.0 SRP refactor (self.tx_controllerself.tx).

App icon

  • GMRS-TTY now ships a multi-resolution icon (16–256 px) that appears in the OS taskbar, window title bar, and Alt+Tab switcher. The design shows a radio antenna tower with wave arcs on a navy background.

Upgrade notes

No config migration needed — drop-in replacement for v1.3.0.