mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
version bump
This commit is contained in:
parent
7ec4f906af
commit
5f964830aa
@ -4,6 +4,14 @@ Changelog
|
|||||||
* 0.3.6
|
* 0.3.6
|
||||||
* Fix for `#200`_ (!!) where the API wasn't configured to allow updating the
|
* Fix for `#200`_ (!!) where the API wasn't configured to allow updating the
|
||||||
correspondent or the tags for a document.
|
correspondent or the tags for a document.
|
||||||
|
* The ``content`` field is now optional, to allow for the edge case of a
|
||||||
|
purely graphical document.
|
||||||
|
* You can no longer add documents via the admin. This never worked in the
|
||||||
|
first place, so all I've done here is remove the link to the broken form.
|
||||||
|
* The consumer code has been heavily refactored to support a pluggable
|
||||||
|
interface. Install a paperless consumer via pip and tell paperless about
|
||||||
|
it with an environment variable, and you're good to go. Proper
|
||||||
|
documentation is on its way.
|
||||||
|
|
||||||
* 0.3.5
|
* 0.3.5
|
||||||
* A serious facelift for the documents listing page wherein we drop the
|
* A serious facelift for the documents listing page wherein we drop the
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = (0, 3, 5)
|
__version__ = (0, 3, 6)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user