Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# 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/spec/v2.0.0.html).

## [0.1.0] - 2026-01-12

### Added
- Initial release of Odette - Event invitation and RSVP management system
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't need any more content after this @copilot

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Simplified to just the initial release line. Fixed in 3cac642.

- Token-based RSVP system with unique links for each guest
- Event management with date, location, description, and banner images
- Email invitation sending via Gmail SMTP with nodemailer
- Party size tracking for attendees
- Primary email + CC email addresses support for each attendee
- Batch import features:
- Parse attendees from email headers
- Upload CSV/TSV files
- Copy attendees from other events
- Admin dashboard for event and attendee management
- ICS calendar file download for guests
- Timezone support using IANA timezone identifiers
- Push notifications via ntfy.sh for RSVP responses
- SQLite database with automatic runtime migrations
- Mobile and desktop responsive UI using PicoCSS
- Docker support with automatic image builds
- GitHub Actions CI/CD pipeline for testing and releases
- Comprehensive test suite with Jest
- TypeScript implementation with Express.js
- EJS server-side rendering
- No built-in authentication (designed for reverse proxy auth)

[0.1.0]: https://github.com/cdanis/odette/releases/tag/v0.1.0