Skip to content

Releases: papermerge/papermerge-core

v3.0

29 Dec 08:20
Compare
Choose a tag to compare
fix workflow

v2.1.9

01 Apr 06:52
Compare
Choose a tag to compare

[2.1.9] - 2023-04-01

Fixed

  • Fix Papermerge-CLI Uploading Error issue#538

v2.1.8

18 Mar 08:34
Compare
Choose a tag to compare

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

09 Mar 19:41
Compare
Choose a tag to compare

[2.1.7] - 2023-03-09

Fixed

  • Restore command fails when using PostgreSQL issue#514

v2.1.5

30 Jan 07:38
Compare
Choose a tag to compare

[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

05 Jan 05:34
Compare
Choose a tag to compare

[2.1.4] - 2023-01-03

Fixed

  • Worker infinite loop index updates issue#502

[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

17 Dec 10:41
de7c135
Compare
Choose a tag to compare

[2.1.1] - 2022-12-17

Added

  • Use OCRmyPDF deskew feature/flag i.e. OCR process will deskew crooked pages issue#494

before-after

v2.1.0

12 Dec 06:33
Compare
Choose a tag to compare

[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

22 Sep 18:10
baa9ac7
Compare
Choose a tag to compare

[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

12 Sep 18:53
79258c3
Compare
Choose a tag to compare

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.