From fa19a8975e9e420e1d96d569bc45e5f40ce256ba Mon Sep 17 00:00:00 2001 From: fusselkater Date: Mon, 29 Jul 2024 16:27:08 +0200 Subject: [PATCH 1/2] Fix: correct nltk data path (#7338) --- docs/setup.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/setup.md b/docs/setup.md index b0a0a5fed..f6b7f6d48 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -540,8 +540,7 @@ are released, dependency support is confirmed, etc. 15. Optional: If using the NLTK machine learning processing (see [`PAPERLESS_ENABLE_NLTK`](configuration.md#PAPERLESS_ENABLE_NLTK) for details), download the NLTK data for the Snowball - Stemmer, Stopwords and Punkt tokenizer to your - `PAPERLESS_DATA_DIR/nltk`. Refer to the [NLTK + Stemmer, Stopwords and Punkt tokenizer to `/usr/share/nltk_data`. Refer to the [NLTK instructions](https://www.nltk.org/data.html) for details on how to download the data. From ad9d654886c2b7ea12d5c0490d9b1b89e9dd35fd Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 29 Jul 2024 07:31:51 -0700 Subject: [PATCH 2/2] Documentation: Add missing change to changelog --- docs/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.md b/docs/changelog.md index d8bd32c45..a0762537e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -6,6 +6,7 @@ - Change: more clearly handle init permissions error [@shamoon](https://github.com/shamoon) ([#7334](https://github.com/paperless-ngx/paperless-ngx/pull/7334)) - Chore: add permissions info link from webUI [@shamoon](https://github.com/shamoon) ([#7310](https://github.com/paperless-ngx/paperless-ngx/pull/7310)) +- Fix: increase search input text contrast with light custom theme colors [@JayBkr](https://github.com/JayBkr) ([#7303](https://github.com/paperless-ngx/paperless-ngx/pull/7303)) ### Dependencies