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.
Templates:
Feature: Fieldsets have been added. Reusable groups of fields (shared fieldsets), with optional rules, can now be created and attached to the kickoff form and to tasks across templates.
Workflows:
Feature: Real-time WebSocket notifications for switching a workflow's is_urgent state have been added to the workflow event API responses.
Highlights:
Feature: Performer group events have been added to the Highlights feed. Users can now see in their activity feed when a group is assigned to or removed from a task.
Team:
Feature: Free plan accounts now support up to 1,000 users and 1,000 invites. Billing continues to be controlled on a per-account basis.
Feature: Real-time WebSocket notifications have been added for vacation /sick-leave activation and deactivation, admin privilege changes, and user creation events. An is_urgent field has also been added to the workflow event API responses.
Infrastructure:
Patch: A bug has been fixed where technical data was displayed in the error notification banner instead of a user-friendly message.
Patch: The Remarkable library has been replaced with markdown-it, and the XSS protection library has been switched from xss-filters to DOMPurify. Various UI improvements have also been made.
Patch: The web server now rejects requests with unknown Host headers and drops common bot and scanner URL probes before they reach the application, reducing spam noise in logs and error monitoring messages.
Feature: Git hooks have been added for the web client.