Skip to content

Releases: meshtastic/web

v2.6.0

02 Apr 00:54
633b99d
Compare
Choose a tag to compare

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 used window 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 to Deno 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

10 Nov 00:44
72fc3ea
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.3...v2.5.4

v2.5.3

22 Sep 23:55
06d2c39
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.5.2...v2.5.3

2.5.2

12 Sep 21:25
921db10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.1...2.5.2

v2.5.1

11 Sep 00:55
3fe38eb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v2.5.1

2.5

08 Sep 22:24
2e12b27
Compare
Choose a tag to compare
2.5

What's Changed

New Contributors

Full Changelog: latest...pre-release

security

05 Sep 11:22
530d33d
Compare
Choose a tag to compare

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

v1.0.0

18 Jun 02:21
6d6149e
Compare
Choose a tag to compare

Initial sem-ver release