Skip to content

Releases: ciur/papermerge

Version 2.0.0.rc43

04 Mar 06:55
Compare
Choose a tag to compare

This patch release brings following:

  • Fix for issue #324 fixes pagination inside folder problem
  • Fix for issue #314 fixes Cross-Site Scripting (XSS) in Automation Tags
  • Fix for issue #315 - bug leads to multiple folder creation
  • Fix for issue #316 - Cross-Site Scripting (XSS) in Permission Management
  • Fix for issue #323 - roles: folder permissions

Version 2.0.0.rc38

28 Feb 05:38
Compare
Choose a tag to compare

This patch release fixes upgrade problems which were caused by conflicting migrations. Besides upgrade issue it also fixes couple of XSS problems and folder creation bug:

  • 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

Version 2.0.0.rc35

25 Feb 08:12
Compare
Choose a tag to compare

Meet the latest and the greatest, Papermerge almost version 2.0.0!

New improvements:

  • User interface improvements - modern, desktop like UI
  • Apps support (document parts/satellites architecture)
  • UI preferences - user can set timezone, date, time format from UI: user -> preferences
  • Import Pipeline - flexible import framework - thanks to Francesco
  • Email inbox enhancement (IMPORT_MAIL_BY_USER) - thanks to Francesco
  • No more pdftk dependency. For pdf operations will use stapler instead.
  • Roles - quicker way to assign set of permissions for a given user
  • Document versions (all changes on the document are non-distructively saved)
  • User can manually re-run automates
  • User can manually re-start OCR for selected documents
  • In document viewer user can see OCRed page text

document-management-system-screenshot

Version 1.5.5

27 Dec 15:15
Compare
Choose a tag to compare

This is a minor update which fixes following issues:

  • Fixes #271 - XSS on tag's description field.
  • No more failing test in ./run_tests.sh see #272 for details
  • Fixes #198 - docker compose configuration uses redis for message broker

The point of this release is actually to update docker-compose files to use redis message broker instead of file system based one. Using redis message broker fixes the issue #198.

Version 1.5.4

23 Dec 06:35
Compare
Choose a tag to compare

This minor release bring following fixes:

  • Fix for #261 - docker-compose sample doesn't set-up fully
  • Fix for #241 - App Docker Tag 1.5.3 seems to be the worker?
  • Fix for #237 - Cannot rename folder
  • Fix for #239 - Adjusting size of sign-in button
  • Fix for #243 - Automates Screen max items
  • Fix for #257 - Using browser back/foward navigation causes json strings to be displayed instead of documents.

Version 1.5.3

01 Dec 11:40
Compare
Choose a tag to compare

Fixes #237 issue (renaming problem).

Version 1.5.2

30 Nov 15:02
Compare
Choose a tag to compare

Security update for issue #228.

Version 1.5.1

29 Nov 13:42
Compare
Choose a tag to compare

This release consists of bug fixes and security patches.
It solves following issues:

  • Fixes #204 - Groups are not created
  • Fixes #206 - Anonymous user access to breadcrumb results in 500
  • Fixes #208 - Tags unique per user (different users can have tags with same name)
  • Fixes #202 - Automates created for all users
  • Fixes #185 - inbox folder is only selectable at automate creation
  • Fixes #196 - Allow Automates to only apply tags or move to folder
  • Fixes #228 - Stored Cross-Site Scripting (XSS)

Enjoy!

Donations & Sponsorship

In case you find Papermerge useful, please consider a small financial support using one of following channels:

Even a one time donation as small as $9 will make a huge difference!

Version 1.5.0

14 Oct 12:12
Compare
Choose a tag to compare
v1.5.0

version inc

Version 1.5.0.rc1

11 Oct 13:46
Compare
Choose a tag to compare

Here it is! Not perfect, but looks pretty good!

The major addition of this release is tag management! Here is the whole changelog:

Added

  • Additional languages included in default configuration of official docker image.
  • MySQL Support. Fixes #76.
  • Fixes #150 (Directory Navigation)
  • Download multiple documents and folders. Fixes #84.
  • Auto-refresh on upload fixes #126
  • add "--include-user-password" switch to backup scripts
  • include tags into backups
  • Tag management (colored tags)
  • Pinnable tags
  • Better selection. Selection All/Folders/Documents/Invert Selection/Deselect menu.
  • Extra check (./manage.py check) for IMAP credentials. In case IMAP settings are not correct, ./manage.py check will issue a warning message. Also imap import will complain if IMAP credentials are incorrect. Extra detailed debugging messages for IMAP import.
  • Tags per Automate (matching docs will be assigned automate's tags)

Changed

  • Upgrade to django 3.0.10
  • Dynamic preferences upgraded to latest 1.10.1 version
  • Fixes issue #120 REST API fails when uploading a document
  • Issue #114 Worker container use environment variables for DB
  • For backup/restore scripts --user argument is optional. Without --user argument backup command will backup all users' documents.
  • Fixes issue #118 - Email Import does not reach INBOX.

02-pinned-tags