Releases: meshtastic/network-management-client
Releases · meshtastic/network-management-client
MNMC v0.4.0
This is a pre-release for testing, with the major feature being Bluetooth connection to your Meshtastic nodes.
Windows testers needed!
MNMC v0.3.1
See release assets to download this version and install.
What's Changed
- Refactor device sagas by @ajmcquilkin in #430
- Refactor Stream API Connection Infrastructure by @ajmcquilkin in #437
- Refactor connection API to new
meshtastic/rustSDK by @ajmcquilkin in #438 - Biome by @sachaw in #442
- Update UI code to remove Biome linting errors by @ajmcquilkin in #443
- Remove non-functional graph infrastructure by @ajmcquilkin in #448
- Simplified UI data management infra by @ajmcquilkin in #449
- Updated logging by @ajmcquilkin in #450
- Bumped initial connection timeout from 3s to 15s by @ajmcquilkin in #451
- Graph/integrate graph by @ajmcquilkin in #452
- Update Frontend Graph Infrastructure by @ajmcquilkin in #455
- Graph Infrastructure Refresh by @ajmcquilkin in #456
- Add ARM64 to testing and releases by @jp-bennett in #466
- Bump version to 0.3.1 by @jp-bennett in #467
- Updated device roles and modem presets by @RCGV1 in #475
- Fixed the message screen by @RCGV1 in #476
- Replace Prettier/Eslint with Biome in README by @matthewCmatt in #477
- Change ARM Ubuntu platform to updated workflow label by @matthewCmatt in #481
- Speed up logo splash animation by @matthewCmatt in #484
- Handle bad map URLs by @matthewCmatt in #483
- Update Name & MacOS Icon by @matthewCmatt in #482
- Fix map symbols appearing on top of windows by @matthewCmatt in #485
- Upgrade Vite & Node by @matthewCmatt in #488
- Fix Biome errors from refactored logo by @matthewCmatt in #489
- Specify channel vs direct messaging in README by @matthewCmatt in #492
- Fix Typescript errors by @matthewCmatt in #486
- UI: Reverse collapse sidebar button logic by @ThatKalle in #497
- Upgrade to Tauri 1.6 by @matthewCmatt in #499
- fix: disable Specta typescript gen and pin logging level by @matthewCmatt in #500
- docs: remove affiliate recommendations for hardware by @matthewCmatt in #502
- Add devcontainer by @ThatKalle in #493
- fix: use ad-hoc signing for MacOS builds by @matthewCmatt in #501
- Rename tag to 'v___' by @matthewCmatt in #503
- Upgrade to Tauri 2 by @matthewCmatt in #504
- fix: regenerate icons for Tauri 2 by @matthewCmatt in #509
- Fix release build by @matthewCmatt in #508
New Contributors
- @sachaw made their first contribution in #442
- @jp-bennett made their first contribution in #466
- @RCGV1 made their first contribution in #475
- @matthewCmatt made their first contribution in #477
- @ThatKalle made their first contribution in #497
Full Changelog: app-v0.3.0...v0.3.1
MNMC v0.3.0
See release assets to download this version and install.
What's Changed
- Added TCP connection persistence by @ajmcquilkin in #421
- Add Internationalization Support by @ajmcquilkin in #423
- Add dark mode to application by @ajmcquilkin in #424
Full Changelog: app-v0.2.0...app-v0.3.0
MNMC v0.2.0
See release assets to download this version and install.
What's Changed
- Waypoint flow overhaul by @ajmcquilkin in #418
Full Changelog: app-v0.1.1...app-v0.2.0
MNMC v0.1.1
See release assets to download this version and install.
What's Changed
- Add UI for TCP connection flow by @ajmcquilkin in #396
- Updated node and waypoint tables by @ajmcquilkin in #411
- Added advanced serial connection options by @ajmcquilkin in #412
- Updated node search dock to limit height, add collapse by @ajmcquilkin in #413
- Fix CI unmet peer dependency issue by @thebentern in #415
Full Changelog: app-v0.1.0...app-v0.1.1
MNMC v0.1.0
See release assets to download this version and install.
What's Changed
- Update README.md by @sherr-berrt in #1
- Initialize ESLint Configuration by @ajmcquilkin in #8
- Initialize Redux Store by @ajmcquilkin in #9
- Add Redux Saga Framework by @ajmcquilkin in #10
- Migrate to Vite by @ajmcquilkin in #25
- Implement demo rust unit testing by @ajmcquilkin in #26
- Implemented Graph DS in Rust by @barkincavdaroglu in #45
- Update README.md by @ajmcquilkin in #46
- Graph DS using Petgraph Library by @barkincavdaroglu in #49
- Add working Protobuf Compilation by @ajmcquilkin in #55
- Implemented Tarjan's Algo for Articulation Points by @barkincavdaroglu in #53
- Added initial map by @sherr-berrt in #59
- Implemented Karger's Algorithm for finding global mincut by @barkincavdaroglu in #62
- Initial Jest Setup by @ajmcquilkin in #56
- Add Sidebar Menu by @ajmcquilkin in #60
- Fixed module hierarchy by @barkincavdaroglu in #69
- Added Styled Map Zoom and Scale Elements by @ajmcquilkin in #70
- favicon change by @sherr-berrt in #71
- Implemented Stoer-Wagner Algorithm by @barkincavdaroglu in #79
- Added function to recover the mincut by @barkincavdaroglu in #80
- Added module to merge and normalize edge weights by @barkincavdaroglu in #82
- Add Node Icons to Map by @ajmcquilkin in #78
- Integrate Live Device Data by @ajmcquilkin in #86
- Display All Nodes on Map by @ajmcquilkin in #91
- Add another scaler to radio_signal_quality for a better scaling of the features by @barkincavdaroglu in #93
- Moved "Components" director into "components" by @ajmcquilkin in #102
- Added module to save snapshots of graph to file by @barkincavdaroglu in #97
- add epsilon while scaling weight to take care of the edge case where min = max by @barkincavdaroglu in #108
- Added Node Search Pane by @ajmcquilkin in #111
- Implement Dummy Region and Layer UI by @ajmcquilkin in #114
- Move Sidebar State into Redux by @ajmcquilkin in #115
- Change take_snapshot function to return string by @barkincavdaroglu in #120
- Correctly Add Protobuf Submodule by @ajmcquilkin in #121
- Refresh Node Timeout Value by @ajmcquilkin in #125
- Run Algorithms on Demo Data from the Frontend by @uhuruhashimoto in #124
- Finalized initial version of connecting with python api by @barkincavdaroglu in #128
- Run Algorithms on Live Data by @uhuruhashimoto in #127
- Added settings page and messaging tab ui by @sherr-berrt in #131
- Fixed settings bug by @sherr-berrt in #135
- added node selection menu by @samfydega in #133
- Changed icon for algos in sidebar by @sherr-berrt in #139
- [Bugfix] Return Min Cut Correctly by @uhuruhashimoto in #141
- Edited Test Cases for Demo by @barkincavdaroglu in #142
- Add Working Serial Read and Write by @ajmcquilkin in #151
- Added Rust device state and functioning broadcast communications by @ajmcquilkin in #154
- Add Loading and Serial Connection UI by @ajmcquilkin in #155
- Updated Tray Icon by @ajmcquilkin in #157
- Uhuruhashimoto/simplify api by @uhuruhashimoto in #159
- Fix Windows serial connection bug by @ajmcquilkin in #161
- Uhuruhashimoto/protobuf conversion by @uhuruhashimoto in #162
- Implemented UI for settings by @sherr-berrt in #173
- Implement notifications for tauri app by @sherr-berrt in #194
- Uhuruhashimoto/mock protobufs by @uhuruhashimoto in #189
- Uhuruhashimoto/graph construction by @uhuruhashimoto in #196
- Added function to create adjacency matrix by @barkincavdaroglu in #205
- Data Storage by @barkincavdaroglu in #201
- Reads active node info, sets as default values for device config by @sherr-berrt in #195
- Update protobuf genereation to handle proto namespacing change by @ajmcquilkin in #210
- Added a function to calculate diffusion centralities by @barkincavdaroglu in #206
- Add Config and User Update Infrastructure by @ajmcquilkin in #212
- Uhuruhashimoto/snr normalization by @uhuruhashimoto in #211
- Uhuruhashimoto/organize mock and init by @uhuruhashimoto in #220
- Connect device user config to settings UI by @sherr-berrt in #222
- Uhuruhashimoto/distance conversion by @uhuruhashimoto in #225
- Uhuruhashimoto/mock edges by @uhuruhashimoto in #226
- Global State by @barkincavdaroglu in #223
- Creating and styling onboarding page for client. by @samfydega in #231
- Add request (command) state management by @ajmcquilkin in #232
- Initial messaging view layout by @ajmcquilkin in #242
- Add Channel Detail View by @ajmcquilkin in #247
- Implement sidebar according to UI design by @sherr-berrt in #264
- Samfydega/onboard functionality by @samfydega in #263
- minor fixes by @sherr-berrt in #268
- Removed unused files from sidebar refactor by @ajmcquilkin in https://github...