Skip to content

Latest commit

 

History

History
243 lines (136 loc) · 7.32 KB

changelog.md

File metadata and controls

243 lines (136 loc) · 7.32 KB

Changelog

[3.3] - 2024-11-yy

Changes

  • logging.yaml location changed from /core_app/logging.yaml to /etc/papermerge/logging.yaml

Adds

  • Document Type
  • Custom Fields per document type
  • List all documents along with custom fields (+ order by custom fields)

[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] - 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] - 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

Adds

  • [UI] Context Missing "Extract Pages" entry Issue#564

[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] - 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

Bug fixes

[3.0] - 2023-12-28

Brand new Papermerge, version 3.0 breaks compatibility with previous versions

[2.1.9] - 2023-04-01

Fixed

  • Fix Papermerge-CLI Uploading Error issue#538

[2.1.8] - 2023-03-16

  • Simplified docker image - ONE docker image for both backend + frontend issue#537

[2.1.7] - 2023-03-09

No significant changes.

[2.1.6] - 2023-03-02

Fixed

  • Restore command fails when using PostgreSQL issue#514

[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

[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

[2.1.1] - 2022-12-17

Added

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

[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.

[2.1.0b5] - 2022-09-22

  • bugfix: read OCR language preferences correctly. See issue#75

[2.1.0b4] - 2022-09-17

Changed

  • 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

[2.1.0b2] - 2022-09-12

Changed

  • Pluggable search engine backends (elasticsearch, solr, xapian, whoosh)
  • Xapian search engine is set by default

[2.1.0b1] - 2022-08-28

Added

  • REST API
  • Download version with OCRed Text
  • Enable/Disabled OCR for certain documents (a.k.a. skip OCR for some docs)
  • OCRmyPDF + pikepdf as PDF management utilities
  • Websocket notifications (via django channels)
  • For IDs use UUIDs instead of integer sequence of numbers
  • Real document versioning (document version is now separate db model)
  • Documents merging
  • Page rotation

Changed

Removed

  • dependency on stapler (replaced with pikepdf)
  • papermerge.search django app
  • traditional django views (replaced with REST API views)

[2.0.0] - 2021-03-31

Changed

  • Issue #354 fixed - scroll not working on search result page
  • Issue #349 fixed - pagination for pinned tags does not work
  • Issue #350 fixed - Umlauts don't work
  • Issue #339 fixed - IMAP import from gmail isn't working
  • Issue #338 fixed - Reflected Cross-Site Scripting (XSS) in Upload Error Messages

[2.0.0.rc38] - 2021-02-28

Changed

  • Issue #311 Fixes upgrade problems (migrations conflicts)
  • Issue #314 Cross-Site Scripting (XSS) in Automation Tags
  • Issue #315 Bug leads to multiple folder creation
  • Issue #316 Cross-Site Scripting (XSS) in Permission Management

[2.0.0.rc35] - 2021-02-01

Papermerge-Core was extracted from PapermergeDMS.

[0.0.1] - 2017-09-10

Initial commit (in this repository).