From d2d8f7e19a01a6cce037fb27cd1fb9f502f76c5c Mon Sep 17 00:00:00 2001 From: Ben Senescu <44480372+bensenescu@users.noreply.github.com> Date: Sun, 9 Aug 2026 15:51:55 -0400 Subject: [PATCH] release: v0.1.4 (#474) * release: v0.1.4 * save --- package.json | 2 +- release-notes/v0.1.4.md | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 release-notes/v0.1.4.md diff --git a/package.json b/package.json index 259e273..f9a0a83 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "open-seo", "private": true, "sideEffects": false, - "version": "0.1.3", + "version": "0.1.4", "type": "module", "packageManager": "pnpm@10.30.1", "scripts": { diff --git a/release-notes/v0.1.4.md b/release-notes/v0.1.4.md new file mode 100644 index 0000000..b1d53c8 --- /dev/null +++ b/release-notes/v0.1.4.md @@ -0,0 +1,19 @@ +Google Analytics and Rank Tracking in MCP, plus shared Cloudflare Access workspaces. + +## What's new + +- Google Analytics MCP +- Rank Tracking management in MCP + - Add & remove keywords + +## Fixed + +- MCP clients keep working after the first day. +- Scheduled rank checks continue past trackers that are skipped. +- The in-app agent lets you scroll up during replies and shows a normal out-of-credits message. +- Rank Tracking accepts every supported SERP language in every country. +- Cloudflare Access self-hosted deployments now show the correct sign-in and settings. +- Shared workspaces for Cloudflare Access self-hosting + - This was the intended behavior. Users will see a button to merge the workspaces for your instance. + +Full Changelog: https://github.com/every-app/open-seo/compare/v0.1.3...v0.1.4