Changes

Version 4.9 (WinX)

628 bytes added, 12 August
=== 4.9.? on 2025-07-?? ===
* Improved the branch download performance especially when there are duplicate objects in multiple branches.
* Improved the performance of mass editing a large number of objects.
* UBIKTaskControlFullWidth in UBIKThemes is increased to 210 to fit the task editing fields in the task item templates. If you have this resource present in your custom UBIKThemes, you need to increase it accordingly. Otherwise, the task editing fields might be cut off. Likewise, you have to make sure any UI elements/templates (e.g. Grids) containing controls using this resource do not limit the width to less than this amount.
* In UBIKGlobalStatusBar, we made the following changes to improve the UI responsiveness when opening a large list of uncommitted objects.
** Added the following lines to the Flyout.FlyoutPresenterStyle section:<br/><code><Setter Property="MaxHeight" Value="Infinity" /></code><br/><code><Setter Property="ScrollViewer.VerticalScrollMode" Value="Disabled" /></code><br/><code><Setter Property="ScrollViewer.VerticalScrollBarVisibility" Value="Disabled" /></code>
** Added <code>MaxHeight="900"</code> to the SelectionBoundListView with x:Name="ChangedList".
<headertabs />