Skip to content

v3.0.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@simon987 simon987 released this 23 Apr 19:49
· 141 commits to master since this release

New features:

  • Add simple web app (sist2-admin) to configure/schedule scan jobs and frontends
  • Simpler deployment with docker-compose
  • Add support for Auth0 authentication 86ca9f1
  • German localisation
  • Add configurable "featured fields" line 20adcce
  • Use child processes when scanning:
    • Segfaults no longer crash the entire process
    • Much faster ebook scanning (~10x faster with 24 cores & NVMe)
  • Add client-side NER support dc39c0e

Breaking changes:

  • --thumbnail-quality argument now takes number from 2-31 instead of 1-31
  • Index format is now a single SQLite file. Older indices are not compatible with 3.X
  • --incremental scan is always done in-place

Bug fixes & tweaks: