diff --git a/changelog.mdx b/changelog.mdx index 6dff39a..22a39fb 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -9,6 +9,28 @@ 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 +- Kernel's new look is live! Our branding has been updated across our website, product, and docs. +- **Important:** Persistent browser functionality will be end-of-life'd as of May 18th. If you're using this functionality, you've received an email from us with next steps. Reach out for further support. +- Improved the [MCP server](/reference/mcp-server) by adding 21 new tools covering browser pools, computer controls, proxies, extensions, and more. Consolidated 36 individual tools into 10 streamlined tools and enhanced the `computer_action` tool to support executing multiple actions in a single call. +- Added API support for clipboard operations, enabling programmatic copy/paste between your automation code and the remote browser. +- Introduced human-like Bezier curve mouse movements for more natural-looking browser interactions that better evade bot detection. +- Added an option to disable [liveview](/browsers/live-view) logging, reducing noise when debugging browser sessions. +- Added `kernel deploy delete` and `kernel app delete` commands to the [CLI](/reference/cli) for removing deployments and apps. +- Added server-side session ID search to the [dashboard](https://dashboard.onkernel.com/), allowing you to find past browser sessions by ID without loading them all locally. +- Added profile pagination and search to the dashboard, fixing crashes for users with large numbers of profiles. +- Updated the CLI to support the new paginated profiles list endpoint. +- Pre-installed ssh and websocat in browser images for easier debugging and WebSocket testing. +- Added more fonts to browser images for better rendering of international content. +- Added optional debug logging for the liveview client to help troubleshoot connection issues. +- Improved profile upload performance by buffering zstd archives in memory instead of writing to temp files. + +## Documentation updates +- Added a new [Yutori](/integrations/computer-use/yutori) computer use integration guide with setup instructions and code examples. +- Clarified [viewport](/browsers/viewport) configuration recommendations with guidance on choosing the right resolution for your use case. + + ## Product updates - Added mouse position tracking to the [CLI](https://github.com/kernel/cli), enabling retrieval of current mouse coordinates.