Skip to content

Releases: jgillula/paperless-ngx-postprocessor

2.0.0

27 Jul 23:24
2c2cb54
Compare
Choose a tag to compare

Changelog

  • Fundamentally changing the CLI. Everything that could be done before can still be done, it's just in a slightly different format. Please see the README for more details
  • Added the ability to specify validation rules in postprocessing files. If validation fails, the document can be tagged with a new tag. This is useful for detecting when postprocessing failed (e.g. it extracted a creation date of the middle of the month, when documents of that type should always only be created on the last day of the month)

1.0.1

08 Jul 18:12
b6c5933
Compare
Choose a tag to compare

Fixes #7

1.0.0

25 Jun 21:27
f905398
Compare
Choose a tag to compare

Initial release

What's Changed

  • Add custom jinja filters "regex_match" and "regex_sub" by @saladpanda in #3
  • 5 py issue running management help by @jgillula in #6

New Contributors

Full Changelog: https://github.com/jgillula/paperless-ngx-postprocessor/commits/v1.0.0