Difference between revisions of "Version 3.5 (WinX)"
(→Build History) |
|||
(5 intermediate revisions by 3 users not shown) | |||
Line 76: | Line 76: | ||
** Errors in custom XAML templates are now displayed as red section in the App, including the full exception message (which is typically pointing to the line in the XAML file) | ** Errors in custom XAML templates are now displayed as red section in the App, including the full exception message (which is typically pointing to the line in the XAML file) | ||
{{Hint|There are still XAML errors that cannot be caught, such as referencing a StaticResource that doesn't exist - in such a case, the App will crash, but it will still write the full exception message to [AppInstallPath]\''LocalState\UBIKDebug.log'' before termination, thus the corrupted line can again be easily identified!}} | {{Hint|There are still XAML errors that cannot be caught, such as referencing a StaticResource that doesn't exist - in such a case, the App will crash, but it will still write the full exception message to [AppInstallPath]\''LocalState\UBIKDebug.log'' before termination, thus the corrupted line can again be easily identified!}} | ||
+ | * 3.5.13 on 2019-07-19 | ||
+ | ** Fixed an issue so that navigating to a hotspot in a document works again. (Hotfix for the previous version, now it should work for image documents as well.) | ||
+ | ** Fixed an issue where hotspots and annotations are not shown the first time browsing to a document using customized Xamls. | ||
+ | * 3.5.14 on 2019-08-02 | ||
+ | ** For compatibility reasons, we have reverted one change from 3.5.11, namely "Errors in custom XAML templates..." which will be postponed into the next major release. | ||
+ | * 3.5.18 on 2019-08-20 | ||
+ | ** It is now possible to disable the automatic filter criteria for queries. | ||
+ | ** Fixed an issue where the distance to Direct AR-Markers was shown in Pixels instead of meters | ||
+ | * 3.5.19 on 2019-08-26 | ||
+ | ** Change the highlighting of selected hotspots | ||
+ | * 3.5.XX on 2019.08.XX | ||
+ | ** Charts will now be updated if the server sends updated values. | ||
+ | ** Fixed an issue where already processed pushes are not removed. | ||
+ | * 3.5.21 on 2019.09.10 | ||
+ | ** Fixed an issue where scanning OCR Texts using the UBIK Default Profile crashed the app on some devices. | ||
+ | |||
<headertabs /> | <headertabs /> | ||
Latest revision as of 13:31, 10 September 2019
There are breaking XAML template changes in this version. If you use any customized XAMLs from older versions, they should be updated according to these instructions. |