-
0.10.0 Stable
released this
2026-02-14 05:12:02 +03:00 | 115 commits to master since this releaseChangelog
934a2ec016feat(ui): avoiding reconnection if transport settings weren't changed (closes #67)39672f786efeat(ui): improving image placeholders in the changelog (closes #70)977b8acf48feat(ui): initial notifications support (closes #61)57dcc15673feat(ui): removing commit hashes from the changelog in update dialog (closes #63)a1db2e1d4cfeat(ui): settings redesign:grouped into tabs and added Revert button (closes #72)d3be221171feat(ui): showing version in the app window title (closes #68)0a653d3baefix(ui): big chat bubble size on app launch (closes #69)92e6404a6etest(ui): fixing RC in notification_service_test.go337e059bcatest(ui): fixing conflicts with imports in notification_service_test.go
Downloads
-
0.9.0 Stable
released this
2026-02-13 09:52:28 +03:00 | 126 commits to master since this releaseChangelog
022a8aa4b7feat(radio, domain): introducing new node.discovered topic and corresponding events when new node was discovered (for future usage in notifications) (closes #45)2c8a5547befeat(ui): small traceroute UI tweak071e177a6bfeat(ui): use node ID in node filter too (closes #59)554f8cf411feat(ui, radio): node traceroute draft (closes #38)47da9e936cfix(app): fixing incomplete database cleanup (closes #64)d01dfbe0c0fix(app): fixing potential problem with unnecessary new node discovery events firing8eedb8c6aafix(ui): cleaning in-memory state on transport switch (closes #57)ae6c0a94ccfix(ui): disabling autorun sync on dev builds to preserve versioned releases autorun entries (closes #58)431111f5ddfix(ui): removing dirty SNR/RSSI distinction hack from traceroute modal7ded257b5crefactor(persistence): extracting migrations to a separate filebed42f65d0refactor(persistence): moving database cleanup to persistence package0acdc390e6refactor(ui): cleaning ui interfaces ownershipbf8dae05d8refactor(ui): removing duplicated timeout constants across different layers9f738d9b6etest(ui): fixing flaky chats_tab_test.go
Downloads
-
released this
2026-02-13 01:12:52 +03:00 | 140 commits to master since this releaseChangelog
6566fb6838feat(ui): adding more INFO and DEBUG logging to custom lazy Markdown widgeta5f01acaa3feat(ui): adding more INFO and DEBUG logging to update checking servicece764f5e60feat(ui): clear cache button in app settings (closes #47)8343944425feat(ui): eagerly checking image sizes using HEAD request to save bandwidth for the user in the lazy Markdown image loader0657a87117feat(ui): lazy async map tile loading with progress display (closes #46)fd6f9b5cb6feat(ui): more logging across UI logicb30a0b74dafeat(ui): redesign of update dialog leaving more space for changelog18eb777b08feat(ui): showing new version on the update button in the sidebarfc806f3d95feat(ui): single-instance lock (closes #44)b11df23c98feat(ui): update check interface added (closes #43)f9f96b3afffeat(ui): using custom Markdown rendering with image lazy loading to show changelog in the update UId137213d78fix(platform): fixing single_instance_windows.go build failure9673e9e4adfix(radio): fixing possible nil ptr problem when retrieving IsUnmessageable status of the node69646bd96dfix(ui): adding word wrap in the chat UI to avoid message bubbles leaving the window boundaries (closes #49)1a803a8603fix(ui): dealing with unnecessary map scrolling when controlling map using map control buttons instead of a mouse drag or scroll wheel (closes #50)27d3c12ed3fix(ui): fixing a bunch of possible UI race conditions which were discovered by go test -race6f75166050fix(ui): fixing marker drift on the map (closes #48)e113f4af8bfix(ui): fixing race condition with chat UI selections15327adbcefix(ui): fixing tile URL download accounting trying to avoid progress bar hanging indefinitely8b64126e9crefactor(ui): adding more structure to logging component metadata1b09031a82refactor(ui): grouped UI dependencies, fixed type typo in update dialog76c8dc0038style: adding comment for GoLand to ignore inspection where it's showing false-positiveeef5185ed5test(ui): extended tests for existence of UI icons
Downloads
-
0.7.0 Stable
released this
2026-02-12 04:03:46 +03:00 | 165 commits to master since this releaseChangelog
179c775fd9feat: basic map support (closes #11)b31f305e16refactor(ui): extract previously inlined map node marker icon into a resource file and implement proper theme detection for markers
Downloads
-
0.6.1 Stable
released this
2026-02-12 02:28:58 +03:00 | 168 commits to master since this releaseChangelog
18a38ce36afeat(ui): some more chat UI tweaks improving readabilityf4db4dccc8fix(ui): fixing send message error label eating too much space below chat loge9cbb93fbffix(ui): replacing widget.PopUp with custom tooltip implementation to avoid popup blinking on hovere2e935e504fix(ui): several UI reliability and safety improvementsa8a566e153refactor(ui): extracted new tooltip implementation in a custom widget58ad776a5frefactor(ui): hardening tooltip widget implementationb94310c16btest(ui): more testing of new tooltip widget
Downloads
-
0.6.0 Stable
released this
2026-02-12 00:33:09 +03:00 | 176 commits to master since this releaseChangelog
e52067ad2bfeat(ui, radio): initial work on node settings support. Device->User configuration implemented. (WIP #10)
Downloads
-
0.5.1 Stable
released this
2026-02-11 22:28:15 +03:00 | 178 commits to master since this releaseChangelog
a7529f6645fix(ui): naming collision fixed in chats tab6a3022fa48refactor: Runtime grouping0ae189e070refactor: dealing with a lot of naming and placing/owning issuesfb9b8e8ff5refactor: moving some Bluetooth UI OS-specific code to platform package726b1a07eerefactor: removing inconsistency caused by autostart-related enums in different packages896cef2b70refactor: restructure UI dependencies and move some interfaces to more appropriate place227cc7f27bstyle: golangci-lint nlreturn linter enabled, also comment requirements addedbf636339a3style: renaming BluetoothScanDevice to DiscoveredBluetoothDevice
Downloads
-
0.5.0 Stable
released this
2026-02-11 20:41:24 +03:00 | 187 commits to master since this releaseChangelog
a5555c32e9feat(ui): autostart support added (closes #29)
Downloads
-
0.4.3 Stable
released this
2026-02-11 17:28:59 +03:00 | 189 commits to master since this releaseChangelog
0e42afaf8dci: fixing failed Linux build after changing GoReleaser image
Downloads
-
0.4.0 Stable
released this
2026-02-11 08:43:39 +03:00 | 197 commits to master since this releaseChangelog
4e917ba0b5feat(ui): enhanced status line: showing connection destination and node name (closes #24)c61f22e07efeat(ui): showing nodes count in the node list view (closes #18)8fe7487771feat(ui): unread messages indicator in chat list view (closes #19)01562daee7feat(ui): updating icons (cropping to content), rebuilding Windows icon (closes #25)b88ef219c4fix(ui): fixing connection status display problems (closes #20)10dd45bd13refactor(ui): centralizing status handling paths83795ee9b3refactor(ui): several duplicated logic paths extracted
Downloads



