Browse our Products

Aspose.Tasks For Java 9.2.0 Release Notes

Major Features

We have supported MPD format for reading. Timescale tier labels has been customized according to current Culture Info. Two bugs have been fixed. Please see the list of changes below.

All Changes

Issue TypeKeySummary
New FeatureTASKS-20255Add MS Project MPD files reading support.
EnhancementTASKS-34380Customize timescale tier labels according to current CultureInfo
BugTASKS-34383Wrong parent value Id retrieved from Outline codes in MPP
BugTASKS-34381Loading a project raises exception due to missing font on system

Public API and Backwards Incompatible Changes

The following public classes were added:

Class NameDescription
com.aspose.tasks.DateTimeConverterRepresents a converter for converting date to string in view timescale tiers.
com.aspose.tasks.MpdSettingsAllows to set necessary values to read project data from MPD format (MS Access database file format).

The following public methods were added to existing classes:

com.aspose.tasks.TimescaleTier.getDateTimeConverterGets a callback function for handling rendering date tick in this tier.
com.aspose.tasks.TimescaleTier.setDateTimeConverter(DateTimeConverter value)Sets a callback function for handling rendering date tick in this tier.