You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Authentication:
Patch: A captcha is now shown on repeated password reset requests.
Fieldsets:
Patch: Error notifications shown when deleting fieldsets have been fixed. The actual server error message is now displayed, with the correct banner color (yellow for client errors, red for server errors).
Notifications:
Patch: A notification is now shown for completed workflows.
Patch: WebSocket message processing for groups has been fixed.
Tasks:
Patch: Tasks with "Require completion by all" now correctly require every active member of an assigned group to complete the task.
Patch: When active workflows are updated from a new template version, fieldset values are now preserved in task titles and descriptions.
Patch: Fieldset fields from completed steps are no longer shown twice in task events.
Patch: Task description rendering has been fixed so that single line breaks are preserved. Multi-line Markdown content is now displayed consistently in task views instead of being collapsed onto a single line.
Templates:
Patch: Field variables in task titles and descriptions are no longer broken after a draft that uses fields from a shared fieldset has been published.
Patch: When a shared fieldset is copied into a template (on create or update), its selection identifiers are now made unique within the template, even when the same shared fieldset is used in multiple places in the template.
Patch: Localized validation messages have been added for empty checklist items and for checklists with no items. Validation error mapping for checklists and other empty fields has also been improved.
Patch: Inactive template cards now correctly show the Draft badge when no template-specific integrations are configured. Account-wide webhooks are now excluded from template card status calculations only.
UI:
Patch: Date selection in the widget has been improved, and a date range can now be selected in a single window.
Patch: API validation and authentication errors now use the user's profile language. Anonymous requests continue to follow the Accept-Language header.
Patch: The width of the template selection dropdown has been increased to 524 pixels.
Workflows:
Patch: Finished workflows can now be resumed from the workflow menu.
Patch: Workflow logs no longer crash when completed tasks from legacy processes have no output data.
Patch: Performer avatar sizing and overlap in workflow tables and comments have been fixed. Performer column resizing has been improved, user-defined widths are now preserved, and table loading and skeleton states have been stabilized.