Released on March 28, 2026
Internal Release
Missing Currency values are auto-filled for existing records, while new rows remain unchanged.
It could happen that minutes Quantity values or values of quantity-related fields were not correctly copied from the source XLSX to the final estimate. For example, if SetDepth field was specified in the source, it could trigger auto-calculation of Quantity and ignoring the Quantity value from XLSX.
This happened when LOCAL_THROUGHPUT field was implemented in the estimate, but FORMULA_FOR_QUANTITY was not. When the user tried editing LOCAL_THROUGHPUT value, an error was displayed and the value was not changed.
A new IOverhead.SetCellValueInOverheadSheet method was added in the API. It allows writing a value in a cell of an overhead sheet, simulating a manual change in the cell to be able to reuse all the existing logic and checks in QDV.
You can now double click the vertical splitter to collapse the tree view and double click it again to expand it an restore the location. This information is stored into the estimate file so it is restored when you reopen the estimate.
Triggered an automatic UI refresh/repaint after a new column is appended. Values inside the newly added column are now instantly visible without requiring any manual "Check & Repaint" action from the user.
There were some bad translation issues when we brought VB code to C# and major libraries.