diff --git a/docs/src/release-notes-csharp.md b/docs/src/release-notes-csharp.md index 37a2fe94c4..b70111122f 100644 --- a/docs/src/release-notes-csharp.md +++ b/docs/src/release-notes-csharp.md @@ -5,6 +5,25 @@ title: "Release notes" +## Version 1.24 + +### 🐂 Debian 11 Bullseye Support + +Playwright now supports Debian 11 Bullseye on x86_64 for Chromium, Firefox and WebKit. Let us know +if you encounter any issues! + +Linux support looks like this: + +| | Ubuntu 18.04 | Ubuntu 20.04 | Ubuntu 22.04 | Debian 11 +| :--- | :---: | :---: | :---: | :---: | +| Chromium | ✅ | ✅ | ✅ | ✅ | +| WebKit | ✅ | ✅ | ✅ | ✅ | +| Firefox | ✅ | ✅ | ✅ | ✅ | + +### New introduction docs + +We rewrote our Getting Started docs to be more end-to-end testing focused. Check them out on [playwright.dev](https://playwright.dev/dotnet/docs/intro). + ## Version 1.23 ### API Testing diff --git a/docs/src/release-notes-java.md b/docs/src/release-notes-java.md index 74a3ef1fa1..a54402f3a7 100644 --- a/docs/src/release-notes-java.md +++ b/docs/src/release-notes-java.md @@ -5,6 +5,21 @@ title: "Release notes" +## Version 1.24 + +### 🐂 Debian 11 Bullseye Support + +Playwright now supports Debian 11 Bullseye on x86_64 for Chromium, Firefox and WebKit. Let us know +if you encounter any issues! + +Linux support looks like this: + +| | Ubuntu 18.04 | Ubuntu 20.04 | Ubuntu 22.04 | Debian 11 +| :--- | :---: | :---: | :---: | :---: | +| Chromium | ✅ | ✅ | ✅ | ✅ | +| WebKit | ✅ | ✅ | ✅ | ✅ | +| Firefox | ✅ | ✅ | ✅ | ✅ | + ## Version 1.23 ### Network Replay diff --git a/docs/src/release-notes-python.md b/docs/src/release-notes-python.md index 051159f2e6..ff3fb67bc9 100644 --- a/docs/src/release-notes-python.md +++ b/docs/src/release-notes-python.md @@ -5,6 +5,25 @@ title: "Release notes" +## Version 1.24 + +### 🐂 Debian 11 Bullseye Support + +Playwright now supports Debian 11 Bullseye on x86_64 for Chromium, Firefox and WebKit. Let us know +if you encounter any issues! + +Linux support looks like this: + +| | Ubuntu 18.04 | Ubuntu 20.04 | Ubuntu 22.04 | Debian 11 +| :--- | :---: | :---: | :---: | :---: | +| Chromium | ✅ | ✅ | ✅ | ✅ | +| WebKit | ✅ | ✅ | ✅ | ✅ | +| Firefox | ✅ | ✅ | ✅ | ✅ | + +### New introduction docs + +We rewrote our Getting Started docs to be more end-to-end testing focused. Check them out on [playwright.dev](https://playwright.dev/python/docs/intro). + ## Version 1.23 ### Network Replay