Difference between revisions of "Version 3.3 (WinX)"
(→Bugfixes) |
|||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | = | + | = Initial Release = |
=== New features === | === New features === | ||
* A new control for viewing documents with 3D content was added. It allows basic pinch/zoom/selection actions with touch and mouse and currently supports .obj, .3ds and .stl formats, without textures. It is now the default document viewer for UBK documents with .obj extension, both in DetailsPage as well as DocumentsPage. | * A new control for viewing documents with 3D content was added. It allows basic pinch/zoom/selection actions with touch and mouse and currently supports .obj, .3ds and .stl formats, without textures. It is now the default document viewer for UBK documents with .obj extension, both in DetailsPage as well as DocumentsPage. | ||
Line 31: | Line 31: | ||
* Fixed an issue where bindings using ContentViewModel.PropertyItems sometimes are not properly refreshed. | * Fixed an issue where bindings using ContentViewModel.PropertyItems sometimes are not properly refreshed. | ||
* Fixed an issue, where the mouse wheel zooming in the Map behaved inconsistent. | * Fixed an issue, where the mouse wheel zooming in the Map behaved inconsistent. | ||
+ | * Fixed an issue, where the Demo Locations Setting was not persisted properly. | ||
+ | * Fixed an issue where the app could not detect certain changes in meta definitions. (MetaProperty.DefaultValues and MetaProperty.InitialValues) | ||
+ | * Fixed an issue where the first property edit after reverting local changes does not work. | ||
+ | === Known issues === | ||
+ | * Project specific resources defined in UBIKThemes might not take effect immediately after switching profiles. Restarting the app solves the problem. | ||
+ | * If a device has multiple cameras of exactly the same model (e.g. Microsoft HD 3000), the wrong one might be used during remote support calls. | ||
+ | * When using the UBIK contrast profile for OCR scanning, the app might crash especially if other marker scanning is also turned on. | ||
+ | |||
+ | === Additional notes === | ||
+ | * Starting from this release, we are changing our versioning to comply with the Microsoft UWP convention. The old scheme 3.2.0.X, in which X is used as the build number, is now replaced by a new one 3.3.X. For users, there is no noticeable difference during the installation or the usage of the client except the displayed version number text. | ||
+ | |||
+ | = Build History = | ||
+ | * 3.3.1 on 2018-10-24 | ||
+ | ** Initial release. | ||
+ | * 3.3.2 on 2018-10-30 | ||
+ | ** Fixed an issue where the OK button in the double editor is sometimes not properly enabled/disabled. | ||
+ | * 3.3.3 on 2018-11-14 | ||
+ | ** Fixed a potential deadlock during offline branch downloads. (The symptom of this was that the database saving symbol kept blinking and the download never stopped.) | ||
+ | ** Removed the restriction on property editors' width. | ||
+ | * 3.3.6 on 2018-11-23 | ||
+ | ** Fixed TargetHeight and TargetWidth property for serialized Hotspotting information | ||
+ | ** Fixed an issue where the app’s general performance degrades as the user browses to pages with filtered lists (using the CollectionToViewConverter in Xaml). | ||
+ | *** '''BREAKING CHANGE IN XAML: For a fully refreshing handle to the filtered list, please bind to the converter's ''View.Self'' property now (instead of ''View'')''' | ||
+ | * 3.3.7 on 2018-12-05 | ||
+ | ** Improved the stability of the app when using the UBIK contrast profile for OCR scanning. | ||
+ | * 3.3.11 on 2018-12-10 | ||
+ | ** Fixed an issue where the property based content filtering does not correctly refresh the page. | ||
<headertabs /> | <headertabs /> | ||