What's Changed
New Features
- Chat auto-scroll to new messages — When near the bottom of a chat, new incoming messages automatically scroll the view. Works for both channel messages and DMs. Also adds a "Jump to Bottom" button to the DM tab. (#2143, #2142)
Bug Fixes
- Fix lock icon on auto-favorites — Auto-favorited nodes no longer show a lock icon; only manually-locked favorites display 🔒 (#2144)
- Enable save for Dim Inactive Nodes settings — Fix save button not enabling when changing dim inactive node settings (#2140, #2138)
- Normalize homoglyphs in autoresponder matching — Autoresponder now matches messages with homoglyph characters (#2137, #2136)
Other
- docs: fix outdated paths and values in ARCHITECTURE_LESSONS.md (#2139)
- chore: bump version to 3.8.2 (#2145)
🚀 MeshMonitor v3.8.2
📦 Installation
Docker (recommended):
docker run -d \
--name meshmonitor \
-p 8080:3001 \
-v meshmonitor-data:/data \
ghcr.io/Yeraze/meshmonitor:3.8.2🧪 Testing
✅ All unit tests passed (2921 tests)
✅ All system tests passed
✅ TypeScript checks passed
🚀 MeshMonitor v3.8.2
📦 Installation
Docker (recommended):
docker run -d \
--name meshmonitor \
-p 8080:3001 \
-v meshmonitor-data:/data \
ghcr.io/Yeraze/meshmonitor:3.8.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.