Release probod/v0.191.0

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-05-22 13:58:22 +02:00
parent 1ebbffcef9
commit 85a2f43e72
2 changed files with 14 additions and 1 deletions

View File

@@ -4,6 +4,19 @@ All notable changes to `probod` (the server, including the bundled `@probo/conso
## Unreleased
## [0.191.0] - 2026-05-22
### Added
- Add a tracker pattern detail page in the console with a properties section and a list of detected tracker resources
### Fixed
- Strip empty ProseMirror text nodes from third-party list documents (and migrate existing `document_versions.content` to drop them) so Tiptap renders them instead of erroring with "Empty text nodes are not allowed"
- Tailor signature certificate email copy for document approvals — store the per-signature email subject on creation so the certificate worker uses "Your approved <Title> - Certificate of Completion" for approvals and the existing default for other flows
- Return a CONFLICT error instead of an opaque Internal error when deleting a membership profile that is still referenced as owner, approver, or assignee, by detecting the Postgres foreign-key violation in the coredata Delete path
- Always instantiate the coredata `CookieCategoryFilter` in the cookie banner queries to avoid nil-pointer risks
## [0.190.1] - 2026-05-20
### Fixed

View File

@@ -1 +1 @@
0.190.1
0.191.0