github sist2app/sist2 2.11.7
v.2.11.7

latest releases: 3.4.7, 3.4.6, 3.4.5...
pre-release3 years ago

Breaking changes:

  • Renamed --size option to --thumbnail-size
  • Renamed --quality option to --thumbnail-quality
  • --thumbnail-size option no longer accepts negative numbers to disable thumbnails (User --thumbnail-count 0 instead)
  • --content-size option no longer accepts negative numbers to disable parsing file contents (Use --content-size 0 instead)

New features:

  • Add --thumbnail-count option. When set to a value >= 2, thumbnails for a video preview slideshow are generated. (A reasonable number of images, around 10-30, is recommended). When set to 0, thumbnails are disabled entirely. (#232)
  • Added configurable delay in ms between frames of the video preview created with the --thumbnails-count option
  • Added #/file page. Lets users or third party applications link to a specific document in the sist2 interface. (#250)
  • Added --mem-throttle scan option to throttle the file parser threads when the total amount of memory consumed exceeds a certain amount, in MB. (#245, thanks @yatli !)
  • Reworked incremental scan (#238, thanks @yatli !)
    • Option to use --incremental-index to only send the incremental difference between the last scan to Elasticsearch (much faster indexing!)
    • Build an index of deleted documents since the last scan, send DELETE commands to Elasticsearch to remove such documents
  • "Update the Media Types tree in real time" option is disabled by default
  • Add option to use a date picker instead of a slider to filter file modification dates (#239)
  • Fix segmentation fault when a very long user script is specified (#234)
  • Replace some error messages with a FATAL log string, return non-zero error code on error (#235)

Bug fixes:

  • Fix some CSS visual glitches (#248)
  • Fix checkbox in index picker not working (#247)
  • Fix infinite reloading problem with mime tree (#237)
  • Fix lightbox caption for top-level file names (#254)

Don't miss a new sist2 release

NewReleases is sending notifications on new releases.