From 74559631244a906fe38ba050fe391d9efeb1f343 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 17:01:37 +0000 Subject: [PATCH 1/2] Changelog - GHA --- docs/changelog.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 1caa00220..ad9b47bcd 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,22 @@ # Changelog +## paperless-ngx 1.9.2 + +### Bug Fixes + +- Bugfix: Allow PAPERLESS\_OCR\_CLEAN=none [@shamoon](https://github.com/shamoon) ([#1670](https://github.com/paperless-ngx/paperless-ngx/pull/1670)) + +### Documentation + +- [Documentation] Add v1.9.1 changelog [@github-actions](https://github.com/github-actions) ([#1649](https://github.com/paperless-ngx/paperless-ngx/pull/1649)) + +### All App Changes + +- Chore: Bumps version numbers to 1.9.2 [@stumpylog](https://github.com/stumpylog) ([#1666](https://github.com/paperless-ngx/paperless-ngx/pull/1666)) +- Bugfix: Allow PAPERLESS\_OCR\_CLEAN=none [@shamoon](https://github.com/shamoon) ([#1670](https://github.com/paperless-ngx/paperless-ngx/pull/1670)) + + + ## paperless-ngx 1.9.1 ### Bug Fixes From e2d593c023ea12853e777d70d01db201db7e38e4 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 27 Sep 2022 10:04:41 -0700 Subject: [PATCH 2/2] Fix formatting, add note about 1.9.1 version string --- docs/changelog.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index ad9b47bcd..6bd488cca 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,21 +4,18 @@ ### Bug Fixes -- Bugfix: Allow PAPERLESS\_OCR\_CLEAN=none [@shamoon](https://github.com/shamoon) ([#1670](https://github.com/paperless-ngx/paperless-ngx/pull/1670)) - -### Documentation - -- [Documentation] Add v1.9.1 changelog [@github-actions](https://github.com/github-actions) ([#1649](https://github.com/paperless-ngx/paperless-ngx/pull/1649)) +- Bugfix: Allow PAPERLESS_OCR_CLEAN=none [@shamoon](https://github.com/shamoon) ([#1670](https://github.com/paperless-ngx/paperless-ngx/pull/1670)) ### All App Changes - Chore: Bumps version numbers to 1.9.2 [@stumpylog](https://github.com/stumpylog) ([#1666](https://github.com/paperless-ngx/paperless-ngx/pull/1666)) -- Bugfix: Allow PAPERLESS\_OCR\_CLEAN=none [@shamoon](https://github.com/shamoon) ([#1670](https://github.com/paperless-ngx/paperless-ngx/pull/1670)) - - ## paperless-ngx 1.9.1 +### Notes + +- Version 1.9.1 incorrectly displays the version string as 1.9.0 + ### Bug Fixes - Bugfix: Fixes missing OCR mode skip_noarchive [@stumpylog](https://github.com/stumpylog) ([#1645](https://github.com/paperless-ngx/paperless-ngx/pull/1645))