Skip to content

Releases: simon987/sist2

v1.2.9

09 Feb 13:55
Compare
Choose a tag to compare
v1.2.9 Pre-release
Pre-release

(Note: I merged v1.2.8 & v1.2.9 on GitHub to save time)

  • Add EXIF:DateTime field for images
  • Fix problem where --rewrite-url argument is ignored
  • Make build more portable by disabling libtesseract architecture-specific compile option
  • Expand the list of allowed ASCII characters in text fields
  • Fix issue where the frontend only displays 10000 results on search

v1.2.7

07 Feb 15:22
Compare
Choose a tag to compare
v1.2.7 Pre-release
Pre-release
  • Bug fix (See #18)

v1.2.6

07 Feb 15:19
Compare
Choose a tag to compare
v1.2.6 Pre-release
Pre-release
  • Fix issue where the UI would crash if videoc is set to null in a user script

Breaking:

  • Use the search_after elasticsearch feature rather than the Scroll API (Should improve overall stability for public indexes and fixes automatic reloading after a timer issues)

New indices need to be re-indexed with the --force-reset option

v1.2.5

07 Feb 00:54
Compare
Choose a tag to compare
v1.2.5 Pre-release
Pre-release
  • Remove leading & trailing whitespace in string metadata

Breaking:

  • Add more EXIF tags (MetaKey format changed: sist2 index module will not with with <= 1.2.4)

v1.2.4

02 Feb 14:40
Compare
Choose a tag to compare
v1.2.4 Pre-release
Pre-release
  • TESS_DATAPATH fix for some distros (#22)
  • Supress XML errors when not using --very-verbose (#18)
  • Use UTF8 locale in docker image (#11)
  • Add /status endpoint to check if ES index is open

v1.2.3

18 Jan 18:46
Compare
Choose a tag to compare
v1.2.3 Pre-release
Pre-release
  • bundled libcurl/openssl
  • More libopc bug fixes

v1.2.2

16 Jan 19:46
Compare
Choose a tag to compare
v1.2.2 Pre-release
Pre-release
  • Document information modal (See #19)

v1.2.1

14 Jan 20:57
Compare
Choose a tag to compare
v1.2.1 Pre-release
Pre-release
  • Support for external json indices (For third-party apps to export to sist2-compatible format)

v1.2.0

14 Jan 17:00
Compare
Choose a tag to compare
v1.2.0 Pre-release
Pre-release
  • OCR support

v1.1.14

12 Jan 00:21
Compare
Choose a tag to compare
v1.1.14 Pre-release
Pre-release
  • fix some memory leaks
  • build/CI tweaks
  • UI tweaks