v135.0.1-beta.23
daijro/camoufoxv135.0.1-beta.23Mar 4, 2025by github-actions[bot]
AI Summary
This release delivers significant performance improvements for startup and navigation, fixes critical IP leaks in WebRTC SDP logs, and adds support for HiDPI monitors.
Key Highlights
- Significant performance improvements with startup and navigation
- Fixed IP leaks in WebRTC SDP logs
- Fixed matchMedia mismatch leaks on HiDPI monitors (Linux)
- Added webrtc:localipv4 and webrtc:localipv6 for local IP spoofing
- Added allowAddonNewtab toggle for addon new tab functionality
New Features
- Performance improvements for startup and navigation
- WebRTC SDP IP leak fixes
- HiDPI monitor support (matchMedia)
- Local IPv4/IPv6 spoofing in WebRTC
- allowAddonNewtab toggle
Full Release Notes
**Full Changelog**: https://github.com/daijro/camoufox/compare/v135.0-beta.22...v135.0.1-beta.23 --- > [!WARNING] > Keep in mind that Camoufox is in active development and may not be suitable for a production environment. > If you experience any issues, please report them [here](https://github.com/daijro/camoufox/issues). --- ### Changes * Significant performance improvements with startup and navigation. (thanks @pauliusbaulius and @alternativshik for the help!) * Fixed IP leaks in WebRTC SDP logs. #184 * Fixed matchMedia mismatch leaks on HiDPI monitors (**so far only tested on Linux**). #177 * Added `webrtc:localipv4` and `webrtc:localipv6` to spoof local IPs leaking in SDP logs. * Added an `allowAddonNewtab` toggle to restore addon functionality of creating new tabs. --- ### Contributions * unexpected keyword argument when using proxy-bypass with geoip=True by @gsli97 in https://github.com/daijro/camoufox/pull/189 * Fix make edits python version and broken f-string in developer.py by @alternativshik in https://github.com/daijro/camoufox/pull/201 * Minor dev UI improvements by @alternativshik in https://github.com/daijro/camoufox/pull/203 * Build fixes and performance improvements by @pauliusbaulius in https://github.com/daijro/camoufox/pull/216 * Optimize configuration loading: cache JSON by @alternativshik in https://github.com/daijro/camoufox/pull/218