Skip to content

v2.1 πŸ‘

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jul 15:13
· 775 commits to master since this release

User-facing changes

  • Introduce dark mode (#871)
    • Important: Check if your logo also works (i.e. looks good) in dark mode. If not, you can add a logo variant to be used in dark mode instead of your regular logo (see https://elan-ev.github.io/tobira/setup/theme for reference)
  • Update Paella player to fix portrait videos (#867)
  • Fix page redirection after external logins (#890)
  • Check upload permission for upload route and "upload" nav item by @geichelberger (#903)
  • Add note to clarify that selecting a series for uploads is required (if configured that way) (#887)
  • Adjust metadata and description layout (#853)
  • Adjust grey tones (add new ones and change brightness values) (#900)
  • Close QR-modal on outside click (#892)
  • Show warning when clicking outside editing block (#891)
  • Many smaller fixes:
    • Fix margin around user realm disclaimer on narrow screens (#837)
    • Fix tooltips not opening on mobile (still broken on iOS) (#851)
    • Fix add button tooltip overflow (#852)
    • Fix setting a page name for user root realms (#860)
    • Fix some links that wouldn't work after changing paths or re-adding previously deleted pages (#866)
    • Fix error text color (#894)
    • Change default font of copyable input (#889)
    • Correct quantity wording for uploads (#888)

Changes primarily for admins

  • Improve "update" docs (#873)
  • Fix db clear by not dropping automatically created array types (#893)
  • Add code to regularly send basic statistics to Opencast for adopter registration (#878)
    • Note: The data is just sent to your connected Opencast (via secured connection) and Opencast will only send it out if you registered as an adopter and agreed to that basic data collection. Further, the data only contains very basic statistics that are considered public anyway.
  • Add optional email user property by @geichelberger (#899)

Changes primarily for developers

  • Fix import-realm-tree command (#861)
  • Use shared ESLint config (#876)
  • Use @opencast/appkit (#902)

Full Changelog: v2.0...v2.1