This commit is contained in:
Ben Senescu 2026-05-06 15:35:51 -04:00 committed by GitHub
parent ca260f544b
commit 53f8a6e186
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 21 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.9", "version": "0.0.10",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "AUTH_MODE=local_noauth vite dev", "dev": "AUTH_MODE=local_noauth vite dev",

20
release-notes/v0.0.10.md Normal file
View File

@ -0,0 +1,20 @@
> [!NOTE]
> Lots of UX improvements in this release 🎉
Thanks to @Granata005 for opening PRs and contributing to this release.
## Added
- Shift-click rank selection, plus better tables across the app.
- Improved keyword intent UX, including intent badges in the keyword research table.
- Mobile UX improvements for keyword research.
## Improved
- Smoother keyword research loading states.
- More accurate Rank Tracking filters for unranked keywords.
- Clicking exit now closes Modals.
- More reliable Rank Tracking checks.
Full Changelog: https://github.com/every-app/open-seo/compare/v0.0.9...v0.0.10