Breaking changes ⚠
- Rework Tobira permission roles: remove "Tobira moderator", add "Tobira admin", add granular roles in #1137
- You have to adjust your auth integration to give the appropriate new roles to your privileged users. In the easiest case you just have to replace
ROLE_TOBIRA_MODERATOR
withROLE_TOBIRA_ADMIN
. But please see the PR or the documentation for more information.
- You have to adjust your auth integration to give the appropriate new roles to your privileged users. In the easiest case you just have to replace
- Improve logging: switch to
tracing
& make filters more powerful in #1145- This is only a configuration-breaking-change. The
log.level
config value is replaced bylog.filters
. To get the previous behavior, just replacelevel = "$yourLevel"
inconfig.toml
withfilters.tobira = "$yourLevel"
.
- This is only a configuration-breaking-change. The
User-facing changes
- Add quality selector for progressive download videos in #1143
- Add series to search results in #1144
- Adjust paella progress bar color in #1149
- Adjust spacing of forwards and backwards button text in #1150
- Use new Paella icons and proper translations in #1162
Changes primarily for developers
- Dependency updates (only patch versions)
- Adjust sync code for series metadata in #1160
Changes primarily for developers
- Add basic search filters (experimental) in #1080
- Update
loadtest
utility with new GraphQL requests in #1142 - Add "danger zone" UI tests in #1151
Full Changelog: v2.8...v2.9