Releases: ciur/papermerge
1.4.0.rc3
One more naughty bug fixed.
This time it was about importing documents via email.
I will keep releasing rc3, rc4, rc5 until all naughty bugs will be fixed - afterwords i will tag release with 1.4.0.
A big big thank you for community which provided me fantastic feedback!
1.4.0.rc2 - fix docker image issue
There was an issue with docker image. I created a new docker image tagged with 1.4.0.rc2. Just to keep everything synced.
1.4.0.rc1
Ladies and gentlemen,
Meet the latest and greatest, the alpha and omega, the top of the technology, the best of the best...
Papermerge DMS 1.4.0 🎉
it is release candidate 1 (rc1) - means documentation commits will pile up, minor bugs 😈 expected.
Here are new shiny features of 1.4:
- shiny GUI for Metadata management.
- backup/restore feature. Feature implemented by @frenos 🌟
- support for JPEG, PNG and TIFF images fixed (there were bugs which made this features impossible to use)
- Papermerge is based AdminLTE3
The most significant changes though - are invisible 👻 . One of those invisible changes is the fact that Papermerge user interface is not a customized django admin anymore. This is huuuge boost in development productivity (django admin was a pain to maintain and very difficult to change). Another important thing are changes on front end side. Front-end makes use of backbone.js - which is very easy to use and raises frontend code one level up in terms of productivity.
Enjoy!
Bug Fixes Release
Refactoring + Metadata
This release introduces significant refactoring. It makes it by far easier to start the project. This is because
- there is no PostgreSQL dependency anymore, project starts by default with sqlite3.
- no need to configure separate project for worker (OCR part). There is a built-in worker - ./manage.py worker command.
- frontend (js, css, images, fonts) are now part of the main project - thus no need to clone two separate projects.
Feature-wise this release introduces user defined metadata!
Release 1.3.0-alpha
This release includes lots of refactoring to simplify initial setup of the project. No more hardcoded language. No more dependency for PostgreSQL. This release introduces documents metadata. Static assets are now distributed as part of main project.