prepping for first release

This commit is contained in:
2025-06-29 11:14:21 -04:00
parent 11a0bb00e3
commit 1b8fe8920f
4 changed files with 85 additions and 22 deletions

25
CHANGELOG.md Normal file
View File

@@ -0,0 +1,25 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/).
## [0.1.0] - 2025-07-01
### Added
- Guest book with contact info and RSVP linking
- Markdown-powered event notes
- Todo list system per event
- First-time user setup
- Email and local user invitations
- Admin-only user creation
- Role-based access control (COUPLE, PLANNER, GUEST)
- Docker support (Postgres + App)
- Modern Next.js 15 app structure
### Fixed
- Setup flow error handling and schema validations
### Changed
- Event creation now uses modal instead of separate page