Releases: meshtastic/web
Releases · meshtastic/web
v2.6.0
Release Notes For v2.6.0
We're thrilled to share this release, and it wouldn't have been possible without
the dedication of our contributors. Thank you for helping us get it over the
finish line! The following people have contributed to this release: @Hunter275,
@danditomaso, @fifieldt, @jangrewe, @kylewistrand, @fmoessbauer, @hectorthemonk,
@danielhogstrom, @PhotoNomad0, @KomelT, @tdhawk, @cmorg3, @NomDeTom, @sgtwilko,
@skeemer, @bkimmel, @dzienisz, @James9074, @justinforlenza, @varanauskas
In summary, this release saw contributions from 21 different individuals
Major New Features
- Add Node detail popup in Map view:** Provides more information about
individual nodes directly on the map. - Add sidebar close button:** Improves user interface flexibility.
- Add PKI backup dialog and a reminder toast to suggest backing up the private
key:** Enhances security and data recovery options. - Add search functionality for nodes in Messages and Nodes pages:** Improves
navigation and management of nodes and messages. - Add UDP over Mesh toggle.
- Add Avator icon to UI:** Enhances visual identification of nodes.
- Allow users to DM nodes directly from the map:** Streamlines direct messaging
to specific nodes. - Add PWA functionality** Enables the web application to be installed and
function like a native app.
Minor New Features
- Indicated charging status if
batteryLevel
is over 100. - Added Bluetooth PIN validation.
- Added
AttributionControl
to the Map for centering, zooming in, zooming out. - Added the date to messages.
- Added improved overall experience sending/receiving messages through styling
updates. - Added node count to the sidebar.
- Added reboot to the command menu.
- Added pinning to command menu (CMD +K / Ctrl + K)
- Added timezone support to Device config.
- Fixed 6-digit BLE PIN validation and error management.
- Added error boundary to ensure unhandled errors are captured, renders friendly
error message and method to report error. - Improved dark/light theme detection, updated icons
Bug Fixes
- Fixed node map detail dark mode.
- Updated connect dialog messaging to describe the requirement for HTTPS.
- Updated the value for the TAK tracker device role.
- Improved styling of messages.
- Fixed dark mode modifier for the message input.
- Fixed map zooming when clicking on a map marker and aligned the popup.
- Fixed an issue with toast background opacity in light mode.
- Fixed 6-digit BLE PIN validation and error management.
- Fixed styling issues in NodeDialog & TraceRoute components.
- Fixed unable to scroll up in the input field.
- Fixed sorting direct nodes.
- Ensured undefined position flags are handled.
- Fixed Docker builds not serving the site on 8080.
- Fixed Position Precision for non-Primary channels.
- Fixed styling issues in NodeDialog & TraceRoute components.
- Fixed error handling for key mismatch.
- Fixed the Nodes page.
- Restored HTTPS toggle functionality and added tests.
- Fixed updating the TLS setting if the URL is using HTTPS.
- Removed
GlobalThis
and usedwindow
instead. - Ensured the "https://" prefix is used in tests if needed.
- Added the BLE UUID back to the BLE connection component.
- Fixed issue 486 with the "are you sure" dialog.
- Handled undefined position flags.
- Fixed styling issues in NodeDialog & TraceRoute components.
- Ensured undefined position flags are handled.
Codebase and Development Improvements
- Updated the container port.
- Added
simple-git-hooks
to run linting/formatting scripts prior to commit. - Added
lint-staged
to allow linting runs when a file is staged. - Formatted the HTTP file.
- Removed Biome formatting from the build step.
- Added a nightly docker build GitHub Action and updated documentation.
- Improved GitHub feature request and bug templates.
- Added unit/UI testing support.
- Connected labels to inputs for improved accessibility and testability.
- Removed
mapbox-gl
. - Added a notes field to the Dynamic form about BLE and Wi-Fi use.
- Refactored the backup reminder to allow a "dismiss forever" option.
- Reordered columns in the Nodes page.
- Cleaned up the Device Loading UX.
Documentation Changes
- Updated documentation.
Other
- Prevented empty/blank messages from being sent.
- Updated style and wording of browser support for connection types.
- Small-scale Nodes page fixes.
- Fixed the TLS switch for HTTP connections.
Dependency Updates
- Updated packages to the latest versions
- Updated to Tailwind CSS 4.x
- Refreshed lock file
- Switched from
Bun
toDeno
for the development environment
Future Roadmap
- Message persistence (messages wont disappear when you reload).
- Improved handling of page routing.
- Improved form handling and field validation.
- Overall UI overhaul/redesign.
v2.5.4
v2.5.3
What's Changed
- Only allow channel index 0 to be PRIMARY by @Hunter275 in #300
- Fix/static ip display by @KomelT in #269
- Unknown nodes by @KomelT in #304
- Unknown nodes by @KomelT in #306
- Remove Channel Accuracy from Position settings by @Hunter275 in #303
- Remove router-client by @Hunter275 in #310
Full Changelog: 2.5.2...v2.5.3
2.5.2
What's Changed
- PKI by @Hunter275 in #294
- js version bump by @Hunter275 in #297
Full Changelog: v2.5.1...2.5.2
v2.5.1
What's Changed
- update MQTT precision dropdown and encryption warning by @Hunter275 in #244
- Fix sorting on peers table by @geftactics in #165
- Add device firmware version to WebUI by @Server2003User in #253
- Update biome, fix and enforce recommended rules by @bmv437 in #213
- Fix MQTT settings by @Hunter275 in #252
- fix sorting + new protobufs by @Hunter275 in #258
- Add Traceroute Feature by @fifieldt in #211
- Allow single character messages in MessageInput by @fifieldt in #265
- fix: move qrcode URL query-string before fragment by @AddisonTustin in #260
- Fixed hops singular form by @KomelT in #268
- PSK Generator by @Hunter275 in #266
- Feature: Security tab by @KomelT in #275
- Key verification & generation by @KomelT in #276
- Add Footer by @rcarteraz in #274
- flex-grow to make footer stick to bottom by @Hunter275 in #278
- Upgrade @meshtastic/js 2.3.7-0 > 2.3.7-1 by @KomelT in #284
- feat: Only do
CI
GHA on push tomaster
by @TheCyberRonin in #287 - Change 'powerScreenEnabled' config type to toggle by @mrfyda in #288
- feat: Provide compressed build during PR GitHub Action by @TheCyberRonin in #286
- GitHub Actions: Releases by @Hunter275 in #289
- Rework disabled in DynamicForms by @Hunter275 in #290
- Update index.tsx by @Kongduino in #291
- Update key generation by @KomelT in #277
- Node List & DMs by @Hunter275 in #293
- Update release.yml by @Hunter275 in #295
New Contributors
- @geftactics made their first contribution in #165
- @Server2003User made their first contribution in #253
- @bmv437 made their first contribution in #213
- @AddisonTustin made their first contribution in #260
- @KomelT made their first contribution in #268
- @TheCyberRonin made their first contribution in #287
- @mrfyda made their first contribution in #288
- @Kongduino made their first contribution in #291
Full Changelog: v1.0.0...v2.5.1
2.5
What's Changed
- Add Footer by @rcarteraz in #274
- flex-grow to make footer stick to bottom by @Hunter275 in #278
- feat: Only do
CI
GHA on push tomaster
by @TheCyberRonin in #287 - Change 'powerScreenEnabled' config type to toggle by @mrfyda in #288
- feat: Provide compressed build during PR GitHub Action by @TheCyberRonin in #286
- GitHub Actions: Releases by @Hunter275 in #289
- Update key generation by @KomelT in #277
New Contributors
- @TheCyberRonin made their first contribution in #287
- @mrfyda made their first contribution in #288
Full Changelog: latest...pre-release
security
Commits
- 049f3de: Added security tab (Tilen Komel) #275
- a8dcab0: Added security input fields (Tilen Komel) #275
- f6be572: Updated inputs (Tilen Komel) #275
- be9169f: Use protobuf pki branch, tmp for dev (Tilen Komel) #275
- f64b965: Add security to device config store (Tilen Komel) #275
- d3836a7: Add class SecurityValidation (Tilen Komel) #275
- 7d5950d: Add SecurityValidation to security channel (Tilen Komel) #275
- 6d3bf39: Updated @buf/meshtastic_protobufs.bufbuild_es to lastest (Tilen Komel) #275
- f0eae44: Update descriptions in Security (Tilen Komel) #275
- af51659: Add always to disabled by in dynamics form (Tilen Komel) #275
- 65247c4: Update Security tab (Tilen Komel) #275
- 8bb0a96: Downgraded @buf/meshtastic_protobufs.bufbuild_es from 2.0 to 1.10 (Tilen Komel) #275
- cf42362: Error & formating fixes (Tilen Komel) #275
- 66fb300: Moved prop. from Device to Security & Hide PKI Eye (Tilen Komel) #275
- 02a63c2: Add key verification & generation (Tilen Komel) #276
- e3fad30: Add hide toggle to password generator (Tilen Komel) #276
- 2d106eb: Upgrade @meshtastic/js 2.3.7-0 > 2.3.7-1 (Tilen Komel) #284
- b1baf2d: .factoryReset() split (Tilen Komel) #284
- 0dcc2b1: rewrite disabled dynamicforms stuff and fix factory reset in command palette (Hunter Thornsberry) #290
- 300fb5c: fix disabled check location (Hunter Thornsberry) #290
- 6375187: Merge branch 'pki' into disabled-dynamicform (Hunter Thornsberry) #290