paperless-ngx/docs/changelog.rst

32 lines
701 B
ReStructuredText
Raw Normal View History

Changelog
#########
2016-02-11 12:25:00 +00:00
* 0.0.5
* Added support for image files as documents (png, jpg, gif, tiff)
* Added a crude means of HTTP POST for document imports
* Added IMAP mail support
* Added a re-tagging utility
* Documentation for the above as well as data migration
2016-01-28 07:29:25 +00:00
* 0.0.4
* Added automated tagging basted on keyword matching
2016-01-28 08:16:29 +00:00
* Cleaned up the document listing page
* Removed ``User`` and ``Group`` from the admin
2016-01-28 08:22:33 +00:00
* Added ``pytz`` to the list of requirements
2016-01-28 07:29:25 +00:00
2016-01-24 20:15:50 -05:00
* 0.0.3
2016-01-24 20:41:58 -05:00
* Added basic tagging
* 0.0.2
2016-01-24 20:41:58 -05:00
* Added language detection
* Added datestamps to ``document_exporter``.
* Changed ``settings.TESSERACT_LANGUAGE`` to ``settings.OCR_LANGUAGE``.
* 0.0.1
2016-01-24 20:41:58 -05:00
* Initial release