From 6f2eb052116077d85b4486cbfa7391f2380b7cf1 Mon Sep 17 00:00:00 2001 From: Ben Senescu <44480372+bensenescu@users.noreply.github.com> Date: Sun, 19 Jul 2026 02:19:28 -0400 Subject: [PATCH] release: v0.1.0 (#404) --- package.json | 2 +- release-notes/v0.1.0.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 release-notes/v0.1.0.md diff --git a/package.json b/package.json index aac2b4f..f003a8f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "open-seo", "private": true, "sideEffects": false, - "version": "0.0.28", + "version": "0.1.0", "type": "module", "packageManager": "pnpm@10.30.1", "scripts": { diff --git a/release-notes/v0.1.0.md b/release-notes/v0.1.0.md new file mode 100644 index 0000000..8352544 --- /dev/null +++ b/release-notes/v0.1.0.md @@ -0,0 +1,16 @@ +Project dashboard, self-host telemetry and Prompt Explorer citations. + +## What's new + +- New project dashboard for Search Console, site audit, and backlink data +- Self-hosted anonymous usage telemetry + - Opt out with `OPENSEO_TELEMETRY_DISABLED=1` or `DO_NOT_TRACK=1`. + +## Fixed + +- Clearing all filters on the Domain Overview Pages tab no longer freezes the app. — thanks @bookingseo +- Closing an active search tab now selects the tab on its right when available. — thanks @bookingseo +- Prompt Explorer shows cited sources again. — thanks @bookingseo +- SAM chats work again when no custom AI model is configured. + +Full Changelog: https://github.com/every-app/open-seo/compare/v0.0.28...v0.1.0