Skip to content

v0.7.0

Compare
Choose a tag to compare
@gotson gotson released this 22 Oct 12:37
· 2841 commits to master since this release

⚠️ Breaking changes

  • admin and user users are deprecated and replaced by the User Management feature

Features

  • User management:
    • Automatic creation of an admin account at startup if no user exist in database, outputting the login and a random password in the logs
    • Ability to add/remove user accounts
    • Ability to manage roles: Admin/User
    • Ability to manage access to shared libraries per user
    • Ability for a user to change his/her password

Changes

  • OPDS entry links to file now include the full filename. This helps some (badly implemented) OPDS clients to correctly see the files.
  • logs are written to disk, and available via the /actuator/logfile endpoint

Bug fixes

  • fix OPDS link for page streaming where an incorrect url escape in the zero_based query parameter would generate an error for the first page, shift all pages, and prevent the last page to be streamed