|
1 | 1 | Changelog
|
2 | 2 | #########
|
3 | 3 |
|
| 4 | +2.2.0 |
| 5 | +===== |
| 6 | + |
| 7 | +* Thanks to `dadosch`_ and `Wolfgang Mader`_, this is the first version of |
| 8 | + Paperless that supports Django 2.0! As a result of their hard work, you can |
| 9 | + now also run Paperless on Python 3.7 as well: `#386`_ & `#390`_. |
| 10 | +* `Stéphane Brunner`_ added a few lines of code that made tagging interface a lot |
| 11 | + easier on those of us with lots of different tags: `#391`_. |
| 12 | +* `Kilian Koeltzsch`_ noticed a bug in how we capture & automatically create |
| 13 | + tags, so that's fixed now too: `#384`_. |
| 14 | + |
4 | 15 | 2.1.0
|
5 | 16 | =====
|
6 | 17 |
|
@@ -451,6 +462,10 @@ bulk of the work on this big change.
|
451 | 462 | .. _mcronce: https://github.com/mcronce
|
452 | 463 | .. _Enno Lohmeier: https://github.com/elohmeier
|
453 | 464 | .. _Mark McFate: https://github.com/SummittDweller
|
| 465 | +.. _dadosch: https://github.com/dadosch |
| 466 | +.. _Wolfgang Mader: https://github.com/wmader |
| 467 | +.. _Stéphane Brunner: https://github.com/sbrunner |
| 468 | +.. _Kilian Koeltzsch: https://github.com/kiliankoe |
454 | 469 |
|
455 | 470 | .. _#20: https://github.com/danielquinn/paperless/issues/20
|
456 | 471 | .. _#44: https://github.com/danielquinn/paperless/issues/44
|
@@ -525,6 +540,10 @@ bulk of the work on this big change.
|
525 | 540 | .. _#374: https://github.com/danielquinn/paperless/pull/374
|
526 | 541 | .. _#375: https://github.com/danielquinn/paperless/pull/375
|
527 | 542 | .. _#376: https://github.com/danielquinn/paperless/pull/376
|
| 543 | +.. _#384: https://github.com/danielquinn/paperless/issues/384 |
| 544 | +.. _#386: https://github.com/danielquinn/paperless/issues/386 |
| 545 | +.. _#391: https://github.com/danielquinn/paperless/pull/391 |
| 546 | +.. _#390: https://github.com/danielquinn/paperless/pull/390 |
528 | 547 |
|
529 | 548 | .. _pipenv: https://docs.pipenv.org/
|
530 | 549 | .. _a new home on Docker Hub: https://hub.docker.com/r/danielquinn/paperless/
|
0 commit comments