Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Paperless-ng 0.9.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@jonaswinkler jonaswinkler released this 30 Nov 21:31
· 2315 commits to master since this release
  • Searching:

    • Paperless now supports searching by tags, types, dates and correspondents. In order to have this applied to your existing documents, you need to perform a document_index reindex management command (see Documentation) that adds the data to the search index. You only need to do this once, since the schema of the search index changed. Paperless keeps the index updated after that whenever something changes.
    • Paperless now has spelling corrections ("Did you mean") for miss-typed queries.
    • The documentation contains information about the search syntax.
  • Front end:

    • Clickable tags, correspondents and types allow quick filtering for related documents.
    • Saved views are now editable.
    • Preview documents directly in the browser.
    • Navigation from the dashboard to saved views.
  • Fixes:

    • A severe error when trying to use post consume scripts.
    • An error in the consumer that cause invalid messages of missing files to show up in the log.
  • The documentation now contains information about bare metal installs and a section about how to setup the development environment.