released August 12, 2025
Bug Fixes
- Corrected a misspelling of “Tenant” in the SecuritySettings class.
- Fixed an issue where error messages were not displayed to the user when sign-in failed (for example, invalid password).
- Fixed a crash in ShowGridlinesBehavior that could occur when no RowDefinitions or ColumnDefinitions were defined.
- SSO authentication now correctly caches tokens so users are not prompted for their password each time the application starts.
Features
- Updated logging to include the CurrentUser.Username, making it easier to track user activity.
- Added support for SSO authentication, including updates to the Sign In window to handle SSO providers. The Change Password option is disabled when signed in with an SSO provider, and permission prompt dialogs (such as Save With Errors and Delete Component/Assembly) now support SSO authentication.
- Standardized terminology by renaming all instances of “log on” to “sign in” and “log off” to “sign out” for consistency.
- Added an option to log the user out of Windows when exiting the application (only applicable when signed in with SSO).