10.4.21
Cerb (10.4.21) is a maintenance update released on August 28, 2024. It includes 13 minor features and fixes from community feedback covering the 10.4 update. You can follow these instructions to upgrade.
Changelog
Added
-
[Data Queries] In
data.query.types
data queries, added an optionalexclude_custom
option to filter out bot-powered data queries. -
[Sheets/Interactions] In sheets,
interaction:
columns can now specify an optionalicon:
.
Changed
-
[Automations/Scripting] In automation scripting, added
image_info
to the filter autocompletion menu. -
[Installer/Demo] In the installer ‘Demo’ package, updated the default profile images for the example workers.
-
[Sheets/Interactions] In sheets, added
bold:
as an option oninteraction:
columns. -
[Worklists/Tasks] In task worklists, the ‘Status’ column values are lowercase to be consistent with ticket worklists.
Fixed
-
[Automations] Fixed an issue in automation autocompletion where the
as:
option shows up infile.write:
rather thanawait:form:elements:fileUpload:
. -
[Docker] Fixed the Docker configuration for MySQL 8.4+.
-
[Interactions/Worker] In
interaction.worker
automations, fixed an issue with siblingeditor:
form elements where the last toolbar could be reused on subsequent editors if they lacked a toolbar. -
[Interactions/Worker] In
interaction.worker
automations, fixed an issue wherefileDownload:
await form elements autocompleted withuri: cerb:automation:
. Instead, this should be anattachment
,automation_resource
, orresource
. -
[Interactions/Worker] In
interaction.worker
automations, fixed an issue witheditor:
form element syntax highlighting when usinghtml
,json
,markdown
, oryaml
. -
[Sheets] In sheets, fixed an issue with
interaction:
columns where they always refreshed the current widget after running. -
[Workspaces/Pages/UX] Fixed an issue with workspace pages using ‘menu’ mode (rather than tabs) where the menu didn’t render properly.