Difference between revisions of "Version 4.0 (WinX)"
(→Any template having ViewModel as the data context) |
|||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | == Important Notes == | ||
+ | |||
+ | {{Attention|This version requires a [[Version 3.6(Server)|UBIK Server version 3.6]] or higher!}} | ||
+ | |||
+ | Since this is a major release with substantial changes to the kernel and the UI, it will require more effort to update from the previous versions. Please see the "XAML Notes" tab for more details. | ||
+ | In order to give users more time and convenience to migrate to the new version, the following changes are made in the app branding. | ||
+ | * The new app is listed in the [https://www.microsoft.com/store/productId/9WZDNCRFK0P3 Microsoft Store as "UBIK"] (whereas the [https://www.microsoft.com/store/productId/9P2T2XRG2452 old one is "UBIK.UWP"]); | ||
+ | * The new app's display name is "UBIK4"; | ||
+ | * The new and old apps can be installed on the same device in parallel, with their data/profiles/configs/etc. separated. | ||
+ | |||
+ | |||
= Release Notes = | = Release Notes = | ||
== Release == | == Release == | ||
− | === 4.0. | + | === 4.0.58 on 2022-05-03 === |
+ | * Fixed an issue where saving property changes on child items doesn’t work when using outdated XAML code; | ||
+ | * Added back ViewModel.CurrentDateTime for backward compatibility. | ||
+ | * Updated the localization for Portuguese and Spanish. | ||
+ | |||
+ | === 4.0.2 on 2022-04-26 {{key press|Store}} === | ||
==== Features and highlights ==== | ==== Features and highlights ==== | ||
Line 30: | Line 46: | ||
** Improved the performance of [[XAML_Changes_in_UBIK_WinX_3.5#Filtering_by_expressions|content filtering through XAML customizing]]. | ** Improved the performance of [[XAML_Changes_in_UBIK_WinX_3.5#Filtering_by_expressions|content filtering through XAML customizing]]. | ||
** Improved the app performance when deleting large amount of data (which happens when e.g. evaluating online queries). | ** Improved the app performance when deleting large amount of data (which happens when e.g. evaluating online queries). | ||
− | ** To improve the AR performance and reduce power consumption, [[Location_Manager#tab | + | ** To improve the AR performance and reduce power consumption, [[Location_Manager#tab.3DWinX|pose fusion]] is now turned off by default and can be enabled when necessary. |
* The app's default profile is now only generated during app startup when no other profiles are detected. | * The app's default profile is now only generated during app startup when no other profiles are detected. | ||
* UBIK clients are now able to log all webservice communication related activities (in UBIKWebserviceDebug.log) for better trouble shooting. It can also be turned off using the [[Settings#tab=WinX|EnableSyncLogging]] setting in the profiles. | * UBIK clients are now able to log all webservice communication related activities (in UBIKWebserviceDebug.log) for better trouble shooting. It can also be turned off using the [[Settings#tab=WinX|EnableSyncLogging]] setting in the profiles. | ||
* All kernel code accessing file storage roots is now centralized in ILocalStorage and can be easily customized per platform. | * All kernel code accessing file storage roots is now centralized in ILocalStorage and can be easily customized per platform. | ||
* PDF annotations are now treated as regular content changes and can be automatically saved (when [[Settings#tab=WinX|AutoSaveMode]] is on) as a result. | * PDF annotations are now treated as regular content changes and can be automatically saved (when [[Settings#tab=WinX|AutoSaveMode]] is on) as a result. | ||
+ | * Users can now choose [[Dynamic_Selective_List_(Client)|dynamic selective list]] items when editing Guid properties. | ||
Line 152: | Line 169: | ||
* IsRFIDScannerConnecting; | * IsRFIDScannerConnecting; | ||
* ToggleRFIDScanning; | * ToggleRFIDScanning; | ||
+ | * RootList; | ||
* LocalContentItems -> AppStatus.LocalObjects; | * LocalContentItems -> AppStatus.LocalObjects; | ||
* UserName -> AppStatus.CurrentUserName. | * UserName -> AppStatus.CurrentUserName. |
Latest revision as of 08:51, 23 August 2022
Important Notes
This version requires a UBIK Server version 3.6 or higher! |
Since this is a major release with substantial changes to the kernel and the UI, it will require more effort to update from the previous versions. Please see the "XAML Notes" tab for more details. In order to give users more time and convenience to migrate to the new version, the following changes are made in the app branding.
- The new app is listed in the Microsoft Store as "UBIK" (whereas the old one is "UBIK.UWP");
- The new app's display name is "UBIK4";
- The new and old apps can be installed on the same device in parallel, with their data/profiles/configs/etc. separated.