Added
- Webview Context Menu. Right-clicking inside the webview now shows a native context menu with Cut, Copy, Paste, Undo/Redo, spell-check suggestions, and "Open Link in Browser" — enabling system autofill and password manager integration on login pages (#161).
Changed
- Windows OpenSSL Compatibility. The bundled Python's directory is now prepended to
PATHon Windows so its own OpenSSL DLLs are loaded before any conflicting system-wide installations (Git for Windows, Anaconda, Strawberry Perl, etc.), preventing theOPENSSL_Uplink: no OPENSSL_Applinkcrash on startup (#167). - Links Open in Default Browser on Windows. Added
allowpopupsto the webview so thattarget="_blank"link clicks correctly propagate to the main process handler and open in the default browser instead of being silently blocked (#165, #170). - Linux System Requirements. Documentation now specifies glibc 2.28+ as a minimum requirement for Linux installations.