github eikek/docspell v0.26.0
Docspell 0.26.0

latest releases: nightly, v0.41.0, v0.40.0...
2 years ago

Changelog • DocumentationMilestone

Hi all! This release comes with some nice features that have been in the queue for a long time. Here is a quick list:

  • Add ability to merge items (#414). You can now select multiple items and merge them all into one. The first item in the list is the target item, all others are deleted after a successful merge. The webapp allows to reorder this list, of course.
  • Add option to only import attachments of e-mails (#983).
  • Improve Manage Data page by sorting the tables (#965, #538)
  • Allow wildcard searches in queries using attach.id (#971). Before you would have to specify the complete id. This is inconvenient when using from the command line client.
  • Add Hebrew to the document languages (#1027, thans @wallace11). Please note, that the SOLR support is very basic for this language.
  • Add a periodic task to check for Docspell updates (#990). Let's you check periodically for new versions of docspell. It uses an existing user account and its mail settings to send an e-mail.
  • Show the link to an item and its attachments as a QR code in item details (#836). This might be useful when you want to attach this link to physical devices.
  • The search menu highlights the sections that contain active filters (#966)
  • Safe deletion of items (#347). When deleting items, they are now marked as deleted and can therefore be restored. A periodic job will really delete them from the database eventually.
  • Improves German translation (#985, thanks @monnypython)
  • Remove the scripts in tools/ since these are now obsolete. The new command line interface covers these features now. Note that the docker images are also NOT built anymore. The directory still exits and is still a place for scripts and little tooling around docspell.
  • Fixes a regression where the browser would not display the pdf (#975)
  • Fixes the health checks in the docker setup (#976)
  • Fixes an issue with text extraction for Japanese documents where numbers were extracted as special unicode points (#973). This only affects the docker setup, when not using the docker images you need to setup tesseract to use different training data for Japanese.

The dsc tool has also been improved, thanks to @seijikun.

Please see the Changelog for more details, the http api changed and the config file for joex has new stuff in it.

Don't miss a new docspell release

NewReleases is sending notifications on new releases.