All Versions
27
Latest Version
Avg Release Cycle
7 days
Latest Release
1394 days ago

Changelog History
Page 1

  • v2.5.0 Changes

    June 21, 2020

    v2.5.0

    • ๐Ÿ‘ RAW file support (#66)

    v2.4.4

    • ๐Ÿ›  Fix tag tree display problem #64
    • โž• Add exec-script command #62
    • ๐Ÿ›  Return proper error code instead of closing the connection immediately (Fixes some issues when running behind reverse proxy)
  • v2.4.2 Changes

    June 11, 2020
    • ๐Ÿ”ง Configurable fragment size in highlight context
    • ๐Ÿ›  Fix special characters in file paths #59
  • v2.4.1 Changes

    June 05, 2020

    ๐Ÿš€ (Grouping many releases together because laziness)

    (v2.4.1)

    • ๐Ÿ›  Fix csv escape in stats page (#58)
    • ๐Ÿ›  Fix wordexp in some arguments (#59)

    (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 Changes

    May 17, 2020

    Stats page (#50):

    • Disk usage hierarchical treemap visualization (flat & cascaded) w/ color & size settings
    • MIME type file distribution (size & count)
    • mtime file distribution (count)
    • file size distribution
  • v2.2.0 Changes

    May 10, 2020
    • โž• Add option to search in path (--force-reset re-index needed) (#49)
  • v2.1.1 Changes

    May 10, 2020
    • ๐Ÿ›  Fix bug with duplicate tag names (#48)
    • ๐Ÿ›  Fix bug with outdated LocalStorage (#47)
  • v2.1.0 Changes

    May 01, 2020
    • โž• Add support for markup (html/xml files)
    • Ignore special characters even in short strings (simon987/libscan@22e7565)
  • v2.0.0 Changes

    April 22, 2020

    โšก๏ธ 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
  • v1.3.3 Changes

    March 17, 2020
    • ๐Ÿ’ป UI fix with date slider
    • Fix in text_buffer_append_string0 #38
  • v1.3.2 Changes

    March 06, 2020

    (breaking)

    • โž• add some mime-types
    • ๐Ÿ›  Fix memory leak with virtual files in parse.c
    • ๐Ÿ›  Fix memory leak in font.c
    • ๐Ÿš‘ hotfix invalid read in text_buffer