v135.0.1-beta.24

m1k1o/nekov135.0.1-beta.24Mar 15, 2025by github-actions[bot]

AI Summary

This beta release updates the project to Playwright 1.51.0 and introduces new properties for configuring trusted certificates. It also includes a contribution fixing IP-related issues.

Key Highlights

  • Upgrade to Playwright 1.51.0
  • New `certificatePaths` and `certificates` properties for trusted authorities
  • Fix for IP-related issues

New Features

  • Support for Playwright 1.51.0
  • New `certificatePaths` property (array of strings) for passing certificate file paths
  • New `certificates` property (array of strings) for passing raw certificate data
  • IP fix contribution

Full Release Notes

**Full Changelog**: https://github.com/daijro/camoufox/compare/v135.0.1-beta.23...v135.0.1-beta.24

---

> [!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

- Add support for Playwright 1.51.0 [#230](https://github.com/daijro/camoufox/discussions/230) 
- Add ability to pass certificates as trusted authorities.

**New Properties**

| Property | Type | Description |
| -------- | ----- | ----------- |
| `certificatePaths` | array[str] | An array of certificate file paths. |
| `certificates` | array[str] | An array of certificates (raw data). |

---

### Contributions

- Get IP fix by @techinz in https://github.com/daijro/camoufox/pull/228