Skip to content

v4.1.11

Choose a tag to compare

@ifrederico ifrederico released this 09 May 16:07
· 2 commits to main since this release

Small browser-launch follow-up.

Brave is now recognized when you set:

{
  "customBrowser": "brave"
}

On macOS it opens Brave Browser directly. On Windows and Linux it now uses the normal Brave executable names and install locations before falling back to the system default.

I also added regression coverage so this doesn't silently fall back to Safari/default again.

Checked with:

  • python3 -B -m unittest tests.test_regressions
  • Python compile check for touched files
  • git diff --check