paperless/changelog.md

73 lines
1.8 KiB
Markdown
Raw Permalink Normal View History

2024-07-16 06:42:14 +00:00
Changes in version 1.2.3
==========================
- better check for fulltext index, issue warning in settings if fulltext
search is turned off
2024-03-15 09:45:19 +00:00
Changes in version 1.2.2
==========================
- requires SeedDMS 5.1.34 or 6.0.27
2023-11-03 15:43:55 +00:00
Changes in version 1.2.1
==========================
- implement /api/documents/{id}/
2023-10-11 14:39:55 +00:00
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
2023-10-10 10:32:49 +00:00
Changes in version 1.1.5
==========================
- make it work with paperless mobile >=3.0.2
- fix downloading of original document
2023-09-30 15:23:49 +00:00
Changes in version 1.1.4
==========================
- fix regression in searching documents
2023-05-30 08:08:10 +00:00
Changes in version 1.1.3
==========================
- fix color of labels
- return json array with element `non_field_errors` when login with
token failed
2023-09-06 13:12:44 +00:00
- convert none pdf documents to pdf when downloading them (must be
configured)
2023-05-30 08:08:10 +00:00
2023-05-02 08:15:20 +00:00
Changes in version 1.1.2
==========================
- date of modification is taken from upload date of version
2023-05-11 07:54:11 +00:00
- add filtering by modification date
2023-05-02 08:15:20 +00:00
- support sorting by correspondent
2023-05-11 07:54:11 +00:00
- show warning on settings page if jwt secret is not set
2023-05-02 08:15:20 +00:00
2023-04-20 08:44:12 +00:00
Changes in version 1.1.1
==========================
- some more logging
- rename class.Paperless.php to class.PaperlessView.php
Changes in version 1.1.0
2023-02-18 14:42:41 +00:00
==========================
2023-02-21 12:10:50 +00:00
- add support for correspondents and document types
2023-02-18 14:42:41 +00:00
- use document id as archive serial number
2023-03-09 16:32:44 +00:00
- return only released documents
2023-03-15 13:23:18 +00:00
- add experimental support for searching for similar docs
2023-02-18 14:42:41 +00:00
2022-12-10 10:25:22 +00:00
Changes in version 1.0.0
==========================
- Initial version