Skip to content

Releases: papermerge/papermerge-core

3.0.2

21 Jan 12:26
ca495dd

Choose a tag to compare

[3.0.2] - 2024-01-21

Fixes

  • Fix create_user to work with MySql/MariaDB/sqlite3 Issue#579
  • Fix Error / Internal Server Error Issue#581
  • Fix Error thrown after successful login Issue#307
  • Fix wrong download URL for document version in viewer
  • Fix nodes pagination (num_pages int rounded up instead of down)

3.0.1

13 Jan 09:31
ba1b048

Choose a tag to compare

[3.0.1] - 2024-01-13

Fixed

  • Django ORM leaves DB connections open Issue#575
  • Add extra language codes Issue#571
  • Create user/home/folder in one DB transaction Issue#572

v3.0

29 Dec 08:20

Choose a tag to compare

fix workflow

v2.1.9

01 Apr 06:52

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

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

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

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

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

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

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: