Support binaryData for certificate checksum hashes
The generation of Helm checksum annotation hashes in combination with an external configmap for ca certificates now also supports the certificate configmap being defined with binary data.
Task
Breaking Helm chart Changes
There were numerous changes in the Helm chart of which some where breaking. A guide on how to migrate your Helm Values to Version 2.0 is available at Migration to 2.0
Task
Reduce size of exported PDFs
PDF generation was improved, resulting in smaller file sizes for some PDFs.
Task
Omit Helm configmap without data
Prevent creation of ConfigMap data entries without content.
Notification credentials are now stored in Kubernetes secrets instead of plain text configuration values.
Task
Remove Mariadb as a native sub dependency
Removed the included MariaDB Subchart without replacement. The DB has to be provided externally, there is a fallback to an in memory H2 DB if nothing else is configured.The MariaDB secret has been removed is favor to the generic DB-secret
Task
Visualize selected documents in continuous Thumbnail View
The selection made in the document tree is visualize in thumbnail view.
Story
Cleanup for seen-unseen tables
When deleting a collection, the information about the collection is also deleted from the see_unseen table.
Story
Intent-based export
Dossier Organizer now supports documents export!
Story
Incorrect status in metadata dialog when Boolean values are null
Null values in boolean metadata fields will now be ignored. The default visualization is false.
Bug
CVE-2025-66414
Fixed.
Bug
CVE-2025-66412
Fixed.
Bug
Update element sometimes causes updates to all elements
Only updated elements get a new modification date assigned.
Bug
CVE-2025-66035
Fixed.
Bug
Loading documents without pages
An error case where a document has no pages is now handled the same way as if the document could not be loaded at all.
Bug
Seen status can’t always be acquired due to case sensitivity
An issue was fixed where the ID for the seen unseen table could differ to its corresponding collection in terms of letter casing.This caused the seen unseen functionality to stop updating. Pleas make sure you don't have any discrepancy in terms of ID casing in your database tables, otherwise please contact our Team at levigo.
Bug
automatic zoom doesn't work in continuous view
Zoom fitting will be applied after loading the document regardless of the layout.
Bug
Viewer annotation wrangler permission update
When the permissions on a collection or document changes, clicking on an annotation displays the actions in the correct state.
Bug
1.28.0 - 21.11.25
Tooltip for truncated document titles
An hover overlay with the full title was added for truncated document descriptions in the tree.
Task
Java 25 Update
Updated to Java 25
Task
Improve default color scheme
Adjusted the default color palette.
Bug
CVE-2025-64756
Fixed
Bug
Multi-Selection Improvements
Multi-Selection now delivers a smoother and more intuitive user experience
Bug
Bookmark delete is not undoable
Undo/Redo of bookmarks deletion work again properly
Bug
Last page button doesn't work properly in continuous view
After using the "Last Page" button, the correct page is selected.
Bug
Previous page navigates to previous document in continuous view
After using button “Previous Page“, the correct page is selected
Bug
Annotation and Bookmark markers overlap document title
Information badges no longer cover the document title
Bug
Multiple conflicting context menus
Context menu will not appear when right-clicking on annotation.
Bug
1.27.3 - 10.11.25
Helm installation fails
Resolved an issue that prevented Helm from completing the installation
Bug
1.27.1 - 07.11.25
Helm checksum annotations for existing secrets and configmaps
All configmaps and secrets now have a checksum annotation on their respective deployment.
existingSecrets are now included in the checksum annotations of deployments and will cause a redeployment when updated.
(No configuration changes are required.)
Task
Multi‑Selection & Bulk Actions in Tree
Support multi-selection and bulk changes in document tree
Story
CVE-2025-59250
fixed
Bug
Atomikos Transaction Manager is not compatible with all supported DBs
Exclude atomikos dependency and use default Transaction Manager instead
Bug
Undo doesn't change the selected document
Automatic selection of the document by undo is correct
Bug
CVE-2025-9784
fixed
Bug
Dumb rotation behavior on selection
If more than one page is selected, the selected pages will be rotated instead of the current page.
Bug
1.26.0 - 20.10.25
Support seen/unseen status updates only in "write“ mode
Seen state of documents can only be changed in write modus
Task
More prominent thumbnail "current page" border
The current page is now highlighted with a thick border in the primary color.
Task
Bookmark and annotation buttons still active after lock lose
After giving the lock, the buttons responsible for annotations and bookmarks are restored correctly
Bug
Problems in combined view when switching views before the document is fully loaded
A view switching action is now waiting for the document to load before applying the filter to hide pages according to a filtered view.
Bug
Page navigation triggers element navigation
On Previous Page navigation, pages are selected correctly
Bug
Bookmarks get lost after "remove all" and "undo"
Removing all bookmarks works again properly
Bug
Thumbnail size is inconsistent
Keep zoom level of document thumbnails while switching between documents
Bug
Loading Spinner is not visible
Document loading spinner is shown and custom styling is possible again