sist2 v2.0.0 Release Notes

Release Date: 2020-04-22 // about 4 years ago
  • โšก๏ธ Sorry for big update. Some components are probably unstable/broken - needs more testing

    Core:

    • ๐Ÿ‘‰ Use vcpkg for dependency management
    • General repository cleanup
    • ๐Ÿšš File parsing related code moved to simon987/libscan
    • Replace libcurl with mongoose
    • Replace libonion (http framework) with mongoose
    • Add title, author and modified_by fields for ooxml files
    • ๐Ÿ›  Fix bug with libmagic & files inside archives
    • ๐Ÿ‘Œ Support for .mobi, azw, azw3 files #41
    • โœ… Unit testing in libscan

    ๐Ÿ’ป UI:

    • ๐Ÿ”„ Change image lightbox (with faster/simpler mobile support)
    • ๐Ÿ‘‰ Use modal for video viewing
    • ๐Ÿ‘‰ Use SVG icon instead of utf-8 glyph for info icon
    • Rely on thumbnail field instead of assuming that certain file types have a thumbnail #42
    • Option to sort by date/size/

    ๐Ÿ’ฅ Breaking:

    • Serialization changes, needs re-index
    • ๐Ÿ†• New elasticsearch mappings, needs --force-reset
    • ๐Ÿ‘€ Elasticsearch https support probably doesn't work (See #45)
    • --bind and --port replaced by single --listen argument