From 1b692fbedeadae18cc449d04ec81606b6504f588 Mon Sep 17 00:00:00 2001
From: eclairen <236733058+eclairen@users.noreply.github.com>
Date: Thu, 16 Apr 2026 20:28:21 +0000
Subject: [PATCH 1/2] Add April 17 changelog entry
---
changelog.mdx | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/changelog.mdx b/changelog.mdx
index b89ba0e..df3ec1f 100644
--- a/changelog.mdx
+++ b/changelog.mdx
@@ -9,6 +9,24 @@ import { YouTubeVideo } from '/snippets/youtube-video.mdx';
For API library updates, see the [Node SDK](https://github.com/onkernel/kernel-node-sdk/blob/main/CHANGELOG.md), [Python SDK](https://github.com/onkernel/kernel-python-sdk/blob/next/CHANGELOG.md), and [Go SDK](https://github.com/onkernel/kernel-go-sdk/blob/main/CHANGELOG.md) changelogs.
+
+## Product updates
+
+- Managed auth now scrolls to find and click submit buttons that are below the initial viewport.
+- Added a [Tzafon](https://www.tzafon.ai/) Northstar computer use template to the [CLI](https://github.com/kernel/cli) for building Northstar-based browser agents.
+- Browser search now matches by pool name in addition to session ID, profile, and proxy.
+- Added an enterprise option to remove the Kernel logo from the live view loading screen, useful when embedding live views in customer-facing products.
+- Eliminated live view scrollbar flickering on mobile viewports.
+- Fixed Safari clipboard paste issues in live view iframes.
+
+## Documentation updates
+
+- Added a new [Tzafon Northstar](/integrations/computer-use/tzafon) integration guide.
+- Updated the [bot anti-detection](/browsers/bot-detection) page to document smooth Bezier curve mouse movements, and renamed the Chrome policy configuration page in the nav for clarity.
+- Added documentation for [smooth typing with typo injection](/browsers/computer-controls) — new `smooth` and `typo_chance` parameters for human-like `typeText` behavior.
+- Updated DPA subprocessor list URLs to point to the new trust center at `trust.kernel.sh`.
+
+
## Product updates
From 8c40194c6b9981f87176a3e559beecaafce39d23 Mon Sep 17 00:00:00 2001
From: eclairen <236733058+eclairen@users.noreply.github.com>
Date: Thu, 16 Apr 2026 20:29:34 +0000
Subject: [PATCH 2/2] Update enterprise logo removal item with pricing link
---
changelog.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/changelog.mdx b/changelog.mdx
index df3ec1f..80510de 100644
--- a/changelog.mdx
+++ b/changelog.mdx
@@ -15,7 +15,7 @@ For API library updates, see the [Node SDK](https://github.com/onkernel/kernel-n
- Managed auth now scrolls to find and click submit buttons that are below the initial viewport.
- Added a [Tzafon](https://www.tzafon.ai/) Northstar computer use template to the [CLI](https://github.com/kernel/cli) for building Northstar-based browser agents.
- Browser search now matches by pool name in addition to session ID, profile, and proxy.
-- Added an enterprise option to remove the Kernel logo from the live view loading screen, useful when embedding live views in customer-facing products.
+- Added an [enterprise option](/info/pricing) to remove the Kernel logo from the live view loading screen.
- Eliminated live view scrollbar flickering on mobile viewports.
- Fixed Safari clipboard paste issues in live view iframes.