26 lines
719 B
Markdown
26 lines
719 B
Markdown
# 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
|
|
|