Releases: ciur/papermerge
Releases · ciur/papermerge
3.4
[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
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
3.2
3.1
3.0.3
[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
3.0.1
v3.0
v2.1.9
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