Skip to content

Latest commit

 

History

History
153 lines (103 loc) · 4.34 KB

changelog.rst

File metadata and controls

153 lines (103 loc) · 4.34 KB

Changelog

[1.4.3] - 16 September 2020

Changed

  • Fixes issue #120 REST API fails when uploading a document
  • Issue #114 Worker container use environment variables for DB
  • For backup/restore scripts --user argument is optional. Without --user argument backup command will backup all users' documents.
  • Extra check (./manage.py check) for IMAP credentials. In case IMAP settings are not correct, ./manage.py check will issue a warning message. Also imap import will complain if IMAP credentials are incorrect. Extra detailed debugging messages for IMAP import.

[1.4.2] - 6 September 2020

Added

  • UI logs. A mini-feature. It helps user to troubleshoot/get feedback from not

    directly visible processes like running automates or background OCRing of the docs

  • Automates match by txt not by hocr file
  • Clipboard bugfixes
  • Display current version at the lower/right bottom
  • Bug fixes

[1.4.1] - 29 August 2020

Removed

  • startetc command was removed.

Added

- Optimizations/performance issues - browsing folder with many files (> 200)

was improved significantly (5x). Also, /browse/ request time will not linearly grow with increased number of files.

Changed

[1.4.0] - 19 August 2020

Changed

  • Issue #72 - random changed order
  • Issue #63 - hardcoded OCR_BINARY settings
  • documentation updates

[1.4.0.rc1] - 4 August 2020

Added

  • Automates <automation> (of metadata extraction, document routing, page extraction)
  • AdminLTE3/Bootstrap based own UI
  • Backup/Restore <backup_restore> feature. Feature implemented by @frenos
  • Added support for JPEG, PNG, TIFF images

Changed

  • Metadata details are now displayed/edited on specialized right side panel (instead of modals)

Removed

  • Customized Django Admin app named boss. Thus, UI is no longer Django Admin based.

[1.3.0] - 25 June 2020

Added

  • Metadata (per Folder/Document/Page)
  • Built-in worker (./manage.py worker - command)

Changed

  • SQLite is default database (Postresql is now optional, available via Plugin)
  • Support for OCR on all languages
  • Refactoring: all static assets moved into boss/static directory. This change simplifies initial project setup (no need to clone yet another repo)
  • Read configurations from /etc/papermerge.conf.py or ./papermerge.conf.py
  • Refactoring: endpoint extracted from pmworker into mglib.path.DocumentPath and mglib.path.PagePath
  • Save last sorting mode in file browser - via save_last_sort cookie

[1.2.0] - 10 Apr 2020

Added

  • Delete pages
  • Reorder pages within the document
  • Cut/Paste document from one document into another
  • Paste pages into new document instance

Changed

[1.1.0] - 14 Feb 2020

Added

Changed

[1.0.0] - 7 Feb 2020

Open sourced version is more or less stable.

[0.5.0] - 6 Jan 2020

Project open sourced (also with lots of refactoring)

[0.0.1] - 10 Sept 2017

Initial commit. Project started as hobby project. It was named vermilion, digilette and only later papermerge.