Releases: papermerge/papermerge-core
v2.1.7
v2.1.5
v2.1.4
v2.1.1
v2.1.0
[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:
v2.1.0b5
[2.1.0b5] - 2022-09-22
Changed
v2.1.0b3
v2.1.0b1
Actually, it is safe to say that Papermerge was entirely rewritten - that's why this release took 18 months to reach beta!
In any case, here is in nutshell what's new:
What's New
- all js/css/html code was extracted into separate frontend application
- backend is fully RESTul
- REST API documentation (so called openapi schema) is generated from code
- backend is kubernetes ready (i.e. can be configured via environment variables) - basically application is now cloud native ;)
- download searchable PDFs
- use OCRmyPDF to extract OCR data
- use elasticsearch as search engine
- pages can be rotated
- two documents can be merged into one
What's was Temporary Removed
Well, there are some parts which didn't make it to this version, but will make it in next releases:
- automates
- metadata
- document sharing between users
What was Removed
All code related to importing documents (import from IMAP account or local folder) was removed from backend. Any sort of document importing feature e.g. from IMAP account, S3 account, FTP account, local folder etc etc and will be provided via 3rd parties which will implement import specific code and upload document via Papermerge REST API to be backend server.
Basically importing documents from X, or Y (e.g. x=S3 location, Y=IMAP account) will be implemented by external applications.
Play Time
In order to quickly start Papermerge 2.1.0b1 locally use docker compose as described in documentation
Docker images are available on:
Enjoy!
Version 2.0.1
Bump django dependency version from 3.1.7 to 3.2
Version 2.0.0
Ladies & Gentlemen,
I am happy to announce the arrival of Papermerge 2.0 🎉
Among others, this release fixes following issues:
- 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