Skip to content

Releases: meshtastic/web

v2.6.7

16 Oct 14:03
acfa7d2

Choose a tag to compare

🧩 What’s Changed

🔧 Core Functionality & Features

  • Added feature flags system (#803)
  • Updated Protobuf definitions to latest. This adds client_base device support, and series of other things (#890)
  • Persistent NodeDB (behind feature flag for now) (#780)
  • Persistent message store (behind feature flag for now) (#814)
  • Command Menu improvements (#857)
  • Dialog abstraction using DialogWrapper (#830)
  • Map improvements – node & neighbor display (#850)
  • New channel configuration UI (#807)
  • Add badge indicator on layers icon (#894)
  • Restored user’s node to UI (messages/node list) (#878)
  • Allow default overrideFrequency (#838)
  • Fixed overrideFrequency input constraints (#801)
  • Methods for setting/removing fixed position (#802)
  • Connection robustness improvements (#813)
  • Improve node filtering & storage (#839)

🧠 Developer Experience

  • Replace workspace formatter/linter tool (#799)
  • Added lint rule to enforce file extensions (#831)
  • Update test format / Lint tests / Format JSON (#818, #821)
  • Add minimumReleaseAge to pnpm to protect against supply chain attack (#865)
  • Update dependencies to latest & lock file (#845, #847, #876)
  • Remove PWA service worker (#834)
  • Reduced release workflow complexity (#832)
  • Improve nightly & release workflows / tag handling fixes (#836, #848, #853, #854)

📦 Protobuf & Build Pipeline

  • Become responsible for Protobuf JSR/NPM package publishing (#840)
  • Add protobuf repo as submodule & CI integration (#882)

🌐 UI & UX Fixes

  • Fix default filter behaviour (#820)
  • Chat message date display (#824)
  • "Seperator""Separator" fixes (#823, #827, #828)

🛠 Bug Fixes & Stability

  • Fix webserial disconnect not actually disconnecting (#796)
  • Catch packet decoding errors (#809)
  • Fix nightly GitHub Action & versioning issues (#811, #817)

🌍 Internationalization (i18n)


📝 Documentation

  • Update README.md (#881)

🧑‍💻 New Contributors


Full Changelog: v2.6.6 → v2.6.7

v2.6.6

19 Aug 18:52
40c2bfa

Choose a tag to compare

What's Changed

Full Changelog: v2.6.5...v2.6.6

v2.6.5

08 Aug 21:55
284ccd4

Choose a tag to compare

What's Changed

  • Monorepo Support: Consolidated Web & JS libraries into a single monorepo, publishing supporting libraries to NPM & JSR package libraries.
  • Other Updates: Improved self hosted docker image regarding sub-directory handling.
  • Lib Additions: Added transport-node library, added disconnect method to core lib, and CookieYes for GDPR/CCPA compliance. Added packages to NPM and JSR package registry's.
  • Miscellaneous Fixes:
    • Improved traceroute dialog
    • Admin PKI fields
    • Added onnection polling and functionality.
    • Validation of configuration settings
    • URL based routing
  • UI/UX Enhancements: Updated theme switcher, 24-hour clock support, updated several labels around UI to match other apps (Android/IOS)
  • Translations & Localization: Updates to Crowdin translations, fixed broken Crowdin translation CI?CD upload/download workflow.

New Contributors

For the full changelog: Link

v2.6.4

14 May 01:53
513a285

Choose a tag to compare

Release Notes For v2.6.4

This release was made possible by the hard work from all of our contributors. A big thank you to everyone who helped bring these improvements to life! The following people have contributed to this release: @vidplace7, @James9074, @danditomaso, @Hunter275, @philon-, @dzienisz.

In summary, this release saw contributions from 6 different individuals.

Major New Features

  • UI Improvements: Updated the UI layout to better accommodate upcoming features (you're see some of these rolling out in the next few releases), added a smooth collapse animation to the sidebar, and included various other UI updates (Related: "UI Update" from [#586](#586) by @danditomaso, "fix: couple of UI updates, pre-release support" by @danditomaso in [#609](#609)).
  • Add Node Favorites and Node Ignore: Nodes can now be added to a favorites list, keeping them at the top of node lists. Nodes can be ignored or favorited from the Nodes -> Node details page. Here are some of the other improvements:
    • Updated NodeInfoDialog with new UI elements.
    • Added star icon on Avatar for favorite nodes.
    • Added ignore button, this forces your node to ignore that node's messages.
    • Ensured node list sorting puts favorites at the top.
      (by @philon- in [#618](#618)
  • Add Unread Counts: Easily see how many new messages you have (by @Hunter275 in [#497](#497)).
  • Add Filter Button to Map & Improvements: Filter nodes displayed on the map based on various criteria, with subsequent improvements to filtering capabilities (by @philon- in [#580](#580), [#585](#585)).

Minor New Features

  • Add UX Feedback For Failed Device Connections Over HTTP/s: Improved feedback when device connections fail over HTTP/s (by @James9074 in [#548](#548)).
  • Add use12hClock support: Option to display time in 12-hour format (by @Hunter275 in [#568](#568)).
  • Improve form responsiveness: Forms now adapt better to different screen sizes (by @danditomaso in [#572](#572)).
  • Add Copy to Clipboard option for input fields: Easily copy text from input fields (by @danditomaso in [#573](#573)).
  • Improvements to public key refresh dialog: Made the refresh dialog more user-friendly (Related: "fix: improvements to refresh dialog" by @danditomaso in [#571](#571)).
  • Minor style fixes (by @philon- in [#596](#596)).
  • Updated telemetry field labels (by @danditomaso in [#599](#599)).

Bug Fixes

  • Refactor to fix merge issues with messageStore and unread counts: Resolved conflicts related to message persistence and unread count features (by @danditomaso in [#561](#561)).
  • Added missing imports: Fixed issues caused by missing code imports (by @danditomaso in [#562](#562)).
  • Incorrect text in PKI dialog: Corrected text displayed in the Public Key Infrastructure dialog (by @danditomaso in [#563](#563)).
  • Multiple clicks on "Connect" button, creates multiple nodes: Prevented duplicate node entries when the connect button is clicked multiple times (by @danditomaso in [#566](#566)).
  • Ensured node number on loading screen cant be negative: Fixed a display issue where the node count could appear negative during loading (by @danditomaso in [#570](#570)).
  • Rescale traceroute SNR: Corrected the scaling for Signal-to-Noise Ratio values in the traceroute feature (Fixes #495) (by @philon- in [#577](#577)).
  • Remove duplicate node logic: Addressed an underlying issue causing duplicate node entries (Part of [#586](#586) by @danditomaso).
  • Update node details page to use message store (by @danditomaso in [#560](#560)).
  • Removed transparent toast background (by @danditomaso in [#574](#574)).
  • Removed console logs in code (by @danditomaso in [#592](#592)).
  • Defined height to html/body elements (by @danditomaso in [#597](#597)).
  • Fix: Config sidebar button state (by @philon- in [#602](#602)).
  • Fix #607: Do not show Web Serial / Web Bluetooth warning for HTTP (by @philon- in [#608](#608)).
  • Fix: Adjust table odd/even colors (by @philon- in [#606](#606)).
  • Fix: connect new node command menu no longer crashes (by @danditomaso in [#610](#610)).
  • Removed overly complex scrolling logic in channel chat (by @danditomaso in [#612](#612)).

Codebase and Development Improvements

  • GHA: Attach build.tar to release & Fix upload: The build artifact (build.tar) is now automatically attached to GitHub releases, with a subsequent fix to the upload process (by @vidplace7 in [#556](#556), [#591](#591)).
  • Update ci.yml: Updated the continuous integration configuration file (by @danditomaso in [#582](#582)).
  • Flatten build output: Simplified the structure of the build output directory (Part of [#586](#586) by @danditomaso).
  • Added support for Emoji & message reply support: Upstream code changes were required to support replies and emoji support in chat. This is now in place and can be added in a future release.
  • Keep js and css assets in same output directory (by @danditomaso in [#583](#583)).
  • chore: Update deno.lock version and add Radix UI slider component (by @dzienisz in [#601](#601)).
  • chore: lint/format all files (by @danditomaso in [#604](#604)).
  • chore: optimize deno workflow for CI/CD (by @danditomaso in [#605](#605)).
  • Add github action to release to stable (by @danditomaso in [#590](#590)).
  • Update readme with deployment schedule (by @danditomaso in [#611](#611)).

New Contributors

v2.6.0

02 Apr 00:54
633b99d

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

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

Choose a tag to compare

What's Changed

Full Changelog: 2.5.2...v2.5.3

2.5.2

12 Sep 21:25
921db10

Choose a tag to compare

What's Changed

Full Changelog: v2.5.1...2.5.2

v2.5.1

11 Sep 00:55
3fe38eb

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

Choose a tag to compare

2.5

What's Changed

New Contributors

Full Changelog: latest...pre-release