Skip to content

Releases: ciur/papermerge

3.4

02 Feb 05:40
Compare
Choose a tag to compare

[3.4] - 2025-02-02

Changes

  • pyproject.toml upgraded for poetry 2.0
  • in document details view, values of document type dropdown are sorted alphabetically and autocomplete
  • in "new document type" modal dialog, custom field dropdown is sorted alphabetically
  • Fixes blocking bug in "view by document type" which resulted values displayed in wrong columns
  • Fixes "No Visual Feedback on Wrong Credentials" Issue#579
  • Fix following problem: it is not possible to delete a tag if it was attached to a node
  • Fix following problem: it is not possible to delete node if it has attached tag

Adds

  • Column sorting and filtering in document type list view
  • Column sorting and filtering in custom field list view
  • Column sorting and filtering in tags list view
  • Minor UX improvements: notification messages on custom field and document type CRUD
    operations
  • For Macintosh users: when in dual panel mode with one panel command + document type,
    user can open docs in other panel by pressing Alt key while clicking on the document
    title (in commander)

3.3.1

19 Jan 07:17
Compare
Choose a tag to compare

This release notes includes both changes in 3.3.1 and 3.3.

Version 3.3 brings:

  • Custom fields
  • Document Types (i.e. Categories)
  • New UI (with dark/light modes support)
  • Path Templates (via Jinja2)

Version 3.3.1 fixes blocking issue where modal dialogs are shown offseted - which renders application unusable.
But is mentioned here: #643 and here: papermerge/papermerge-core#574

To quickly test basic setup use (username: admin):

docker run -p 12000:80 \
    -e PAPERMERGE__SECURITY__SECRET_KEY=abc \
    -e PAPERMERGE__AUTH__PASSWORD=pass123 \
    papermerge/papermerge:3.3.1

papermerge3-3

3.2

07 Apr 05:24
Compare
Choose a tag to compare
3.2

[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