mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
prep work for 0.9.2
This commit is contained in:
parent
c99668b355
commit
1e9ac63428
@ -15,7 +15,7 @@ services:
|
||||
POSTGRES_PASSWORD: paperless
|
||||
|
||||
webserver:
|
||||
image: jonaswinkler/paperless-ng:0.9.1
|
||||
image: jonaswinkler/paperless-ng:0.9.2
|
||||
restart: always
|
||||
depends_on:
|
||||
- db
|
||||
|
@ -5,7 +5,7 @@ services:
|
||||
restart: always
|
||||
|
||||
webserver:
|
||||
image: jonaswinkler/paperless-ng:0.9.1
|
||||
image: jonaswinkler/paperless-ng:0.9.2
|
||||
restart: always
|
||||
depends_on:
|
||||
- broker
|
||||
|
@ -5,10 +5,10 @@
|
||||
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)
|
||||
|
||||
* Paperless now uses mime types and libmagic detection to determine
|
||||
@ -32,7 +32,7 @@ next
|
||||
* New setting ``PAPERLESS_OCR_PAGES`` limits the tesseract parser
|
||||
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.
|
||||
|
||||
paperless-ng 0.9.1
|
||||
|
@ -42,7 +42,8 @@ Fancy mail filters!
|
||||
|
||||
.. 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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
__version__ = (0, 9, 1)
|
||||
__version__ = (0, 9, 2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user