ReleaseMicrosoftMicrosoftpublished Oct 4, 2025seen Jun 26

microsoft/simplechat v0.229.063

microsoft/simplechat

Open original ↗

Captured source

source ↗
published Oct 4, 2025seen Jun 26captured 1whttp 200method plain

v0.229.063

Repository: microsoft/simplechat

Tag: v0.229.063

Published: 2025-10-04T02:50:50Z

Prerelease: no

Release notes:

Bug Fixes

  • Admin Plugins Modal Load Fix
  • Fixed issue where Admin Plugins modal would fail to load when using sidenav navigation.
  • Root Cause: JavaScript code attempted to access DOM elements that didn't exist in sidenav navigation.
  • Solution: Corrected DOM element checks to ensure compatibility with both top-nav and sidenav layouts.
  • User Experience: Admins can now access the Plugins modal reglardless of navigation style.
  • (Ref: admin_plugins.js, DOM existence checks)