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

Changelog History
Page 2

  • v1.3.1 Changes

    March 06, 2020

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

    (binaries coming soon...)

  • v1.2.17 Changes

    March 01, 2020
    • CSS tweaks
    • Settings menu
    • Option to disable highlighting (#30)
  • v1.2.16 Changes

    February 27, 2020
    • 🛠 Fix when root path is / (#29)
  • v1.2.15 Changes

    February 23, 2020
    • --fast argument #27
    • --exclude argument #26
  • v1.2.14 Changes

    February 22, 2020
    • 👌 Support for .cbr file format
    • Fix invalid read in text_buffer_terminate_string()
  • v1.2.13 Changes

    February 20, 2020
    • 🛠 Fix for batch sizes that are too big for ES to handle (#28)
  • v1.2.12 Changes

    February 16, 2020
    • OCR tweaks
    • ➕ Add image viewer (#2)
    • 💻 UI tweak (keyboard shortcut)
    • Advanced search (#25)
  • v1.2.9 Changes

    February 09, 2020

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

    February 07, 2020
    • 🐛 Bug fix (See #18)
  • v1.2.6 Changes

    February 07, 2020
    • 🛠 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