Commit graph

6 commits

Author SHA1 Message Date
Austin Wang
0a99bb504c
fix: remove restricted web-browser entitlement (#1727) 2026-03-18 02:32:58 -07:00
Andrey Maltsev
c62956607d
feat: add web-browser entitlement for iCloud Passwords autofill (#1518)
Add the `com.apple.developer.web-browser` entitlement to enable native
password autofill from iCloud Passwords and third-party Credential
Provider Extensions (e.g. 1Password) in the browser panel's WKWebView.

This entitlement tells macOS that cmux functions as a web browser,
allowing the system to provide credential autofill suggestions on
password fields for any domain — the same mechanism Safari uses.

Note: this is a restricted entitlement that requires Apple's approval
via a provisioning profile. Until approved, the entitlement will be
present in the binary but inactive at runtime.
2026-03-17 17:50:16 -07:00
Austin Wang
80baae355a
Add browser camera permission support and metadata (#760) (#913) 2026-03-04 18:56:22 -08:00
Lawrence Chen
02cde69165 Add microphone permission metadata for voice transcription 2026-02-25 18:20:10 -08:00
Lawrence Chen
fe082cd213
Bump version to 0.48.0 (#80) 2026-02-18 17:56:22 -08:00
Lawrence Chen
a2457f1d5e Fix menubar lag in production builds caused by hardened runtime
Hardened runtime's library validation was verifying every dylib on load,
causing noticeable UI lag. Add entitlements file with
disable-library-validation to fix while keeping notarization support.
2026-02-16 03:26:33 -08:00