release 1.3.2: anchor primer WebView in hidden window for reliable startup fetch

Every launch now loads claude.ai in a real (off-screen, invisible) NSWindow so
WebKit doesn't throttle JS execution. The nav delegate fires adoptPrimerWebView
once the page loads, replacing the old 1.5 s sleep-then-refresh approach.
This commit is contained in:
superdooper86
2026-05-11 14:01:07 +02:00
parent 88e7d684c0
commit a338f4e5fe
4 changed files with 56 additions and 51 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
## What's new in v1.3.1
## What's new in v1.3.2
### Privacy
- Diagnostics panel no longer displays API response bodies, which could contain account and financial data. Status codes, error messages, cookie names, and request paths are still shown.
### Reliability
- Data now loads automatically on every app launch without requiring manual re-authentication. The background WebView is anchored in a hidden window so macOS no longer throttles its JavaScript execution.