All Versions
30
Latest Version
Avg Release Cycle
14 days
Latest Release
1113 days ago

Changelog History
Page 2

  • v1.5.0

    October 14, 2020
  • v1.5.0.rc1 Changes

    October 11, 2020

    Here it is! Not perfect, but looks pretty good!

    ๐Ÿš€ The major addition of this release is tag management! Here is the whole changelog:

    โž• Added

    • โž• Additional languages included in default configuration of official docker image.
    • ๐Ÿ›  MySQL Support. Fixes #76.
    • ๐Ÿ›  Fixes #150 (Directory Navigation)
    • ๐Ÿ›  Download multiple documents and folders. Fixes #84.
    • ๐Ÿ›  Auto-refresh on upload fixes #126
    • โž• add "--include-user-password" switch to backup scripts
    • include tags into backups
    • ๐Ÿท Tag management (colored tags)
    • Pinnable tags
    • ๐Ÿ‘ Better selection. Selection All/Folders/Documents/Invert Selection/Deselect menu.
    • โš  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.
    • ๐Ÿท Tags per Automate (matching docs will be assigned automate's tags)

    ๐Ÿ”„ Changed

    • โฌ†๏ธ Upgrade to django 3.0.10
    • โฌ†๏ธ Dynamic preferences upgraded to latest 1.10.1 version
    • ๐Ÿ›  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.
    • ๐Ÿ›  Fixes issue #118 - Email Import does not reach INBOX.

    ๐Ÿ“Œ 02-pinned-tags

  • v1.4.5 Changes

    September 29, 2020

    ๐Ÿš€ Minor release which addresses two issues:

    • Issue #118 (Email import does not reach INBOX). Because of typo previous fix did not work.
    • ๐Ÿ”Š Issue #142 ("Check all" checkbox on logs page does nothing)
  • v1.4.4 Changes

    September 28, 2020

    ๐Ÿš€ This minor release contains following improvements:

    • ๐Ÿ›  fixes Email Import Issue
    • ๐Ÿ‘‰ makes main app more flexible by allowing 3rd party apps to add new entries to user menu
  • v1.4.3 Changes

    September 16, 2020

    ๐Ÿš€ Minor release which ships additional fixes:

    • ๐Ÿ›  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.
  • v1.4.2 Changes

    September 06, 2020
    • ๐Ÿ”Š 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

    Screenshot from 2020-09-06 10-26-27
    Screenshot from 2020-09-06 10-26-13

  • v1.4.1 Changes

    August 29, 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

    • ๐Ÿ‘ป Do not rise exception if preview image was not found. Return a generic image instead.
    • ๐Ÿ›  Fix: issue #86 - UI uploader - confusing red color/warning during upload
    • โœจ Enhancement: in case of uploading unsupported format - a descriptive error message will be displayed in uploader
    • ๐Ÿ”ง Documentation updates (especially bare metal installation + server configuration)
  • v1.4.0 Changes

    August 19, 2020

    ๐Ÿ”„ Changed

    • Issue #72 - random changed order
    • Issue #63 - hardcoded OCR_BINARY settings
    • ๐Ÿ“š documentation updates
  • v1.4.0.rc3 Changes

    August 06, 2020

    ๐Ÿ›  One more naughty bug fixed.
    This time it was about importing documents via email.
    ๐Ÿš€ I will keep releasing rc3, rc4, rc5 until all naughty bugs will be fixed - afterwords i will tag release with 1.4.0.
    A big big thank you for community which provided me fantastic feedback!

  • v1.4.0.rc2 Changes

    August 05, 2020

    ๐Ÿณ There was an issue with docker image. I created a new docker image tagged with 1.4.0.rc2. Just to keep everything synced.