🟢 There are no breaking changes.
This release is centered around the addition of management features, most of which involving the mangement of series. Users will now be able to see a list of all series they have write access for, they can create or delete series and edit the title, description and ACL of a series. They will also be able to manage series content by adding or removing videos.
A new and notable non-series feature is the addition of metadata editing (title and description) for videos.
What's Changed
User-facing changes
- Series mangement:
- Add "My series" page to list all series a user has write access for in #1311
- Add "Series details" page for metadata editing and "Access policy" page for series ACL editing in #1313
- Add series video management to "Series details" where users can add and remove videos to/from that series in #1365
- Add page where users can create new series with custom title, description and ACL in #1325
- Add metadata editing features (title and description) to "Video details" page in #1374
- Add a "series" column to "My videos" that lists and links to the video's series (if present) and that can be used for table sorting in #1374
- Improve accessibility in some areas in #1432
- Enable paella config to restore play time and layout of videos in #1438
- When video ACL is locked to a series, add a link to that series on the video ACL page in #1425
- Only show "N missing videos" in playlist and series blocks in edit mode in #1442
Changes primarily for developers
- Update frontend and backend depedencies in #1434
Full Changelog: v3.2...v3.3