Breaking changes ⚠
- Change
mountSeries
API used by the Admin UI Integration. You have to update the admin UI integration, too. This change happened to be able to pass additional series info to Tobira (e.g. title). #514 #515 - Update to MeiliSearch 0.28.1 in #542
- Remove
--without-clear
flag fromsearch-index rebuild
subcommand a5e6407
User-facing changes
- Fix video playback bug of single-stream "presentation" videos in #539
- Improve thumbnail fallback and playing indicator in #525
- Hide player for ended streams and make video blocks behave like the video page in that regard #521
- Better event selector in block edit mode in #543
- Thumbnails now use black letterboxing for non 16:9-images a8104ed
- Add ability to show series description in series block (plus various other things) in #532
- Show "search unavailable" for some cases of search errors 20db718
- Fix crash when navigating away from realm editor in #536
- Fix two minor Safari style bugs/problems in #513
- Normalize
margin
for some elements in #520 - Improve icon for going to "my videos" from "manage single video" page in #519
- Improve "sort" icons in "my videos" in #526
Changes primarily for admins
- Document browser support in #541
- Link
libssl
andlibz
statically in #546 - Allow
tobira serve
to start up when Meili is not reachable c3050d4 - Fix
tobira search-index status
to not crash on missing indexes 55e3989 - Automatically rebuild search index when the schema changed #516
Changes primarily for developers
- Fix i18next warning on "new page" page in #512
- Refactor waiting vs. ready series and pass title in
mountSeries
in #514 - Make
mountSeries
"rename" the target realm in #515 - Fix
mountSeries
mounting into existing realms in #534 - Print newlines (soft
clear
) in dev watch scripts to make terminal output easier to read in #517 - Add
roles
field toUser
-s in #522 - Add
no-unused-expressions
lint in #531 - Add build script commands to bring containers down + remove volumes in #535
Full Changelog: v1.1...v1.2