Jump to: navigation, search

Difference between revisions of "Version 4.0 (WinX)"


(UBIKGlobalStatusBar)
Line 15: Line 15:
 
* Moved some properties from GlobalStatusBarViewModel to AppStatusViewModel.
 
* Moved some properties from GlobalStatusBarViewModel to AppStatusViewModel.
  
[[Category:Version 4.0|Version 4.0 (WinX)]]
+
 
  
 
== Known issues ==
 
== Known issues ==
Line 47: Line 47:
 
* "{Binding LoginState, ...}" is changed to "{Binding AppStatus.LoginState, ...}"
 
* "{Binding LoginState, ...}" is changed to "{Binding AppStatus.LoginState, ...}"
 
* "{Binding WritingToDB, ....]" is changed to "{Binding AppStatus.WritingToDB, ...}"
 
* "{Binding WritingToDB, ....]" is changed to "{Binding AppStatus.WritingToDB, ...}"
 +
* "{Binding TaskCount, ....]" is changed to "{Binding AppStatus.TaskCount, ...}"
  
[[Category:Version 4.0|Version 4.0 (WinX)]]
 
  
 
=== Editor related templates ===
 
=== Editor related templates ===

Revision as of 14:50, 6 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