This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
Paperless-ng 0.9.10
Pre-release
Pre-release
jonaswinkler
released this
31 Dec 01:43
·
1703 commits
to master
since this release
-
Bulk editing
- Thanks to Michael Shamoon, we've got a new interface for the bulk editor.
- There are some configuration options in the settings to alter the behavior.
-
Other changes and additions
- Thanks to zjean, paperless now publishes a webmanifest, which is useful for adding the application to home screens on mobile devices.
- The Paperless-ng logo now navigates to the dashboard.
- Filter for documents that don't have any correspondents, types or tags assigned.
- Tags, types and correspondents are now sorted case insensitive.
- Lots of preparation work for localization support.
-
Fixes
- Added missing dependencies for Raspberry Pi builds.
- Fixed an issue with plain text file consumption: Thumbnail generation failed due to missing fonts.
- An issue with the search index reporting missing documents after bulk deletes was fixed.
- Issue with the tag selector not clearing input correctly.
- The consumer used to stop working when encountering an incomplete classifier model file.
Note:
The bulk delete operations did not update the search index. Therefore, documents that you deleted remained in the index and caused the search to return messages about missing documents when searching. Further bulk operations will properly update the index.
However, this change is not retroactive: If you used the delete method of the bulk editor, you need to reindex your search index by running the management command document_index with the argument reindex.