From b13ec571f84cef60bd54dab2f59b61650a435b92 Mon Sep 17 00:00:00 2001 From: jonaswinkler Date: Wed, 16 Dec 2020 14:41:57 +0100 Subject: [PATCH] fixes #134 --- docs/changelog.rst | 2 ++ src-ui/src/app/components/app-frame/app-frame.component.html | 5 +++++ src-ui/src/app/components/app-frame/app-frame.component.ts | 3 +++ src-ui/src/environments/environment.prod.ts | 3 ++- src-ui/src/environments/environment.ts | 3 ++- 5 files changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 84d04bc7a..b508bae13 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -28,6 +28,7 @@ paperless-ng 0.9.7 * The ``document_retagger`` no longer removes inbox tags or tags without matching rules. * The new configuration option ``PAPERLESS_COOKIE_PREFIX`` allows you to run multiple instances of paperless on different ports. This option enables you to be logged in into multiple instances by specifying different cookie names for each instance. + * Added a small version indicator to the front end. * Fixes @@ -38,6 +39,7 @@ paperless-ng 0.9.7 Paperless now assumes A4 paper size for PDF generation if no DPI information is present. * Documents with empty titles could not be opened from the table view due to the link being empty. * Fixed an issue with filenames containing special characters such as ``:`` not being accepted for upload. + * Fixed issues with thumbnail generation for plain text files. paperless-ng 0.9.6 diff --git a/src-ui/src/app/components/app-frame/app-frame.component.html b/src-ui/src/app/components/app-frame/app-frame.component.html index 7876150af..3d315ec32 100644 --- a/src-ui/src/app/components/app-frame/app-frame.component.html +++ b/src-ui/src/app/components/app-frame/app-frame.component.html @@ -17,6 +17,11 @@