mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05:00
Updates for 2.2.0
This commit is contained in:
parent
08174a6b52
commit
d5180fe5e1
@ -1,6 +1,17 @@
|
|||||||
Changelog
|
Changelog
|
||||||
#########
|
#########
|
||||||
|
|
||||||
|
2.2.0
|
||||||
|
=====
|
||||||
|
|
||||||
|
* Thanks to `dadosch`_ and `Wolfgang Mader`_, this is the first version of
|
||||||
|
Paperless that supports Django 2.0! As a result of their hard work, you can
|
||||||
|
now also run Paperless on Python 3.7 as well: `#386`_ & `#390`_.
|
||||||
|
* `Stéphane Brunner`_ added a few lines of code that made tagging interface a lot
|
||||||
|
easier on those of us with lots of different tags: `#391`_.
|
||||||
|
* `Kilian Koeltzsch`_ noticed a bug in how we capture & automatically create
|
||||||
|
tags, so that's fixed now too: `#384`_.
|
||||||
|
|
||||||
2.1.0
|
2.1.0
|
||||||
=====
|
=====
|
||||||
|
|
||||||
@ -451,6 +462,10 @@ bulk of the work on this big change.
|
|||||||
.. _mcronce: https://github.com/mcronce
|
.. _mcronce: https://github.com/mcronce
|
||||||
.. _Enno Lohmeier: https://github.com/elohmeier
|
.. _Enno Lohmeier: https://github.com/elohmeier
|
||||||
.. _Mark McFate: https://github.com/SummittDweller
|
.. _Mark McFate: https://github.com/SummittDweller
|
||||||
|
.. _dadosch: https://github.com/dadosch
|
||||||
|
.. _Wolfgang Mader: https://github.com/wmader
|
||||||
|
.. _Stéphane Brunner: https://github.com/sbrunner
|
||||||
|
.. _Kilian Koeltzsch: https://github.com/kiliankoe
|
||||||
|
|
||||||
.. _#20: https://github.com/danielquinn/paperless/issues/20
|
.. _#20: https://github.com/danielquinn/paperless/issues/20
|
||||||
.. _#44: https://github.com/danielquinn/paperless/issues/44
|
.. _#44: https://github.com/danielquinn/paperless/issues/44
|
||||||
@ -525,6 +540,10 @@ bulk of the work on this big change.
|
|||||||
.. _#374: https://github.com/danielquinn/paperless/pull/374
|
.. _#374: https://github.com/danielquinn/paperless/pull/374
|
||||||
.. _#375: https://github.com/danielquinn/paperless/pull/375
|
.. _#375: https://github.com/danielquinn/paperless/pull/375
|
||||||
.. _#376: https://github.com/danielquinn/paperless/pull/376
|
.. _#376: https://github.com/danielquinn/paperless/pull/376
|
||||||
|
.. _#384: https://github.com/danielquinn/paperless/issues/384
|
||||||
|
.. _#386: https://github.com/danielquinn/paperless/issues/386
|
||||||
|
.. _#391: https://github.com/danielquinn/paperless/pull/391
|
||||||
|
.. _#390: https://github.com/danielquinn/paperless/pull/390
|
||||||
|
|
||||||
.. _pipenv: https://docs.pipenv.org/
|
.. _pipenv: https://docs.pipenv.org/
|
||||||
.. _a new home on Docker Hub: https://hub.docker.com/r/danielquinn/paperless/
|
.. _a new home on Docker Hub: https://hub.docker.com/r/danielquinn/paperless/
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = (2, 1, 0)
|
__version__ = (2, 2, 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user