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