Skip to content

Commit a5d9bef

Browse files
committed
Update CHANGELOG for v.2.4.0: add breaking changes, new features, and fixes
1 parent c8d8719 commit a5d9bef

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
### v.2.4.0
22

3+
### ⚠️ Breaking changes
4+
5+
- S3 variables are now named: S3_ACCESS_KEY_ID, S3_SECRET_ACCESS_KEY, S3_REGION and S3_BUCKET
6+
- Users now have roles. Refer to the `roles` table and assign a role to a user with the `role_id` column in the `users` table.
7+
38
### Features
49

510
- Add Admin Panel to manage users and presentations
@@ -8,6 +13,7 @@
813
- Add hideable presenter attendee count (#183 #155)
914
- Add Hungarian translation (#161)
1015
- Add Latvian translation (#163)
16+
- Add custom S3 endpoint with `S3_SCHEME`, `S3_HOST`, `S3_PORT` and `S3_PUBLIC_URL`
1117

1218
### Fixes and improvements
1319

@@ -22,6 +28,7 @@
2228
- Fix duplicate key quiz when duplicate (#182)
2329
- Fix email change confirmation (#172)
2430
- Fix italian translation (#179)
31+
- Fix random poll choices (#184)
2532

2633
### v.2.3.2
2734

0 commit comments

Comments
 (0)