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.