Releases: meshtastic/web
v2.6.7
🧩 What’s Changed
🔧 Core Functionality & Features
- Added feature flags system (#803)
- Updated Protobuf definitions to latest. This adds
client_basedevice 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
overrideFrequencyinput 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
minimumReleaseAgeto 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)
- New Crowdin translations (multiple PRs: #806, #815, #835, #849, #863, #868, #873)
- Removed
en-GBfrom fallback locales (#879)
📝 Documentation
- Update
README.md(#881)
🧑💻 New Contributors
Full Changelog: v2.6.6 → v2.6.7
v2.6.6
What's Changed
- Fix checkbox tests by @philon- in #767
- Fix admin PKI validation by @philon- in #766
- Refactor reboot dialog by @philon- in #768
- Ignore other language files by @philon- in #769
- Fix Docker and CI builds by @philon- in #773
- Improve NodeDetailsDialog UI and add security info by @philon- in #770
- Add client notification by @philon- in #771
- Refactor and consolidate store imports by @philon- in #774
- Add DFU mode to command menu by @danditomaso in #781
- Initial Node.js serial transport by @bergie in #779
- chore(i18n): New Crowdin Translations by @github-actions[bot] in #784
- Added contribution guidelines doc by @danditomaso in #788
- Add missing validation strings by @philon- in #791
- Fix docker nginx config by @danditomaso in #786
Full Changelog: v2.6.5...v2.6.6
v2.6.5
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-nodelibrary, addeddisconnectmethod to core lib, andCookieYesfor 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
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:
- 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
- @vidplace7 made their first contribution in #556
- @philon- made their first contribution in #577
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
batteryLevelis over 100. - Added Bluetooth PIN validation.
- Added
AttributionControlto 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
GlobalThisand usedwindowinstead. - 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-hooksto run linting/formatting scripts prior to commit. - Added
lint-stagedto 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
BuntoDenofor 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
CIGHA on push tomasterby @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
CIGHA on push tomasterby @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