mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
changelog and versions.
This commit is contained in:
parent
bc4192e7d1
commit
481b6c7cec
@ -15,7 +15,7 @@ services:
|
|||||||
POSTGRES_PASSWORD: paperless
|
POSTGRES_PASSWORD: paperless
|
||||||
|
|
||||||
webserver:
|
webserver:
|
||||||
image: jonaswinkler/paperless-ng:0.9.2
|
image: jonaswinkler/paperless-ng:0.9.3
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
@ -5,7 +5,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
webserver:
|
webserver:
|
||||||
image: jonaswinkler/paperless-ng:0.9.2
|
image: jonaswinkler/paperless-ng:0.9.3
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
- broker
|
- broker
|
||||||
|
@ -5,15 +5,23 @@
|
|||||||
Changelog
|
Changelog
|
||||||
*********
|
*********
|
||||||
|
|
||||||
next
|
paperless-ng 0.9.3
|
||||||
####
|
##################
|
||||||
|
|
||||||
* Setting ``PAPERLESS_AUTO_LOGIN_USERNAME`` replaces ``PAPERLESS_DISABLE_LOGIN``.
|
* Setting ``PAPERLESS_AUTO_LOGIN_USERNAME`` replaces ``PAPERLESS_DISABLE_LOGIN``.
|
||||||
You have to specify your username.
|
You have to specify your username.
|
||||||
* Added a simple sanity checker that checks your documents for missing or orphaned files,
|
* Added a simple sanity checker that checks your documents for missing or orphaned files,
|
||||||
files with wrong checksums, inaccessible files, and documents with empty content.
|
files with wrong checksums, inaccessible files, and documents with empty content.
|
||||||
* It is no longer possible to encrypt your documents. For the time being, paperless will
|
* It is no longer possible to encrypt your documents. For the time being, paperless will
|
||||||
continue to operate with already encrypted documents.
|
continue to operate with already encrypted documents.
|
||||||
|
* Fixes:
|
||||||
|
|
||||||
|
* Paperless now uses inotify again, since the watchdog was causing issues which I was not
|
||||||
|
aware of.
|
||||||
|
* Issue with the automatic classifier not working with only one tag.
|
||||||
|
* A couple issues with the search index being opened to eagerly.
|
||||||
|
|
||||||
|
* Added lots of tests for various parts of the application.
|
||||||
|
|
||||||
paperless-ng 0.9.2
|
paperless-ng 0.9.2
|
||||||
##################
|
##################
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = (0, 9, 2)
|
__version__ = (0, 9, 3)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user