Released on February 10, 2022
A freeze could occur when an estimate was saved from the user API indirectly and there was a file save problem. This happened when the estimate was saved indirectly from the following methods:
•IEstimate.PushNewProgress
•IEstimate.PushNewVersion
•IEstimate.FreezeCurrentVersion
•ISharing.CreateChildEstimate
If these methods don’t throw an exception, it’s always good to check also IGlobalErrors. MessageStack for a possible problem.
When a new Gantt worksheet is created in the support workbook, it is created after the existing sheets.
Free tasks and sub-tasks can be edited. A new window offers the ability to change the depth of items, to change the items, descriptions and units. User can also import free tasks and sub-tasks from a copy / paste operation. See documentation for more information about the format.
If the calendar is modified by adding or removing exceptions, or changing the starting or ending date, the refresh operation left some areas with wrong data / decoration. It has been fixed.
In most of the situations, changing the name of a worksheet, which is support of a Gantt computation, is not allowed. Please note that this security is not 100% bulletproof.
When you pasted a global variable in the bottom pane of the WBS, it was not refreshed. Now global variables are refreshed each time the bottom pane is adapted.