File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed
Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.1.0] - 2026-01-16
11+
12+ ### Added
13+ - ** Self-Hosting Setup Script** : Complete CLI-driven setup (` ./scripts/setup-supabase.sh ` )
14+ - Automatic Supabase login with interactive prompts
15+ - Project selection with numbered list
16+ - Deploy all 33 edge functions automatically
17+ - Run database migrations
18+ - Create admin user with proper role assignment
19+ - Output environment variables for deployment
20+ - ` --fresh ` flag for agencies setting up multiple sites
21+ - ` --env ` flag to only display environment variables
22+ - ** Secrets Configuration Script** : Interactive secrets setup (` ./scripts/configure-secrets.sh ` )
23+ - Resend (email)
24+ - Stripe (payments)
25+ - OpenAI (AI features)
26+ - Google Gemini (AI alternative)
27+ - Firecrawl (web scraping)
28+ - Unsplash (stock photos)
29+ - Local LLM (self-hosted AI)
30+ - N8N (workflow automation)
31+
32+ ### Changed
33+ - Auth page branding updated to FlowWink
34+ - Setup documentation rewritten for CLI-first workflow
35+ - Improved error handling in setup scripts
36+
37+ ### Fixed
38+ - Environment variables now fetched via ` supabase projects api-keys `
39+ - Admin user creation uses Supabase Admin API directly
40+ - Project selection handles deleted projects gracefully
41+
1042## [ 1.0.0] - 2026-01-09
1143
1244### Added
Original file line number Diff line number Diff line change 11{
22 "name" : " flowwink" ,
33 "private" : true ,
4- "version" : " 1.0 .0" ,
4+ "version" : " 1.1 .0" ,
55 "license" : " MIT" ,
66 "type" : " module" ,
77 "scripts" : {
You can’t perform that action at this time.
0 commit comments