Difference between revisions of "Version 4.0 (WinX)"
(→Any template having ViewModel as the data context) |
|||
(7 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.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}} === | === 4.0.2 on 2022-04-26 {{key press|Store}} === | ||
Line 35: | Line 51: | ||
* 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.