Releases: papermerge/papermerge-core
Releases · papermerge/papermerge-core
v2.1.9
[2.1.9] - 2023-04-01
Fixed
v2.1.8
This release does not add any application feature or bugfix, instead it simplifies the docker image. Starting with 2.1.8 version, papermerge/papermerge docker image includes static assets, (UI) and websockets server; this basically hides from docker image users such details as separation of frontend from the backend.
For more details on how to use new docker image see:
[2.1.8] - 2023-03-18
- Simplified docker image - ONE docker image for both backend + frontend issue#537
v2.1.7
[2.1.7] - 2023-03-09
Fixed
- Restore command fails when using PostgreSQL issue#514
v2.1.5
[2.1.5] - 2023-01-30
Fixed
- Fix backup/restore utility to work with latest version of Papermerge DMS (i.e. 2.1.x) issue#508
- Wrong breadcrumb path when openening document/folder issue#509
v2.1.4
[2.1.4] - 2023-01-03
Fixed
[2.1.3] - 2023-01-01
Removed
- Remove the dependency on mptt/polymorphic/polymorphic_tree packages issue#501
Added
- Support for Folder+Subfolder (recursive) Import issue#165
- Per-User Import Folders issue#325
Fixed
- Pagination should show correct current page issue#487
[2.1.2] - 2022-12-24
Fixed
- Inbox shows wrong number of items issue#497
- Do not allow folders and documents with same title under same parent issue#498
v2.1.1
[2.1.1] - 2022-12-17
Added
- Use OCRmyPDF deskew feature/flag i.e. OCR process will deskew crooked pages issue#494

v2.1.0
[2.1.0] - 2022-12-12
There are no bug fixes or features added in this release. This release
contains only adjustments to REST API so that it is possible now to generate practical
rest api clients.
Docker images:
v2.1.0b5
[2.1.0b5] - 2022-09-22
Changed
- bugfix: read OCR language preferences correctly. See issue#75
- bugfix: Correctly delete user data on document delete (and/or on user delete) issue#485
and issue#484
- bugfix: issue#478 - Add INDEX_NAME to HAYSTACK_CONNECTIONS for elasticsearch
- security: issue#57 IDOR vulnerability fixed
v2.1.0b3
Remove hard dependency on elasticsearch, instead allow configuration of different search engine backends. At this moment four different
search engines are possible:
Xapian search engine is used by default.