In Development: 11.0.6

Cerb (11.0.6) is a maintenance update in development as of March 03, 2025. It includes 8 minor features and fixes from community feedback covering the 11.0 update. You can follow these instructions to upgrade.
Changelog
Added
-
[KATA] In KATA, added a
@nowrap
annotation. This removes newlines and line feeds from a value. -
[Workflows] In the Workflow Builder, task records can now be exported.
Changed
- [Automations/Emoji] Automation scripts can now directly contain UTF-8 4-byte emoji characters. Previously these characters were removed if they weren't escaped (e.g. base64). For instance, the full range of emoji characters can now be used in a draft email subject and body.
Fixed
-
[Workflows] In the Workflow Builder, fixed an issue where custom fieldsets didn't use placeholders to refer to parent custom fieldsets in the same workflow. These values were resolving to local IDs which weren't portable.
-
[Workflows] In the Workflow Builder, fixed an issue where Export KATA always used a cached copy. This failed to update when workflow additional records were added or deleted.
-
[Workflows] In Workflows, validation now ensures that records have unique names even across different record types. Previously it was possible to give two records in a workflow the same name with unexpected results.
-
[Portals/Website] Fixed an issue in 'Website Interaction' portal configuration where
automation:uri:
autocompletedinteraction.worker
automations rather thaninteraction.website
. -
[Automations/UX] Fixed an issue in the automation editor where successive autocompletion stacked background markers on lines until escape was pressed.