What's Changed
Breaking changes ⚠
- Add ability to specify reserved paths and reply 404 to
/favicon.ico
in #566
Note that this is not technically a breaking change as per our policy, but everyone should still be aware that if you have a realm with the path/favicon.ico
or/robots.txt
, that will now cease to work.
User-facing changes
- Generated embed codes now work better with live streams in #557
Note that you need to update any embed codes you already generated for this to take effect! - Add caption/subtitle support in #564
Note: This requires opencast/opencast#4309 to be merged in your Opencast instance and a resync of your Tobira! - Make thumbnail images
loading="lazy"
in #568
With this, off-screen images are loaded on-demand, making the page more responsive for example in the presence of many thumbnails.
Changes primarily for admins
- Add, improve, rewrite and automatically render and deploy documentation in #551, #553 and #558
See here! - Add Prometheus/OpenMetrics endpoint with a number of useful metrics in #561
- Improve interaction with search engines: add
noindex
to some routes and add structured data in #559 - Fix and improve
db clear
(and related) subcommands in #554
Changes primarily for developers
- Setup monitoring on test server in #565
- Check for changes to APIs used by the admin UI integration in #552
Full Changelog: v1.2...v1.3