github Yeraze/meshmonitor v1.17.2
v1.17.2 - Version Alignment & Sort Improvements

latest releases: v2.19.5, v2.19.4, v2.19.3...
one month ago

Changes

Version Updates

  • Updated package.json to v1.17.2
  • Updated Helm chart to v1.17.2
  • Regenerated package-lock.json

Sort Field Improvements

  • Aligned sort options between Settings panel and Node List dropdown
  • Added missing sort fields: ID and Hardware Model
  • Removed 'Location' sort field (sorting by geographic coordinates doesn't make practical sense)
  • Final sort options: Name, Short Name, ID, Last Heard, SNR, Battery, Hardware Model, Hops

Complete Sort Field List

Users can now sort the Node List by:

  • Name (Long Name)
  • Short Name
  • ID
  • Last Heard (Updated)
  • SNR (Signal)
  • Battery (Charge)
  • Hardware Model
  • Hops

All sort options are consistent between the main Node List dropdown and the Settings panel preferences.

๐Ÿค– Generated with Claude Code

What's Changed

Full Changelog: v1.17.1...v1.17.2

๐Ÿš€ MeshMonitor v1.17.2

๐Ÿ“ฆ Installation

Docker (recommended):

docker run -d \
  --name meshmonitor \
  -p 8080:3001 \
  -v meshmonitor-data:/data \
  ghcr.io/Yeraze/meshmonitor:v1.17.2

๐Ÿงช Testing

โœ… All tests passed
โœ… TypeScript checks passed
โœ… Docker images built for linux/amd64, linux/arm64, linux/arm/v7

๐Ÿ“‹ Changes

See commit history for detailed changes.

Don't miss a new meshmonitor release

NewReleases is sending notifications on new releases.