Skip to content

2.0.0 - Major database refactoring

Compare
Choose a tag to compare
@viktorstrate viktorstrate released this 31 Jan 10:20
· 645 commits to master since this release
658e641

Migration notice: The database structure has been completely rewritten, this means that it is not possible to migrate from earlier versions without deleting the old database first. Most environment variables has also been renamed. Check out the new docker-compose.example.yml, if you are using Docker.

Added

  • #130 Complete database rewrite adding support for multiple database backends such as Sqlite
  • #67 #157 Support multiple root directories for the same user as well as overlapping and shared paths among multiple users.
  • #131 #169 #173 The scanner will now skip transcoding videos that can be played natively in the browser

Improvements

  • Environment variables has been renamed to start with PHOTOVIEW_ to clearify and avoid potential collisions.