v0.0.7
Dark Mode
- Dark mode toggle in the browser navbar — apply dark CSS to any website
- Improved dark mode coverage for sites like LinkedIn and Reddit
- Dark mode now persists across back/forward navigation
Recently Closed Tabs
- Restore Closed Tabs — reopen recently closed tabs from the History menu
- Recently closed tabs are shared across all non-private windows
- Closed window restoration — reopen an entire window with all its tabs
- Tabs are now recorded to the closed list when a window is closed via the native close button
Stability
- Fixed crash caused by navigation debounce timer firing after tab close
- Fixed null window crash in history recording debounce timer
- Added null guards for window lookups in tab and window managers
- WebContents listeners are now removed before closing a tab, preventing use-after-free errors
- Fixed restored windows closing immediately due to zero-tab auto-close race condition
UI Improvements
- Fully resolved navbar flash of unstyled content (FOUC) — CSS is now extracted into files and loaded in
<head>, with window show deferred until content is ready - Fixed address bar icon vertical alignment
- Search bar in new tab page is now auto-focused when a tab is activated
