Jump to: navigation, search

Difference between revisions of "Version 4.0 (WinX)"


(XAML changes)
(UBIKGlobalStatusBar)
Line 43: Line 43:
  
 
=== UBIKGlobalStatusBar ===
 
=== UBIKGlobalStatusBar ===
* The Visibility of <ProgressBar x:Name="ProgressIndicator"...> adjusts from "{Binding ProgressIndicator, Converter=...}" to "{Binding AppStatus.ProgressIndicator, Converter=...}"
+
Some properties are moved from GlobalStatusBarViewModel to AppStatusViewModel.
* The Visibility of <Grid  x:Name= "ActionPanel" .../> now adjusts from "{Binding LoginState, Converter=...}" to "{Binding AppStatus.LoginState, Converter=...}"
+
* "{Binding ProgressIndicator, ...}" is changed to "{Binding AppStatus.ProgressIndicator, ...}"
* All Visibilities for and inside "TextBlock" adjust from "{Binding WritingToDB, Converter=....]" to "{Binding AppStatus.WritingToDB, Converter=...}"
+
* "{Binding LoginState, ...}" is changed to "{Binding AppStatus.LoginState, ...}"
 +
* "{Binding WritingToDB, ....]" is changed to "{Binding AppStatus.WritingToDB, ...}"
  
 +
[[Category:Version 4.0|Version 4.0 (WinX)]]
  
 
=== Editor related templates ===
 
=== Editor related templates ===

Revision as of 13:08, 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