mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
[skip ci] Changelog update
commit 7a12f84cace09f4c0503ef6475608eee68986305 Author: Quinn Casey <quinn@quinncasey.com> Date: Wed Mar 2 09:55:56 2022 -0800 Update to PR 200 commit 689310678f2e53bc6600e49faeb49668449a5657 Author: Quinn Casey <quinn@quinncasey.com> Date: Tue Mar 1 14:51:27 2022 -0800 Proper tense commit f42ce25fe770609a4f0bea7342cb4b8b48c84a4d Author: Quinn Casey <quinn@quinncasey.com> Date: Tue Mar 1 14:50:31 2022 -0800 Add PR 168 commit 95cae8f7eabfa4623f1190bfe004056dccf51bfb Author: Quinn Casey <quinn@quinncasey.com> Date: Tue Mar 1 14:47:27 2022 -0800 Update to PR 192 commit 0cad422be33412a87cdfe0ca208db72fc75a9098 Author: Quinn Casey <quinn@quinncasey.com> Date: Tue Feb 22 09:21:46 2022 -0800 Update to PR 131 commit 01eb86c242bbe6cc0768012b68e5bb55adcf84f9 Author: Quinn Casey <quinn@quinncasey.com> Date: Fri Feb 18 11:15:21 2022 -0800 Added more people commit 29c2d714747201daeb7191f54602d3a792194657 Author: Quinn Casey <quinn@quinncasey.com> Date: Fri Feb 18 10:50:11 2022 -0800 Update changelog up to PR 91 commit f17f237b41ff0d6ff6746e0efe64a91d38b21f7a Author: Quinn Casey <quinn@quinncasey.com> Date: Thu Feb 17 10:21:36 2022 -0800 Remove trailing whitespace commit 34f28195261846261849378b6839a075a926e28d Author: Quinn Casey <quinn@quinncasey.com> Date: Thu Feb 17 10:07:10 2022 -0800 Update changelog up to PR 77
This commit is contained in:
parent
6b5c89b6f8
commit
2324f91622
@ -5,6 +5,50 @@
|
||||
Changelog
|
||||
*********
|
||||
|
||||
paperless-ngx 1.6.0
|
||||
###################
|
||||
|
||||
This is the first release of the revived paperless-ngx project 🎉. Thank you to everyone on the paperless-ngx team for your initiative and excellent teamwork!
|
||||
|
||||
Version 1.6.0 merges several pending PRs from jonaswinkler's repo and includes new feature updates and bug fixes. Major backend and UI changes include:
|
||||
|
||||
* Updated docs, scripts, CI, and containers to paperless-ngx.
|
||||
* Updated Python and Angular dependencies.
|
||||
* Dropped support for Python 3.7.
|
||||
* Dropped support for Ansible playbooks (thanks `@slankes`_ #109). If someone would like to continue supporting them, please see the `ansible repo`_.
|
||||
* Python code is now required to use Black formatting (thanks `@kpj`_ #168).
|
||||
* `@tribut`_ added support for a custom SSO logout redirect (jonaswinkler#1258). See ``PAPERLESS_LOGOUT_REDIRECT_URL``.
|
||||
* `@shamoon`_ added a loading indicator when document list is reloading (jonaswinkler#1297).
|
||||
* `@shamoon`_ improved the PDF viewer on mobile (#2).
|
||||
* `@shamoon`_ added 'any' / 'all' and 'not' filtering with tags (#10).
|
||||
* `@shamoon`_ added warnings for unsaved changes, with smart edit buttons (#13).
|
||||
* `@benjaminfrank`_ enabled a non-root access to port 80 via systemd (#18).
|
||||
* `@amenk`_ fixed the search box overlay menu on mobile (#32).
|
||||
* `@dblitt`_ updated the login form to not auto-capitalize usernames (#36).
|
||||
* `@evilsidekick293`_ made the worker timeout configurable (#37). See ``PAPERLESS_WORKER_TIMEOUT``.
|
||||
* `@Nicarim`_ fixed downloads of UTF-8 formatted documents in Firefox (#56).
|
||||
* `@mweimerskirch`_ sorted the language dropdown by locale (#78).
|
||||
* `@mweimerskirch`_ enabled the Czech (#83) and Danish (#84) translations.
|
||||
* `@cschmatzler`_ enabled specifying the webserver port (#124). See ``PAPERLESS_PORT``.
|
||||
* `@muellermartin`_ fixed an error when uploading transparent PNGs (#133).
|
||||
* `@shamoon`_ created a slick new logo (#165).
|
||||
* `@tim-vogel`_ fixed exports missing groups (#193).
|
||||
|
||||
Thank you to the following people for their documentation updates, fixes, and comprehensive testing:
|
||||
|
||||
`@m0veax`_, `@a17t`_, `@fignew`_, `@muued`_, `@bauerj`_, `@isigmund`_, `@denilsonsa`_, `@mweimerskirch`_, `@alexander-bauer`_, `@apeltzer`_, `@tribut`_, `@yschroeder`_, `@gador`_, `@sAksham-Ar`_, `@sbrunner`_, `@philpagel`_, `@davemachado`_, `@2600box`_, `@qcasey`_, `@Nicarim`_, `@kpj`_, `@filcuk`_, `@Timoms`_, `@mattlamb99`_, `@padraigkitterick`_, `@ajkavanagh`_, `@Tooa`_, `@Unkn0wnCat`_, `@pewter77`_, `@stumpylog`_, `@Toxix`_, `@azapater`_, `@jschpp`_
|
||||
|
||||
Another big thanks to the people who have contributed translations:
|
||||
|
||||
* Michel Weimerskirch (michel_weimerskirch) suggested 31 translations into French and Luxembourgish.
|
||||
* jo.vandeginste suggested 21 translations into Dutch.
|
||||
* Lars Sørensen (Lrss) suggested 486 translations into Danish.
|
||||
* Alex (Sky-Dragon) voted for 46 translations in German.
|
||||
* Yannic Schröder (yschroeder) suggested 14 translations into German.
|
||||
* David Morais Ferreira (DavidMoraisFerreira) voted for 10 translations in Portuguese and Luxembourgish.
|
||||
* David Morais Ferreira (DavidMoraisFerreira) suggested 88 translations into French, German, Portuguese, Portuguese, Brazilian and Luxembourgish.
|
||||
* 汪泠沣 (wlfcss) suggested 13 translations into Chinese Traditional.
|
||||
|
||||
paperless-ng 1.5.0
|
||||
##################
|
||||
|
||||
@ -1483,6 +1527,49 @@ bulk of the work on this big change.
|
||||
.. _Brian Cribbs: https://github.com/cribbstechnolog
|
||||
.. _Brendan M. Sleight: https://github.com/bmsleight
|
||||
.. _Daniel Albers: https://github.com/AlD
|
||||
.. _@shamoon: https://github.com/shamoon
|
||||
.. _@amenk: https://github.com/amenk
|
||||
.. _@dblitt: https://github.com/dblitt
|
||||
.. _@evilsidekick293: https://github.com/evilsidekick293
|
||||
.. _@m0veax: https://github.com/m0veax
|
||||
.. _@fignew: https://github.com/fignew
|
||||
.. _@muued: https://github.com/muued
|
||||
.. _@isigmund: https://github.com/isigmund
|
||||
.. _@denilsonsa: https://github.com/denilsonsa
|
||||
.. _@sAksham-Ar: https://github.com/sAksham-Ar
|
||||
.. _@philpagel: https://github.com/philpagel
|
||||
.. _@davemachado: https://github.com/davemachado
|
||||
.. _@2600box: https://github.com/2600box
|
||||
.. _@qcasey: https://github.com/qcasey
|
||||
.. _@kpj: https://github.com/kpj
|
||||
.. _@mweimerskirch: https://github.com/mweimerskirch
|
||||
.. _@filcuk: https://github.com/filcuk
|
||||
.. _@FrankStrieter: https://github.com/FrankStrieter
|
||||
.. _@tribut: https://github.com/tribut
|
||||
.. _@yschroeder: https://github.com/yschroeder
|
||||
.. _@gador: https://github.com/gador
|
||||
.. _@Nicarim: https://github.com/Nicarim
|
||||
.. _@bauerj: https://github.com/bauerj
|
||||
.. _@a17t: https://github.com/a17t
|
||||
.. _@alexander-bauer: https://github.com/alexander-bauer
|
||||
.. _@apeltzer: https://github.com/apeltzer
|
||||
.. _@Timoms: https://github.com/Timoms
|
||||
.. _@sbrunner: https://github.com/sbrunner
|
||||
.. _@slankes: https://github.com/slankes
|
||||
.. _@mattlamb99: https://github.com/mattlamb99
|
||||
.. _@padraigkitterick: https://github.com/padraigkitterick
|
||||
.. _@ajkavanagh: https://github.com/ajkavanagh
|
||||
.. _@Tooa: https://github.com/Tooa
|
||||
.. _@Unkn0wnCat: https://github.com/Unkn0wnCat
|
||||
.. _@pewter77: https://github.com/pewter77
|
||||
.. _@cschmatzler: https://github.com/cschmatzler
|
||||
.. _@muellermartin: https://github.com/muellermartin
|
||||
.. _@stumpylog: https://github.com/stumpylog
|
||||
.. _@Toxix: https://github.com/Toxix
|
||||
.. _@benjaminfrank: https://github.com/benjaminfrank
|
||||
.. _@azapater: https://github.com/azapater
|
||||
.. _@tim-vogel: https://github.com/tim-vogel
|
||||
.. _@jschpp: https://github.com/jschpp
|
||||
|
||||
.. _#20: https://github.com/the-paperless-project/paperless/issues/20
|
||||
.. _#44: https://github.com/the-paperless-project/paperless/issues/44
|
||||
@ -1595,3 +1682,4 @@ bulk of the work on this big change.
|
||||
.. _a new home on Docker Hub: https://hub.docker.com/r/danielquinn/paperless/
|
||||
.. _optipng: http://optipng.sourceforge.net/
|
||||
.. _DjangoQL: https://github.com/ivelum/djangoql
|
||||
.. _ansible repo: https://github.com/paperless-ngx/paperless-ngx-ansible
|
Loading…
x
Reference in New Issue
Block a user