Releases: sist2app/sist2
Releases · sist2app/sist2
v2.10.1
- UTF-8 support for doc files (#146)
- Add
--archive-password
option (#143) - Support for embedded subtitles in videos (#133)
- Add support for GPS exif tags in images (#149)
- Fix bug while parsing comic files (#160)
- Fix memory leak in RAW image parsing (#161)
- Fix stack-buffer-underflow bug in parse_font (#158)
- Add signal handler to display a basic debug message during crashes, also works for the 'release' binary
- Upgrade to mongoose v7.X
- Use 16-bit ints to save meta keys (Therefore, 2.9.X indices are not compatible with this version)
- Saner
Dockerfile
for more reproducible builds - Fix arm64 builds
Web:
v2.9.0
- Add support for MS Word 97-2003 .doc files
- Use MD5 hash of file path instead of UUID for unique IDs:
- Fix 'enlarge' button label (#105)
- Automatically update the tags tab when manually tagging documents (#116)
- Fix incremental scan performance issues (#137)
arm64-linux build is currently unavailable, will be back in a week or two
v2.8.5
v2.8.4
v2.8.3
v2.8.2
v2.8.1
Bug fixes:
- Cherry-picked libmupdf fix for #84
- Fix error handling for bad archives (#89)
- Fix segfault issue with some formats (#90)
- Gracefully handle archive read errors in comic.c (d7205e0)
- Fix logs coloring (warning is now yellow, error is red, instead of the other way around) (c12d8c8)
- Don't show video player for
mpeg1video
video codec (#94) - Fix heap buffer overflow in document_info (5196bb4)
Features:
v2.8.0
v2.7.4
- Fix tag tree problem where child/leaf nodes were not un-selected properly (#65)
- Increase thumbnail height in UI for documents with "portrait" aspect ratio (e.g. books)
- Set finite timeout for HTTP get (proxied /doc/ requests)
- Configurable number of columns in 'grid' display mode
- Fix problem with some media files in archives
v2.7.3
- Remove temporary thread lock to work around mupdf bug (PDF scan ~35% faster) (#83)
- Don't show MuPDF warnings unless --very-verbose is specified
- User scripts executed asynchronously (#75)
- Fix buffer-overflow when scanning some corrupted files inside archives (#85)
- Carry over /tags/ database when using --incremental argument (#76)