v130.0.1-beta.13
github-actions
released this
24 Oct 11:13
·
92 commits
to main
since this release
Full Changelog: v130.0.1-beta.12...v130.0.1-beta.13
Keep in mind that Camoufox is in active development and not production ready.
If you experience any issues, please report them here.
Changes:
- Fixes Firefox's memory leaks. Camoufox discards the cache after each navigation.
- Bfcache is now completely disabled. This should improve memory, but kills Playwright's page.go_back() and page.go_forward(). To re-enable this, set
browser.sessionhistory.max_entries
to the amount of pages you want to remember. - Moved SanitizeOnShutdown policy to preferences instead to unlock the clearOnShutdown preferences. #47
- Added experimental
memorysaver
property that clears the JS heap after each page.goto navigation. Helpful for datacenters running Camoufox, but could potentially break things. Won't be officially documented as it is experimental. - The mouse position will now start in a random location on the screen instead of at (0, 0).
- Fixed screenshots not capturing the full window when a viewport is set by window.innerWidth and window.innerHeight.