Skip to content

Releases: ciur/papermerge

3.2

07 Apr 05:24
Compare
Choose a tag to compare

[3.2] - 2024-04-07

Adds

  • Authorization (permissions, groups)
  • Remote user authentication
  • OIDC authentication with support for any provider (tested with Keycloak, Authentik)

3.1

23 Feb 06:00
Compare
Choose a tag to compare
3.1

[3.1] - 2024-02-23

Adds

  • Support of OAuth2 authentication with Google and GitHub providers
  • Support for OpenLDAP (RFC 4510) authentication
  • Support for node's custom IDs Issue#325
  • Exclude document from OCR Issue#598

Fixes

  • Getting '500 - Internal Server Error' when patching node tags Issue#326
  • papermerge-cli import option --delete without any function Issue#592

3.0.3

01 Feb 05:15
Compare
Choose a tag to compare

[3.0.3] - 2024-02-01

Fixes

  • Logging out doesn't bring up log in dialogue Issue#574
  • Ship spa, ita, fra, ron and por OCR languages data in docker image Issue#586
  • Fix create_token.sh throws an error Issue#314
  • Empty Folder on Second Page Issue#584
  • Include Dutch language OCR data in default docker image
  • Add Gujrati, Hindi and Sanskrit language codes Issue#583

3.0.2

21 Jan 12:27
Compare
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:34
59c0fd3
Compare
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:19
97690e3
Compare
Choose a tag to compare
Update README.md

v2.1.9

01 Apr 06:54
79f1d15
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:37
79f1d15
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:44
79f1d15
Compare
Choose a tag to compare

Backend

[2.1.7] - 2023-03-09

Fixed

  • Restore command fails when using PostgreSQL issue#514

v2.1.5

30 Jan 07:44
79f1d15
Compare
Choose a tag to compare

Backend

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

Frontend

2.1.3 - 2023-01-30

Fixed

  • Wrong breadcrumb path when openening document/folder issue#509
  • Empty page (no save button, no form controls) when adding new user/group issue#513

Misc