• 0.19.1 112d4e0983

    0.19.1 Stable

    skobkin released this 2026-03-15 04:23:55 +03:00 | 0 commits to master since this release

    Changelog

    • ed2ceaa764 feat(ui): QR sharing for channels and nodes (closes #105)
    • be80cb503f fix(app): align shared contact URLs with Android (#105)
    • 112d4e0983 fix(ui): harden notification lifecycle and map tile cache paths
    Downloads
  • 0.18.0 9885624744

    0.18.0 Stable

    skobkin released this 2026-03-11 07:40:13 +03:00 | 4 commits to master since this release

    Changelog

    • 96c8d4bd33 feat(ui): add DM chat deletion (closes #122)
    • cebfc2e146 fix(radio): fixing regular serial disconnects on read timeout (closes #126)
    • 9885624744 revert(radio): drop idle-timeout handling experiment (#126)
    Downloads
  • 0.17.1 8562f2ba86

    0.17.1 Stable

    skobkin released this 2026-02-26 19:31:30 +03:00 | 7 commits to master since this release

    Changelog

    • 8562f2ba86 fix(persistence): supposed fix for node load problem on startup (closes #124)
    Downloads
  • 0.17.0 eed684a66d

    0.17.0 Stable

    skobkin released this 2026-02-23 05:35:50 +03:00 | 8 commits to master since this release

    Changelog

    • eed684a66d feat(resources): adding "unmessageable" icon (not implemented yet)
    • 25ee731148 feat(ui, radio): adding ability to mark node as favorite (closes #107)
    Downloads
  • 0.16.0 a25aef8fb2

    0.16.0 Stable

    skobkin released this 2026-02-22 08:31:43 +03:00 | 10 commits to master since this release

    Changelog

    • bb1293b487 feat(ui): adding "Position log" and "Identity log" simple views (closes #115, closes #114)
    • 0cc8222558 feat(ui): improving and compacting the view further (#115, #114, #108)
    • eda795fb56 feat(ui): local node in now first in the list and highlighted (closese #119)
    • 77fa82545c feat(ui): map link added to overview UI too
    • b0235138b7 feat(ui): map link providers added: Kagi, Google, Yandex
    • 6578fdb9e9 feat(ui): map links in the position log UI
    • af824bab12 feat(ui): reordering log tables and removing excessive columns (#115, #114, #108)
    • 16f37cb44f feat(ui, radio): telemetry requests, telemetry log simple viewer (#108)
    • 21fe8448b4 fix(ui): Applying map link provider selection immediately now
    • d97ef2d128 fix(ui): Google map link now has a marker
    • 4550c335f9 fix(ui): Kagi map link format change and zoom fix
    • c3df1f5308 fix(ui): avoiding showing metadata request buttons when browsing local node (#103, #108)
    • 3f5c373104 fix(ui): properly hiding empty sections of node overview (#103)
    Downloads
  • 0.15.0 5fc1f23a04

    0.15.0 Stable

    skobkin released this 2026-02-21 06:52:16 +03:00 | 30 commits to master since this release

    node overview

    Changelog

    • 3a7e0e52f3 build(ci): avoiding building binaries twice during tagged release pipeline
    • ec15385f36 feat(persistence): storing node public key in the app DB (#112)
    • b454e05e4b feat(ui): adding "x" close button to node overview modal window
    • db7e798086 feat(ui): adding ability to initiate DM chat from the node list (closes #102)
    • f4253dc030 feat(ui): making node overview content more compact
    • d74059d331 feat(ui): node overview UI, new node menu action in the node list, new tab in the Node settings (closes #103)
    • 44ec3d9278 feat(ui): properly showing position precision in the node overview
    • 88fef61ca1 feat(ui): public key in node overview UI
    • f1d6a4aa13 fix(persistence): fixing empty position history items in data migration (#111)
    Downloads
  • 0.14.0 0295cb2d34

    0.14.0 Stable

    skobkin released this 2026-02-20 04:32:34 +03:00 | 50 commits to master since this release

    node channels settings

    precision circles on the map

    Changelog

    • 1b0c8048c9 build(ci): fixing CI problems introduced by recent changes
    • d3fcf2e7fc build(ci): removing 'style' commits from release changelogs in .goreleaser.yml
    • a6b275b2c5 feat(config): migration from old 'connector' to new 'transport' option in the config file (closes #90)
    • 6e9f2f21bc feat(ui): channel editing in node settings added (closes #84)
    • 9d77799b73 feat(ui): making channel editing UI compact and improving inline channel representation
    • 284ee04148 feat(ui): showing Markdown image alts in placeholders in the changelog (closes #87)
    • 9c2658ccc9 feat(ui, radio): basic message replies and basic reactions support (WIP #51, closes #52)
    • 3357dadafc feat(ui, radio): precision circles on the map added (closed #40)
    Downloads
  • 0.13.0 4592c77196

    0.13.0 Stable

    skobkin released this 2026-02-16 05:30:46 +03:00 | 71 commits to master since this release

    Changelog

    • 4592c77196 feat(ui): hiding Bluetooth LE option from the user unless they manually enable it in the config file making it for testers only (closes #88)
    • ce19bfeec4 style(app): silencing two deprecations coming from generated Meshtastic code
    Downloads
  • 0.12.0 a7aef76832

    0.12.0 Stable

    skobkin released this 2026-02-15 05:38:32 +03:00 | 74 commits to master since this release

    Node settings

    Changelog

    • 9009ee8149 feat(ui): adding Bluetooth settings page (#10)
    • 83eb226b2d feat(ui): adding LoRa settings page (#10)
    • 5e3857ea0c feat(ui): adding MQTT settings page (#10)
    • a25b637ea3 feat(ui): adding device settings page (#10)
    • 483a05feab feat(ui): adding display settings page (#10)
    • 9d84406c2d feat(ui): adding node security settings page (#10)
    • a9c3e44018 feat(ui): adding position settings page (#10)
    • f66e8e2d84 feat(ui): adding power settings page (#10)
    • 1f51ac1b38 feat(ui): adding range test settings page (#10)
    • a7aef76832 feat(ui): avoiding autostart sync on all non-semver builds (dev, abcxyz, etc) to keep stable release autostart records (closes #82)
    • 3582a2dfce feat(ui): disabling all unimplemented node settings tabs for now (#10)
    • bd6b72530d feat(ui): updating device, position and MQTT pages to use premade time interval choices (#10)
    • d0b55c6651 fix(ui): fixing -race errors in TestBindPresentationListenersAppliesInitialAndLiveUpdates in internal/ui/presentation_bindings_test.go and adding mutex to update sync indicator
    Downloads
  • 0.11.0 233c4f0e13

    0.11.0 Stable

    skobkin released this 2026-02-14 23:27:02 +03:00 | 89 commits to master since this release

    chat delivery indication

    delivery details

    Changelog

    • 252ddd4768 build(ci): excluding generated Meshtastic protobufs from static checks
    • 9cffbd2a28 build(ci): excluding refactor prefix from GoReleaser commit selection
    • 767e4ffa52 build(ci): making scoped commits exclusion work too
    • b5bdd09788 feat(ui): adding explanation to message delivery status tooltips for better mesh understanding by the user (closes #78)
    • 16e3c7875a feat(ui): improving chat view delivery status indication to be on par with Android (closes #74)
    • ad0f74005d feat(ui): notification on new update (closes #76)
    • ee66eec73f feat(ui, radio): adding support for relay tracking in the radio and showing route details in the hop indicator tooltip (closes #77)
    • 15ada4442f fix(ui): fixing missing switch case in service.go
    • ecdb13d267 fix(ui): fixing unresolved chat title for DM chats (closes #79)
    Downloads