prep work for 0.9.2

This commit is contained in:
Jonas Winkler 2020-11-23 00:25:19 +01:00
parent c99668b355
commit 1e9ac63428
5 changed files with 9 additions and 8 deletions

View File

@ -15,7 +15,7 @@ services:
POSTGRES_PASSWORD: paperless POSTGRES_PASSWORD: paperless
webserver: webserver:
image: jonaswinkler/paperless-ng:0.9.1 image: jonaswinkler/paperless-ng:0.9.2
restart: always restart: always
depends_on: depends_on:
- db - db

View File

@ -5,7 +5,7 @@ services:
restart: always restart: always
webserver: webserver:
image: jonaswinkler/paperless-ng:0.9.1 image: jonaswinkler/paperless-ng:0.9.2
restart: always restart: always
depends_on: depends_on:
- broker - broker

View File

@ -5,10 +5,10 @@
Changelog Changelog
********* *********
next paperless-ng 0.9.2
#### ##################
* Major changes to the front end (colors, shadows, layout of the cards, * Major changes to the front end (colors, logo, shadows, layout of the cards,
better mobile support) better mobile support)
* Paperless now uses mime types and libmagic detection to determine * Paperless now uses mime types and libmagic detection to determine
@ -32,7 +32,7 @@ next
* New setting ``PAPERLESS_OCR_PAGES`` limits the tesseract parser * New setting ``PAPERLESS_OCR_PAGES`` limits the tesseract parser
to the first n pages of scanned documents. to the first n pages of scanned documents.
* Fixed a bug where tasks with too long task names would not show * Fixed a bug where tasks with too long task names would not show
up in the admin. up in the admin.
paperless-ng 0.9.1 paperless-ng 0.9.1

View File

@ -42,7 +42,8 @@ Fancy mail filters!
.. image:: _static/paperless-11-mail-filters.png .. image:: _static/paperless-11-mail-filters.png
Mobile support in the future? This doesn't really work yet. Mobile support in the future? This kinda works, however some layouts are still
too wide.
.. image:: _static/paperless-10-mobile.png .. image:: _static/paperless-10-mobile.png

View File

@ -1 +1 @@
__version__ = (0, 9, 1) __version__ = (0, 9, 2)