Releases: LazaroOnline/AwsAuthenticator
Releases · LazaroOnline/AwsAuthenticator
v3.0.0
Change list:
- Renamed from 'AwsCredentialManager' to 'AwsAuthenticator'.
- Update to dotnet 8.
- Redesigned UI.
- Added aws profile name auto-completion and full options dropdown.
- Updated icons using emojis.
- Window title bar now uses native controls.
- Added link to AWS user's security config page.
- Remember window state, position and size.
- Aws username defaults to active directory email when it is empty and AD servers are accessible.
- Add button to add a daily task scheduler action.
- Add validations
- Improved logs, exceptions and log colors.
- Add token expiration progress bar.
- Add credentials file last write date info to tooltip.
- New updated icon better for lower resolutions.
v2.2.1
Upgraded nuget libraries.
Upgraded Avalonia to v11.0.5
v2.2.0
- Fix issue with aws-cli when creating a new profile. Related to this issue.
- Added auto completion to the aws profile selection to show existing local profiles.
- Added unit tests to the project.
- Added loading spinner without freezing the UI during long operations.
- Dark mode for window title bar.
v2.1.0
Changes:
- Single file builds (except for unmanaged DLLs).
- Added copy token button.
- Added automated token generation.
- Added command-line options.
v1.0.0
Initial working release including UI and console mode.