paperless-ngx/docs/changelog.rst

76 lines
2.5 KiB
ReStructuredText
Raw Normal View History

Changelog
#########
2016-02-23 20:30:33 +00:00
* 0.1.1 (master)
* `#53`_: Fixed an annoying bug that caused ``.jpeg`` and ``.JPG`` images
to be imported but made unavailable.
2016-02-21 01:24:30 +00:00
* 0.1.0
* Docker support! Big thanks to `Wayne Werner`_, `Brian Conn`_, and
`Tikitu de Jager`_ for this one, and especially to `Pit`_
who spearheadded this effort.
* A simple REST API is in place, but it should be considered unstable.
* Cleaned up the consumer to use temporary directories instead of a single
scratch space. (Thanks `Pit`_)
* Improved the efficiency of the consumer by parsing pages more intelligently
and introducing a threaded OCR process (thanks again `Pit`_).
* `#45`_: Cleaned up the logic for tag matching. Reported by `darkmatter`_.
* `#47`_: Auto-rotate landscape documents. Reported by `Paul`_ and fixed by
`Pit`_.
* `#48`_: Matching algorithms should do so on a word boundary (`darkmatter`_)
* `#54`_: Documented the re-tagger (`zedster`_)
* `#57`_: Make sure file is preserved on import failure (`darkmatter`_)
* Added tox with pep8 checking
2016-02-14 17:18:28 +00:00
* 0.0.6
2016-02-21 01:24:30 +00:00
* Added support for parallel OCR (significant work from `Pit`_)
* Sped up the language detection (significant work from `Pit`_)
2016-02-14 17:18:28 +00:00
* Added simple logging
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
2016-02-21 01:24:30 +00:00
.. _Wayne Werner: https://github.com/waynew
.. _Brian Conn: https://github.com/TheConnMan
.. _Tikitu de Jager: https://github.com/tikitu
.. _Pit: https://github.com/pitkley
.. _Paul: https://github.com/polo2ro
.. _darkmatter: https://github.com/darkmatter
.. _zedster: https://github.com/zedster
.. _#45: https://github.com/danielquinn/paperless/issues/45
.. _#47: https://github.com/danielquinn/paperless/issues/47
.. _#48: https://github.com/danielquinn/paperless/issues/48
2016-02-23 20:30:33 +00:00
.. _#53: https://github.com/danielquinn/paperless/issues/53
2016-02-21 01:24:30 +00:00
.. _#54: https://github.com/danielquinn/paperless/issues/54
.. _#57: https://github.com/danielquinn/paperless/issues/57