Skip to content

Blnq v1.2.0

Latest

Choose a tag to compare

@whelve13 whelve13 released this 22 Mar 23:29
  • What's New
    Strict Literal Matching:
    Replaced fuzzy regex with a 100% exact-match system for zero false positives.
    Coordinate Accuracy:
    Redaction boxes now perfectly align with PDF pixels, regardless of zoom level or document rotation.
    UI Thread Isolation:
    Heavy OCR processing now runs strictly in the background; the app will no longer freeze during large scans.
    Forensic Audit Upgrade: The .csv log now tracks the exact method (Text vs. OCR) used for every single redaction.

  • Bug Fixes
    No More Lost Edits:
    Fixed a bug where manual boxes were wiped when switching between files in the preview pane.
    OOM Crash Fix:
    Explicit garbage collection was added for image buffers, preventing memory crashes on massive 100+ page scans.
    Resilient OCR:
    A single corrupted page no longer fails the entire PDF batch; the engine simply logs the single error and moves on.
    Thread-Safe Errors: Fixed a cross-threading bug that could cause the app to crash when closing.