release: v0.1.8 (#604)

This commit is contained in:
Ben Senescu
2026-09-11 20:14:31 -07:00
committed by GitHub
parent a52856e02f
commit 7b9ee0e4fa
2 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "open-seo",
"private": true,
"sideEffects": false,
"version": "0.1.7",
"version": "0.1.8",
"type": "module",
"packageManager": "pnpm@10.30.1",
"scripts": {
+15
View File
@@ -0,0 +1,15 @@
Keyword capitalization, searchable Google properties and SAM reply controls.
## What's new
- Keep keyword capitalization in rank tracking with "Match case"
- Search Google Analytics and Search Console properties by name or account
- Stop SAM replies or retry a failed answer
## Fixed
- Site audits no longer mistake temporary request limits for bot blocking.
- Switching Search Console accounts no longer leaves the previous account's email displayed.
- The in-app Claude setup instructions point to the current connector menu.
Full Changelog: https://github.com/every-app/open-seo/compare/v0.1.7...v0.1.8