2023-09-09 12:09:31 +02:00
## v1.6.0
- Improve QR code readability
- Add ARM Docker image
2023-09-09 16:59:14 +02:00
- Refactor all runtime configuration
2023-09-23 12:02:39 +02:00
- Improve local storage with PRESENTATION_STORAGE_DIR environment variable
2023-10-07 12:57:46 +02:00
- Fix poll/form panel scroll on mobile
2023-09-17 19:18:03 +02:00
- Fix message length validation
- Fix message word break
2023-10-07 12:57:46 +02:00
- Minor fixes on form management
2023-09-09 12:09:31 +02:00
2023-08-11 11:36:49 +02:00
## v1.5.0
2023-08-10 20:39:38 +02:00
- 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
2023-07-02 11:51:12 +02:00
## v1.4.1
2023-07-02 14:23:22 +02:00
- Add GS_JPG_RESOLUTION environment variable to configure the resolution of the JPG generated from PDF (#40 - thanks @mokaddem )
2023-07-02 11:51:12 +02:00
- Fix MAX_FILE_SIZE_MB not being updated
2023-04-21 00:10:37 +02:00
## v1.4.0
2022-07-28 16:57:11 +02:00
2023-04-21 00:10:37 +02:00
- Migrate to Phoenix 1.7
- Migrate to Liveview 0.18
- Add multiple choice poll
- Add feature to import all interactions from another presentation
2023-04-21 12:46:43 +02:00
- Add MAX_FILE_SIZE_MB environment variable to limit file upload size
- Add feature to deactivate messages during a presentation
2022-09-05 12:31:18 +02:00
2023-04-21 00:10:37 +02:00
## v1.3.0
2022-09-05 21:27:02 +02:00
2023-04-21 00:10:37 +02:00
- Add Form feature to collect data from your public
- Improve docs for Docker Compose
- Improve Docker Compose file reference
2022-09-05 21:27:02 +02:00
2023-04-21 00:10:37 +02:00
## v1.2.1
- Fix presenter url (400 error in production)
2022-11-30 20:55:38 +01:00
## v1.2.0
2022-11-30 23:03:57 +01:00
- Added password change form in settings
2022-12-17 10:35:54 +01:00
- Added more documentation on deployment in production
2023-02-26 23:07:02 +01:00
2023-04-21 00:10:37 +02:00
## v1.1.1
2023-01-30 14:42:48 +01:00
2023-04-21 00:10:37 +02:00
_Security updates_
2023-02-26 23:07:02 +01:00
2023-04-21 00:10:37 +02:00
- Added `ENABLE_MAILBOX_ROUTE` , `MAILBOX_USER` and `MAILBOX_PASSWORD` environment variables to enable/disable route to local mailbox (`/dev/mailbox` ) and basic auth (optional)
- Restricted `/users/register` route if `ENABLE_ACCOUNT_CREATION` is false
2023-04-20 17:15:31 +02:00
2023-04-21 00:10:37 +02:00
## v1.1.0
- 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
## v1.0.0
2023-08-11 11:36:49 +02:00
This is the first version of the open-source project. Feel free to contribute!