Skip to content

Commit 13a165b

Browse files
committed
release: v1.1.0 - Self-hosting setup improvements
1 parent cfad0f2 commit 13a165b

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": {

0 commit comments

Comments
 (0)