Skip to content

v3.2.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Jun 21:22
e3a1442

Highlights

Added

  • Per-profile show/hide controls under each browser in the Browsers configuration tab, so unwanted Chromium profiles can be hidden from the picker. (#311)
  • "Remember expanded profile groups between launches" setting that persists each browser's expanded/collapsed profile group. (#311)
  • Current-user portable browser registration (Browser Picker (Portable)) that registers without administrator privileges, plus a settings toggle to register/unregister it. (#281)

Fixed

  • Flat profile display ("Show profiles as separate entries") now works on every launch; profiles round-trip through settings.json and rebuild after discovery instead of vanishing on a fresh start. (#311)
  • Startup crash (OutOfMemoryException) when reading an oversized or corrupt Chromium Preferences file during profile discovery; the bad profile is now skipped and the picker still launches. (#309)
  • Startup crash (XamlParseException / UriFormatException in the WPF font cache) when launched from a host with a stripped environment block missing the windir variable. (#308)
  • Browser launches from CLI tools that wrap the target URL in quotes (e.g. the Claude CLI via BROWSER); surrounding quotes are now stripped so the host resolves and remember-choice works. (#307)
  • Registered URL handlers now use the application icon instead of pointing at a missing icon resource in the installer registry entries. (#282)

Changed

  • The Feedback tab's Application log panel is now theme-aware, matching the rest of the settings dialog in both light and dark themes instead of a hardcoded dark palette. (#310)

Resolved issues

  • #278 — current-user portable registration without admin
  • #296 — browser launch fails when the URL is quoted
  • #299 — font cache crash when windir is missing
  • #303OutOfMemoryException during Chromium profile discovery
  • #304 — browser profile UI issues (flat display, hiding profiles, expander state)
  • #305 — application log panel did not match the dialog theme

Included pull requests

Full Changelog: v3.2.2...v3.2.3