- Migrate to Phoenix 1.7
- Migrate to Liveview 0.18
- Add multiple choice poll
- Add feature to import all interactions from another presentation
- Add MAX_FILE_SIZE_MB environment variable to limit file upload size
- Add feature to deactivate messages during a presentation
- Add Form feature to collect data from your public
- Improve docs for Docker Compose
- Improve Docker Compose file reference
- Fix presenter url (400 error in production)
- Added password change form in settings
- Added more documentation on deployment in production
Security updates
- Added
ENABLE_MAILBOX_ROUTE
,MAILBOX_USER
andMAILBOX_PASSWORD
environment variables to enable/disable route to local mailbox (/dev/mailbox
) and basic auth (optional) - Restricted
/users/register
route ifENABLE_ACCOUNT_CREATION
is false
- Added password authentication
- Removed passwordless authentication
- Disabled email verification
- Added new
ENABLE_ACCOUNT_CREATION
environment variable to enable or disable user registration - Improved french localization
This is the first version of the open-source project. Feel free to contribute!