Docspell v0.15.0 Release Notes

Release Date: 2020-11-15 // over 3 years ago
  • ๐Ÿ“š Changelog โ€ข Documentation

    ๐Ÿ›  This release adds the "preview feature", where a thumbnail of the first page of each attachment can be shown in the overview. Additional there are some bugfixes and UI improvements.

    ๐Ÿ‘€ โ„น๏ธ Docspell will start creating preview images for all your files when starting. If you don't see all of them immediatly, wait some time until they have been all created. It starts with newest files, so you should see some images shortly.

    ๐Ÿฑ โ„น๏ธ Existing users must (if wanted) enable the preview feature in the user ui settings.

    • ๐Ÿ”‹ Feature: create a thumbnail of every file. The scale factor can be configured in the config file. The user can choose in the ui, what size to display and whether to display it or not. (#327)
    • ๐Ÿ”‹ Feature: Display the number of pages in the overview (#325)
    • ๐Ÿ”‹ Feature: Extend the upload request to allow to specify a file filter and a list of tags (#346, #385):
      • file filter: this is a glob that selects files when an archive file (a zip or e-mail file) is uploaded
      • tag list: allows to specify a list of tags that are automatically set on the item that is being created
      • these two settings are added to the scan-mailbox form and the source-form
    • ๐Ÿ”‹ Feature: Filter mails to import by subject (#384)
    • ๐Ÿ”‹ Feature: Add quick links to item-detail and overview to jump to a specific search view; e.g. click on correspondent takes you to the overview with this correspondent selected in the search menu (#355)
    • ๐Ÿ‘Œ Improved css assets (#349)
      • Moved from Semantic-UI to Fomantic-UI, which is an actively maintained fork of the former
      • Removed the request to obtain a google font. Now you can use docspell without hassle in environments without internet connection
      • jquery could be dropped as a js dependency
    • ๐Ÿ‘Œ Improved ui for multi select mode when selecting items
    • ๐Ÿ›  Fix a bug when creating new scan-mailbox settings (#382)
    • ๐Ÿ›  Fix a build issue that resulted in missing scripts in the tools zip file.
    • ๐Ÿ›  Fix a bug that added the .pdf extension twice. The filename can now be defined in the config file. (#397)

    ๐Ÿ“„ There were changes to the http endpoints and additional config values; please checkout the Changelog for details.