Jump to: navigation, search

Difference between revisions of "Version 4.0 (WinX)"


Line 62: Line 62:
 
* PriorityPropertyClickedCommand/PriorityPropertyRightClickedCommand are deleted since they are the same as PropertyClickedCommand/PropertyRightClickedCommand. You should use the latter instead;
 
* PriorityPropertyClickedCommand/PriorityPropertyRightClickedCommand are deleted since they are the same as PropertyClickedCommand/PropertyRightClickedCommand. You should use the latter instead;
 
* Removed "Content.", "OwnerModel." from bindings.
 
* Removed "Content.", "OwnerModel." from bindings.
 
  
 
=== UBIKGlobalStatusBar ===
 
=== UBIKGlobalStatusBar ===
Line 70: Line 69:
 
* "{Binding WritingToDB, ....]" is changed to "{Binding AppStatus.WritingToDB, ...}"
 
* "{Binding WritingToDB, ....]" is changed to "{Binding AppStatus.WritingToDB, ...}"
 
* "{Binding TaskCount, ....]" is changed to "{Binding AppStatus.TaskCount, ...}"
 
* "{Binding TaskCount, ....]" is changed to "{Binding AppStatus.TaskCount, ...}"
 
  
 
=== UBIKPropertyValueRecordDialog ===
 
=== UBIKPropertyValueRecordDialog ===
 
* Changed from "PropertyItem" to "PropertyViewModel" in bindings.
 
* Changed from "PropertyItem" to "PropertyViewModel" in bindings.
 
  
 
=== Editor related templates ===
 
=== Editor related templates ===

Revision as of 12:50, 27 January 2022

[edit]

Release Notes

Release

Beta

Preview

4.0.? on 2021-??-?? DevOps

  • The app's default profile is now only generated during app startup when no other profiles are detected.
  • Added a button in the developer mode to unpack and get all default XAML resources.
  • Some security related improvements.
    • The app now informs the web service to terminate the user session upon logout or app closing.
    • The app no longer allows self signed server certificates.
  • Moved some properties from GlobalStatusBarViewModel to AppStatusViewModel.
  • The develop mode now also applies to the open dialog.
  • Fixed an issue where the app can get into an invalid state if a user manages to browse to e.g. the root object page during a logout process.
  • Improved the app performance when deleting large amount of data (which happens when e.g. evaluating online queries).
  • Most features in the old app's top & bottom bars can now be used in customized UI. See XAML Notes - App bars.
  • Fixed an issue where unnecessary messages are logged. ("Message is null")
  • 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 EnableSyncLogging setting in the profiles.

Known issues