Releases: meshtastic/network-management-client
Releases · meshtastic/network-management-client
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...