This repository has been archived by the owner on Feb 19, 2021. It is now read-only.
1.0.0
Because by this point Paperless is stable enough to have a major version.
Changes in this release:
- Upgrade to Django 1.11. You'll need to run
pip install -r requirements.txt
after the usualgit pull
to
properly update. - Replace the templatetag-based hack we had for document listing in favour of a slightly less ugly solution in the form of another template tag with less copypasta.
- Support for multi-word-matches for auto-tagging thanks to an excellent patch from @ishirav #277
- Fixed a CSS bug reported by @xkpd3 that caused an overlapping of the text and checkboxes under some resolutions #272.
- Patched the Docker config to force the serving of static files. Credit for this one goes to @dev-rke via #248.
- Fix file permissions during Docker start up thanks to @pitkley on #268.
- Date fields in the admin are now expressed as HTML5 date fields thanks to @Findus23's issue #278.