Jump to: navigation, search

Difference between revisions of "Version 4.0 (WinX)"


(4.0.? on 2021-??-?? {{key press|DevOps}})
(XAML changes)
Line 40: Line 40:
 
* 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 ===
 +
* The Visibility of <ProgressBar x:Name="ProgressIndicator"...> adjusts from "{Binding ProgressIndicator, Converter=...}" to "{Binding AppStatus.ProgressIndicator, Converter=...}"
 +
* The Visibility of <Grid  x:Name= "ActionPanel" .../> now adjusts from "{Binding LoginState, Converter=...}" to "{Binding AppStatus.LoginState, Converter=...}"
 +
* All Visibilities for and inside "TextBlock" adjust from "{Binding WritingToDB, Converter=....]" to "{Binding AppStatus.WritingToDB, Converter=...}"
 +
  
 
=== Editor related templates ===
 
=== Editor related templates ===

Revision as of 10:13, 2 September 2021

[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.

Known issues