What's Changed
User-facing changes
- Add metadata (creator & date) and share button to series & playlist blocks in #1405
- Add
created
date to series selection dropdown in #1373 - Sort series in series selector by
created
instead ofupdated
in #1404 - Fix upload issue with
lock_acl_to_series = true
in #1429- Due to an Opencast bug, uploading into a series as a non-
ROLE_ADMIN
user failed with that setting in previous versions. - With this fix, uploading works again as expected, as long as your Opencast interprets the
roles
oroc
claim in JWTs according to this. This is true for Opencast >=18, but can be backported.
- Due to an Opencast bug, uploading into a series as a non-
- Disable ToS prompt on embed routes in #1422
- Dynamically react to color-scheme changes in #1375
- Fix caching header for JS bundle files, making subsequent page loads much faster in #1415
- Adjust dark-mode active/non-active/hover colors in ACL editor in #1426
- Correct conflicting "no/missing videos" note in video blocks with protected videos in #1394
Changes primarily for admins
- Semi-Breaking: Stop using ubuntu-20.04 in GitHub actions in #1393
- This increases the libc version requirement of our
-gnu
binaries from 2.31 to 2.35. - This only affects our pre-built binary, you can still build Tobira yourself for a system with older libc.
- Alternatively, you can use the
-musl
binary.
- This increases the libc version requirement of our
- Add
itunes:author
tag to RSS feeds and makeitunes:explicit
value configurable in #1411 - Allow configuring custom names for matomo files in #1380
- Allow changing built-in group info (e.g. label of
ROLE_USER
) in #1414 - Make harvest code able to deal with full batches of unreadable items in #1428
- Avoid useless search index rebuilds in #1410
Changes primarily for developers
- Update ESLint and
@opencast/eslint-config-ts-react
in #1344 - Update appkit to 0.4, react-icons to 5.5, and focus-trap-react to 11 in #1375
- Fix frontend watching & reloading in #1406
- Make build-container-image runnable again by @Akumatic in #1424
New Contributors
Full Changelog: v3.1...v3.2