Bump to v0.0.4

This commit is contained in:
Ben Senescu 2026-03-30 14:11:01 -04:00
parent ae7712238e
commit 83296db3ae
2 changed files with 26 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"name": "open-seo",
"private": true,
"sideEffects": false,
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"scripts": {
"dev": "AUTH_MODE=local_noauth vite dev",

25
release-notes/v0.0.4.md Normal file
View File

@ -0,0 +1,25 @@
## Added
## Improved
- Support `ALLOWED_HOSTS` for hosting docker behind reverse proxies
- Moved Lighthouse audits to DataForSEO
- Users no longer need to enter a PSI api key
- Moved the DataForSEO response cache from KV to R2
- R2 storage is 100x cheaper if self hosting on Cloudflare.
- Refactored to better use Tanstack Router & Tanstack Start
## Fixed
- Normalized trailing slashes for page backlinks.
## Prepared for Managed Version
Preparing for managed version
- Added new auth mode: HOSTED
- Added better auth
- Added autumn pricing for metering
- Added posthog for erro tracking
Full Changelog: https://github.com/every-app/open-seo/compare/v0.0.3...v0.0.4