Release Date — 26/02/2021
For everyone
New Cerebro Client for Windows, Mac Os X and Linux Operation operating systems.
New Tentaculo connectors funcionality
My Space
The new My Space tab has replaced Task Tracking as a more flexible tool for creating pages with selections of tasks for projects and the like.
For each group of Cerebro users (workers or managers), pages can be created in My Space with task selections focused on their specifics. This will allow the user to open the pages they need with all the necessary information in order to make decisions faster and act quickly.
In the new tab, task selections can be made by any criteria — properties of tasks, messages, attachments.
You can display both simple task lists and tasks with subtasks for stage production.
Selections can be combined into pages and saved for your colleagues.
Your personal pages are saved automatically and are available wherever you launch Cerebro — at home, in the office, or anywhere else.
Based on a selection of tasks, you can build graphs for any properties and sets of properties.
The task list can be exported to Excel, and the graphs to PDF.
The My Space tab functionality is similar to the Search; we plan to abandon the latter in the future. Space has a more modern graphical interface, and we have added new criteria. For example, searching for overdue tasks or tasks that have overrun the scheduled hours. It is possible to add multiple values for one criterion, and much more.
Cerebro Account Page
In the Settings section, you can add Subscribers (by email address) — people responsible for paying for licenses. Subscribers will receive letters about licenses, invoices and deeds, even if they do not have a Cerebro account.
We've added a graphical representation of your licenses.
From now you can either buy new licenses or extended old ones — choose any number and timeline you need.
Tentaculo
We've updated the plugin that integrates into your working software.
New processors
menu_task — allows you to add your menu items with arbitrary handlers to the task context menu
menu_file — allows you to add your menu items with arbitrary handlers to the task context menu
indicator_task — allows to display a color indicator on tasks depending on the conditions.
We've added support for environment variables to determine the path to processor files. Manual
Loading processors
The ability to load processors through the plugin distribution system using the ${cerebro_plugins} variable has been added.
New variables and their processing
task_activity_name — name of the task activity type, used in defining the paths version and publish in the file_path. section.
Variables now have partial definition and support for regular expressions.
$(variable_name[a:b]) — select a part from positions a to b, e.g. "modeling_main[0:8]" -> "modeling";
$(variable_name{/.../}) — select the first group from the regular expression by searching for the first match in the string, e.g. "modeling_main{/_(.*)/}" -> "main".