Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Releases: linuxserver-archive/docker-papermerge

v2.0.1-ls33

09 Apr 09:25
Compare
Choose a tag to compare

LinuxServer Changes:

Fixed mglib dependency per issue 32
papermerge Changes:

Minor security patch. It bumps Django dependency version from 3.1.7 to 3.2.

v2.0.0-ls33

09 Apr 04:49
Compare
Choose a tag to compare

LinuxServer Changes:

Fixed mglib dependency per issue 32
papermerge Changes:

Ladies & Gentlemen,

I am happy to announce the arrival of Papermerge 2.0 🎉

Among others, this release fixes following issues:

v2.0.0-ls32

31 Mar 07:42
Compare
Choose a tag to compare

LinuxServer Changes:

Fixed mglib dependency per issue 32
papermerge Changes:

Ladies & Gentlemen,

I am happy to announce the arrival of Papermerge 2.0 🎉

Among others, this release fixes following issues:

v2.0.0rc48-ls31

19 Mar 04:51
Compare
Choose a tag to compare

LinuxServer Changes:

Fixed mglib dependency per issue 32
papermerge Changes:

This patch release fixes following issues:

  • IMPORT_MAIL_DELETE not working #281
  • IMAP Consumption - Mails imported multiple times and not marked as read #233

Fixes were kindly provided by @l4rm4nd.
@l4rm4nd also regularly performs security audits on Papermerge accompanied with practical suggestions on how to avoid security issues!

As I will hit "publish release" button, an automatic github action will be triggered to build and publish docker image for this release 🎉
Besides, I also changed little bit docker image, so that papermerge.conf.py and production.py (i.e. settings) are symlinks to /opt/etc/papermerge.conf.py and /opt/etc/production.py which will make easier to map those files from your local filesystem. More on this in following screencasts :)

v2.0.0rc48-ls30

13 Mar 16:58
Compare
Choose a tag to compare

LinuxServer Changes:

Fixed mglib dependency per issue 32
papermerge Changes:

This patch release fixes following issues:

  • IMPORT_MAIL_DELETE not working #281
  • IMAP Consumption - Mails imported multiple times and not marked as read #233

Fixes were kindly provided by @l4rm4nd.
@l4rm4nd also regularly performs security audits on Papermerge accompanied with practical suggestions on how to avoid security issues!

As I will hit "publish release" button, an automatic github action will be triggered to build and publish docker image for this release 🎉
Besides, I also changed little bit docker image, so that papermerge.conf.py and production.py (i.e. settings) are symlinks to /opt/etc/papermerge.conf.py and /opt/etc/production.py which will make easier to map those files from your local filesystem. More on this in following screencasts :)

v2.0.0rc48-ls29

12 Mar 15:22
Compare
Choose a tag to compare

LinuxServer Changes:

Updated dependencies for v2
papermerge Changes:

This patch release fixes following issues:

  • IMPORT_MAIL_DELETE not working #281
  • IMAP Consumption - Mails imported multiple times and not marked as read #233

Fixes were kindly provided by @l4rm4nd.
@l4rm4nd also regularly performs security audits on Papermerge accompanied with practical suggestions on how to avoid security issues!

As I will hit "publish release" button, an automatic github action will be triggered to build and publish docker image for this release 🎉
Besides, I also changed little bit docker image, so that papermerge.conf.py and production.py (i.e. settings) are symlinks to /opt/etc/papermerge.conf.py and /opt/etc/production.py which will make easier to map those files from your local filesystem. More on this in following screencasts :)

v2.0.0rc45-ls29

09 Mar 23:12
Compare
Choose a tag to compare

LinuxServer Changes:

Updated dependencies for v2
papermerge Changes:

This small patch release fixes version issue - documents created by paste operation should have version reset to 0 (without this fix, after paste operation, new document had version + 1 of original document)

v2.0.0rc45-ls28

06 Mar 06:18
Compare
Choose a tag to compare

LinuxServer Changes:

Support external MySQL/PSQL DBs.
papermerge Changes:

This small patch release fixes version issue - documents created by paste operation should have version reset to 0 (without this fix, after paste operation, new document had version + 1 of original document)

v2.0.0rc43-ls28

04 Mar 08:12
Compare
Choose a tag to compare

LinuxServer Changes:

Support external MySQL/PSQL DBs.
papermerge Changes:

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

v2.0.0rc38-ls28

28 Feb 06:37
Compare
Choose a tag to compare

LinuxServer Changes:

Support external MySQL/PSQL DBs.
papermerge Changes:

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