mirror of
https://codeberg.org/SeedDMS/paperless
synced 2024-11-26 07:22:08 +00:00
1.8 KiB
1.8 KiB
Changes in version 1.3.0
- add page listing stored views
Changes in version 1.2.3
- better check for fulltext index, issue warning in settings if fulltext search is turned off
Changes in version 1.2.2
- requires SeedDMS 5.1.34 or 6.0.27
Changes in version 1.2.1
- implement /api/documents/{id}/
Changes in version 1.2.0
- add filtering 'not set' or 'any value' for correspondent
- editing meta data can set correspondent
- create list of storage paths from path of folders
- turn off facets in route 'statistics'
- saved views can be changed
- fix getting number of documents in inbox
Changes in version 1.1.5
- make it work with paperless mobile >=3.0.2
- fix downloading of original document
Changes in version 1.1.4
- fix regression in searching documents
Changes in version 1.1.3
- fix color of labels
- return json array with element
non_field_errors
when login with token failed - convert none pdf documents to pdf when downloading them (must be configured)
Changes in version 1.1.2
- date of modification is taken from upload date of version
- add filtering by modification date
- support sorting by correspondent
- show warning on settings page if jwt secret is not set
Changes in version 1.1.1
- some more logging
- rename class.Paperless.php to class.PaperlessView.php
Changes in version 1.1.0
- add support for correspondents and document types
- use document id as archive serial number
- return only released documents
- add experimental support for searching for similar docs
Changes in version 1.0.0
- Initial version