github elan-ev/tobira v3.2
v3.2 🐦‍⬛

latest releases: v3.7, v3.6, v3.5...
3 months ago

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 of updated 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 or oc claim in JWTs according to this. This is true for Opencast >=18, but can be backported.
  • 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.
  • Add itunes:author tag to RSS feeds and make itunes: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

Don't miss a new tobira release

NewReleases is sending notifications on new releases.