Skip to content

v132.0-beta.15

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Nov 11:42
· 122 commits to main since this release

Full Changelog: v132.0-beta.14...v132.0-beta.15


Keep in mind that Camoufox is in active development and not production ready.

If you experience any issues, please report them here.


Changes:

  • Remove uBlock Origin "badware" lists
  • Added voices parameter, which takes a list maps for each voice to add. Example:
    [ {"isLocalService": true, "isDefault": true, "voiceUri": "Ting-Ting", "name": "Ting-Ting", "lang": "zh-CN" } ... ]
  • Added voices:blockIfNotDefined to block system voices.
  • Added voices:fakeCompletion and voices:fakeCompletion:charsPerSecond to set a fake voice playback speed.
  • Added fonts:spacing_seed to control the spacing of rendered text. #38
  • Allow Playwright's setDefaultViewportSize if viewport not set in Camoufox.
  • Remove unneeded privacy.clearOnShutdown config. #69