Skip to content

v2.9 🐍

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Apr 10:25
· 19 commits to master since this release
04702f9

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 with ROLE_TOBIRA_ADMIN. But please see the PR or the documentation for more information.
  • 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 by log.filters. To get the previous behavior, just replace level = "$yourLevel" in config.toml with filters.tobira = "$yourLevel".

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