Releases: sist2app/sist2
Releases · sist2app/sist2
v2.7.2
v2.7.1
(v2.7.1)
- Save ebook (.pdf, .epub etc) thumbnails as jpeg (~10% faster scan for pdf, much smaller index size)
- Read thumbnail from raw files instead of decoding the fullsize image, when available (~3500% faster scan) (#80)
- Display full tag name on hover (#79)
- Parse OOXML file (for thumbnail, metadata) even when --content-size is negative (#78)
(v2.7.0)
- Faster comic book (.cbr, .cbz) parsing. Probably a fix for #77
v2.6.1
v2.5.0
v2.4.2
v2.4.1
(Grouping many releases together because laziness)
(v2.4.1)
(v2.4.0)
- Re-enable autocomplete in path bar (Breaking: you must re-index files with --force-reset)
- Fix sorting problem in path selector (#55)
(v2.3.3)
- Fix invalid query syntax for Elasticsearch 7.7.0+ (#54)
(v2.3.2)
- Better support for media files that require seek support inside archives (See
--mem-buffer
option) - Disable support for mime type guessing inside archive files
- Fix separation between file paths when using
--archive list
- Memory leak fix in
index
module (#37)
(v2.3.1)
- Fix bug with invalid utf8 file names inside archives
- Recognize .tgz files as archives
- Ignore file inside archives for stats generation
v2.3.0
v2.2.0
v2.1.2
v2.1.0
- Add support for markup (html/xml files)
- Ignore special characters even in short strings (simon987/libscan@22e7565)