Browse our Products

Aspose.Tasks for Java 24.1 Release Notes

All Changes

KeySummaryIssue Type
TASKSNET-4596Implement writing of Task and Resource Filters for MPP14+ formatsEnhancement
TASKSNET-11044Fix filters added via Aspose.Tasks are not displayed correctly when opened by MS ProjectEnhancement
TASKSNET-2948Fix existing graphical indicators are not preserved when MPP is opened and then saved by Aspose.TasksEnhancement
TASKSNET-11067Fix reading and writing of ExternalTaskId and ExternalTaskUidBug
TASKSNET-10822Fix extra empty resource is shown when opening MPP9 fileBug
TASKSNET-4874Fix incorrect calculation of Rsc.CostVariance for the specific versions of MPP filesBug

Public API and Backwards Incompatible Changes

The following public methods were added:Description
com.aspose.tasks.FilterCriteria.IsValueAField()Gets whether the right-hand value of FilterCriteria is a field reference, not a constant value.
com.aspose.tasks.FilterCriteria.setValueByField( int )Sets the field whose value will be compared with the value of the field specified by FieldName.