Breaking changes:
--ocr
option is renamed to--ocr-lang
.
New features:
- Add Simplified Chinese UI translations
zh-CN
(#180) - Add
--lang
argument for the web module. Used to set a default UI language (en
by default) - Allow specifying multiple OCR languages with
+
separator (#228) - Add
--ocr-ebooks
and--ocr-images
options. Add option to OCR images. (#217) - Add option to update the Media Type tab in real time based on the current query (#213)
- Add Media Type break down table in the Details pane. Add button to copy TSV (#213)
- Add option to scan files from a list using the
--list-file
rather than recursive directory scan (#124)
Fixes:
- Fix segmentation fault when scanning some RAW files (#219)
- Update Tesseract OCR data paths (#212)
- Fix race condition in incremental scan (#223)
- Statically link libasan for debug build (#222)
- Fix memory leak in ebook.c when OCR is enabled
- Fix visual glitch when hovering GIF files
- Fix configuration option of slideshow slide duration
- Localize the add/delete tag buttons
- Fix index picker CSS in dark mode (#218)