Browse our Products

Aspose.Tasks for Java 26.1 Release Notes

All Changes

KeySummaryIssue Type
TASKSNET-11528Add public API for customization of task links color when rendering Gantt Chart viewEnhancement
TASKSNET-11645Summary task material assignment TimephasedData not refreshed on duration changeBug
TASKSNET-11643Fix incorrect behavior of MS Project when working with formula-calculated extended attributes in project created by Aspose.TasksBug
TASKSNET-11646Fix reading of task-specific calendars from Primavera DBBug
TASKSNET-11649Fix CalculationType for OutlineCode is None in some cases when project is read from MPP fileBug

Public API and Backwards Incompatible Changes

The following public types were added:Description
com.aspose.tasks.TaskLinkDrawingCallbackDelegateRepresents a callback that is called when a task link is rendered in a Gantt chart view.
com.aspose.tasks.TaskLinkDrawingArgsProvides arguments for the callback that is invoked when task link is rendered.
The following public methods and properties were added:Description
com.aspose.tasks.SaveOptions.getTaskLinkDrawingCallback()Gets a callback that can be used to customize some aspects of task links rendering.
com.aspose.tasks.SaveOptions.setTaskLinkDrawingCallback(TaskLinkDrawingCallbackDelegate)Sets a callback that can be used to customize some aspects of task links rendering.
com.aspose.tasks.TaskLinkDrawingArgs.getLink()Gets the rendered task link.
com.aspose.tasks.TaskLinkDrawingArgs.getColor()Gets color used to render the task link. Can be used for customization of task links colors.
com.aspose.tasks.TaskLinkDrawingArgs.setColor(Color)Gets color used to render the task link. Can be used for customization of task links colors.