Skip to content

MCLite 0.3.7

Choose a tag to compare

@laserir laserir released this 15 Jun 09:34
· 53 commits to main since this release

MCLite 0.3.7 — tappable map coordinates, lv_win screen chrome, and on-device screenshots.

Added

  • Tap a shared location to open it on the map. A received/sent message containing a GPS position — decimal lat, lon or MGRS/UTMREF — shows an underlined "Open in map" link under the bubble; tapping it opens the map centered there. Touch-only, shown only when map tiles are present on SD. Adds a reverse MGRS→lat/lon parser, unit-tested.
  • Screenshot to SD (debug aid, off by default). Enable debug.screenshots (config tool → Display) and capture the current screen to /screenshots/*.bmp (24-bit BMP, opens on any PC) — T-Deck: Shift+$; T-Watch: double-press the side (PEK) button. (Top-layer overlays like toasts/PIN/SOS aren't captured.)

Changed

  • Heard Adverts screen now uses the standard lv_win chrome (back arrow + title + action buttons) — the first step of rolling consistent screen headers across the app (community PR #8, @jason-s13r).

Removed

  • The non-functional Alt+L "insert location" keyboard shortcut (the chat GPS button already does this).

Notes

  • Config tool: "Save screenshots" toggle (Display); Security section relayout (Lock + Auto Lock on one line, Admin Screen separate).
  • Both boards (T-Deck Plus, T-Watch Ultra) build; 246 native tests pass.