Skip to content

Releases: sist2app/sist2

v2.0.0

22 Apr 00:06
Compare
Choose a tag to compare
v2.0.0 Pre-release
Pre-release

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 combined into single --bind argument

v1.3.3

17 Mar 20:45
Compare
Choose a tag to compare
v1.3.3 Pre-release
Pre-release
  • UI fix with date slider
  • Fix in text_buffer_append_string0 #38

v1.3.2

06 Mar 14:53
Compare
Choose a tag to compare
v1.3.2 Pre-release
Pre-release

(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

v1.3.1

06 Mar 00:40
5f7a1ac
Compare
Choose a tag to compare
v1.3.1 Pre-release
Pre-release

(breaking)

  • Upgrade path filter bar (You will need to re-index for this to work) (#32)

  • Ignore --incremental option when the directory does not exist (#31)

  • make the --fast flag faster

  • Fix CSS in search bar button

  • Completely rewrite the .docx parser

  • various code minor refactor/cleanup

  • Fix some memory leaks in pdf.c

  • Fix bad error handling that would sometime cause segfault/undefined behavior

  • Make debugging easier with _debug binary (not yet on docker)

v1.2.17

01 Mar 00:55
Compare
Choose a tag to compare
v1.2.17 Pre-release
Pre-release
  • CSS tweaks
  • Settings menu
  • Option to disable highlighting (#30)

v1.2.16

27 Feb 15:22
Compare
Choose a tag to compare
v1.2.16 Pre-release
Pre-release
  • Fix when root path is / (#29)

v1.2.15

23 Feb 00:00
Compare
Choose a tag to compare
v1.2.15 Pre-release
Pre-release
  • --fast argument #27
  • --exclude argument #26

v1.2.14

22 Feb 18:32
Compare
Choose a tag to compare
v1.2.14 Pre-release
Pre-release
  • Support for .cbr file format
  • Fix invalid read in text_buffer_terminate_string()

v1.2.13

20 Feb 23:31
Compare
Choose a tag to compare
v1.2.13 Pre-release
Pre-release
  • Fix for batch sizes that are too big for ES to handle (#28)

v1.2.12

16 Feb 20:37
Compare
Choose a tag to compare
v1.2.12 Pre-release
Pre-release
  • OCR tweaks
  • Add image viewer (#2)
  • UI tweak (keyboard shortcut)
  • Advanced search (#25)