This repository has been archived by the owner on Feb 19, 2021. It is now read-only.
2.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