Difference between revisions of "Version 3.6 (WinX)"
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | == Important Notes == | ||
{{Attention|There are mandatory Xaml changes and existing customizings need to be updated. See {{#switchtablink:Xaml_Changes|Xaml Changes}} tab.}} | {{Attention|There are mandatory Xaml changes and existing customizings need to be updated. See {{#switchtablink:Xaml_Changes|Xaml Changes}} tab.}} | ||
− | {{Attention|Starting | + | {{Attention|Starting from this version, [https://en.wikipedia.org/wiki/Windows_10_version_history#Version_1709_(Fall_Creators_Update) Windows 10 build 16299] or later builds are required.}} |
+ | {{Attention|Starting from this version, the WinX/UWP app will also be available on the public Microsoft Store (named UBIK.UWP). Unfortunately, this leads to a different app identity which means the previous versions (up till 3.5) of the app must be uninstalled first and existing app data (including and not limited to profiles, databases, XAML customizings) will be lost unless manually saved and restored.}} | ||
= Initial Release = | = Initial Release = | ||
+ | |||
=== New features === | === New features === | ||
* Position and Orientation information of separate source systems (GPS, Compass, AR-Markers, etc.) are now combined based on their probabilistic error levels using an Extended Kalman Filter. | * Position and Orientation information of separate source systems (GPS, Compass, AR-Markers, etc.) are now combined based on their probabilistic error levels using an Extended Kalman Filter. | ||
Line 24: | Line 27: | ||
* By default, the selective items are now sorted alphabetically in the ascending order based on their display texts. However, one can [[Version_3.6_(WinX)#Customized_Sorting|customize the sorting]] as well. | * By default, the selective items are now sorted alphabetically in the ascending order based on their display texts. However, one can [[Version_3.6_(WinX)#Customized_Sorting|customize the sorting]] as well. | ||
* The ''AppStatus'' ViewModel now has a bindable ''LiveDateTime'' property, that delivers and refreshes the current date and time, every second. | * The ''AppStatus'' ViewModel now has a bindable ''LiveDateTime'' property, that delivers and refreshes the current date and time, every second. | ||
+ | * Added a link to the Augmensys data protection policy page in the app's settings page. | ||
=== Enhancements === | === Enhancements === | ||
Line 65: | Line 69: | ||
* The AR Marker related features are resource intense and can cause the app to slow down on weaker tablets. | * The AR Marker related features are resource intense and can cause the app to slow down on weaker tablets. | ||
* The in-app 3D model viewer can cause memory leaks and app instability if being opened and closed in a quick and repeated manner. | * The in-app 3D model viewer can cause memory leaks and app instability if being opened and closed in a quick and repeated manner. | ||
+ | * Sometimes after an external bluetooth RFID scanner is disconnected, the app still incorrectly recognizes it as available. | ||
<br /> | <br /> | ||
= Build History = | = Build History = | ||
+ | * 3.6.89 on 2020-02-13 | ||
+ | ** Initial release. | ||
+ | * 3.6.92 on 2020-06-25 | ||
+ | ** Fixed an issue where live values are sometimes not received on the clients (when the live value attributes are configured as null). | ||
= Xaml Changes = | = Xaml Changes = |
Latest revision as of 14:13, 25 June 2020
Important Notes
There are mandatory Xaml changes and existing customizings need to be updated. See Xaml Changes tab. |
Starting from this version, Windows 10 build 16299 or later builds are required. |