Difference between revisions of "Version 4.0 (WinX)"
(→Any template having ViewModel as the data context) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
{{Attention|This version requires a [[Version 3.6(Server)|UBIK Server version 3.6]] or higher!}} | {{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. | 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. | In order to give users more time and convenience to migrate to the new version, the following changes are made in the app branding. | ||
Line 14: | Line 10: | ||
− | + | = Release Notes = | |
− | + | ||
== Release == | == Release == | ||
Line 56: | 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 173: | 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.