github Yeraze/meshmonitor v2.6.3
v2.6.3 - iPhone PWA Fixes

latest releases: v2.21.3, v2.21.2-test, v2.21.2...
2 months ago

What's New in v2.6.3

This release focuses on improving the mobile Progressive Web App (PWA) experience, particularly on iPhone devices.

iPhone PWA Improvements (#224)

  • Status Bar Fix: Changed Apple status bar style from black-translucent to black to prevent content overlay
  • Safe Area Support: Added proper padding for iPhone notch, status bar, and home indicator using env(safe-area-inset-*)
  • Sidebar Fix: Fixed bottom content being cut off on mobile (GitHub logo, version number, expand button)
  • Dynamic Viewport: Implemented 100dvh for proper mobile viewport height handling
  • Improved Scrolling: Added proper bottom spacing for comfortable scrolling on mobile devices

Desktop & Mobile Layout Fixes (#223)

  • Fixed Header Spacing: Resolved issue where page content appeared behind the fixed top header
  • Proper Top Padding: Added calculated padding to account for header height on all pages
  • Consistent Layout: All tabs now display correctly with proper spacing (Channels, Messages, Dashboard, Device, Automation, Users, Audit Log)

Full Changelog

v2.6.2...v2.6.3

Full Changelog: v2.6.2...v2.6.3

๐Ÿš€ MeshMonitor v2.6.3

๐Ÿ“ฆ Installation

Docker (recommended):

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

๐Ÿงช 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.