release: v0.1.0 (#404)

This commit is contained in:
Ben Senescu 2026-07-19 02:19:28 -04:00 committed by GitHub
parent 4aaeade3b0
commit 6f2eb05211
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 17 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"name": "open-seo", "name": "open-seo",
"private": true, "private": true,
"sideEffects": false, "sideEffects": false,
"version": "0.0.28", "version": "0.1.0",
"type": "module", "type": "module",
"packageManager": "pnpm@10.30.1", "packageManager": "pnpm@10.30.1",
"scripts": { "scripts": {

16
release-notes/v0.1.0.md Normal file
View File

@ -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