mirror of
https://github.com/ClaperCo/Claper.git
synced 2025-12-28 16:06:36 +01:00
1.9 KiB
1.9 KiB
v1.6.0
- Improve QR code readability
- Add ARM Docker image
- Refactor all runtime configuration
- Fix poll panel scroll on mobile
- Fix message length validation
- Fix message word break
v1.5.0
- Add a nickname feature and toggle button to avoid anonymous messages
- Add url information on the instruction page with QR Code
- Add German locale (thanks to @Dynnammo)
- Update Moment Timezone, Moment to patch security vulnerabilities
- Update TailwindCSS 2 to 3
- Fix layout on the moderator page for messages list
- Fix event link color being white
v1.4.1
- Add GS_JPG_RESOLUTION environment variable to configure the resolution of the JPG generated from PDF (#40 - thanks @mokaddem)
- Fix MAX_FILE_SIZE_MB not being updated
v1.4.0
- 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
v1.3.0
- Add Form feature to collect data from your public
- Improve docs for Docker Compose
- Improve Docker Compose file reference
v1.2.1
- Fix presenter url (400 error in production)
v1.2.0
- Added password change form in settings
- Added more documentation on deployment in production
v1.1.1
Security updates
- Added
ENABLE_MAILBOX_ROUTE,MAILBOX_USERandMAILBOX_PASSWORDenvironment variables to enable/disable route to local mailbox (/dev/mailbox) and basic auth (optional) - Restricted
/users/registerroute ifENABLE_ACCOUNT_CREATIONis false
v1.1.0
- Added password authentication
- Removed passwordless authentication
- Disabled email verification
- Added new
ENABLE_ACCOUNT_CREATIONenvironment variable to enable or disable user registration - Improved french localization
v1.0.0
This is the first version of the open-source project. Feel free to contribute!