Paperless v2.7.0 Release Notes

Release Date: 2019-01-27 // about 5 years ago
    • @syntonym submitted a pull request to catch IMAP connection errors #475.
    • ๐Ÿณ @sbrunner added psycopg2 to the Pipfile #489. He also fixed a syntax error in docker-compose.yml.example #488 and added DjangoQL, which allows a litany of handy search functionality #492.
    • ๐ŸŽ @CkuT and @MasterofJOKers hacked out a simple, but super-helpful optimisation to how the thumbnails are served up, improving performance considerably #481.
    • @tsia added a few fields to the tags REST API. #483.
    • ๐Ÿ“š @cribbstechnologies improved the documentation to help people using Paperless over NFS #484.
    • ๐Ÿ“š @bmsleight updated the documentation to include a note for setting the DEBUG value. The paperless.conf.example file was also updated to mirror the project defaults.

Previous changes from v2.6.0

    • ๐Ÿ‘ Allow an infinite number of logs to be deleted. Thanks to @Ulli2k for noting the problem in #433.
    • ๐Ÿ›  Fixed the RecentCorrespondentsFilter correspondents filter that was added in 2.4 to play nice with the defaults. Thanks to @tsia and @Sblop who pointed this out. #423.
    • โšก๏ธ Updated dependencies to include (among other things) a security patch to requests.
    • Fix text in sample data for tests so that the language guesser stops thinking that everything is in Catalan because we had Lorem ipsum in there.
    • ๐Ÿ‘‰ Tweaked the gunicorn sample command to use filesystem paths instead of Python paths. #441
    • โž• Added pretty colour boxes next to the hex values in the Tags section, thanks to a pull request from @jat255 #442.
    • โž• Added a .editorconfig file to better specify coding style.
    • ๐Ÿ“œ @jat255 also added some logic to tie Paperless' date guessing logic into how it parses file names on import. #440