released August 12, 2025
Bug Fixes
- 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.
- 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).
Features
- Added support for SSO authentication, including updates to the Sign In window to handle SSO providers. The Change Password option is now 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.
- Added an option to log the user out of Windows when exiting the application (only applicable when signed in with SSO).
- Added a Clone Existing Component option to Inspection Options. This supports captured fleet scenarios by copying data from an existing component or assembly while treating it as a new record.
- Updated logging to include the CurrentUser.Username, making it easier to track user activity.
- Standardized terminology by renaming all instances of “log on” to “sign in” and “log off” to “sign out” for consistency.