Back to Changelog

v4.5.88

Patch Released April 3, 2026

Dark mode fix, Git Manager navigation, and browser back button improvements

New Feature

1
  • Added full-width commit detail view in Git Manager with previous/next commit navigation and keyboard arrow key and Escape key support

Bug Fixes

2
  • Fixed dark mode detection in FileViewer, CodeMirror editor, and SweetAlert2 dialogs by replacing deprecated data-layout-mode with data-bs-theme attribute
  • Fixed browser back button behavior site-wide across 14 pages by replacing replaceState with pushState and hashchange listeners with popstate, so navigating between tabs no longer traps browser history
See the Demo