Skip to content

Releases: LazaroOnline/AwsAuthenticator

v3.0.0

29 Apr 23:18
Compare
Choose a tag to compare

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

02 Nov 06:11
Compare
Choose a tag to compare

Upgraded nuget libraries.
Upgraded Avalonia to v11.0.5

v2.2.0

19 Apr 00:19
Compare
Choose a tag to compare
  • 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

25 Mar 08:00
Compare
Choose a tag to compare

Changes:

  • Single file builds (except for unmanaged DLLs).
  • Added copy token button.
  • Added automated token generation.
  • Added command-line options.

v1.0.0

26 Dec 13:49
Compare
Choose a tag to compare

Initial working release including UI and console mode.