Skip to content

8.0.2

Compare
Choose a tag to compare
@darrenldl darrenldl released this 04 Sep 14:01
· 147 commits to main since this release
  • Reworked asynchronous search/filter UI code to avoid noticeable lag due to
    waiting for cancellations that take too long

    • Previously there was still a lockstep somewhere that would prevent UI
      from progressing if previous search was still being cancelled

    • The current implementation allows newest requests to override older
      requests entirely, and not wait for cancellations at all

  • Adjusted document counter in multi-file view to be visible even when no files
    are listed