• v0.4.7 64a2927b94

    v0.4.7 Stable

    jfmonty2 released this 2024-02-07 21:03:12 +00:00 | 30 commits to master since this release

    Correctly returns to Approve screen when unlock is canceled while there is an active request.

    Downloads
  • v0.4.6 141334f7e2

    v0.4.6 Stable

    jfmonty2 released this 2024-01-31 21:14:08 +00:00 | 32 commits to master since this release

    • Adds a configurable idle timeout (12 hours by default).
    • Adds current application version to the bottom of the Settings screen.
    Downloads
  • v0.4.5 70e23c7e20

    v0.4.5 Stable

    jfmonty2 released this 2024-01-23 18:58:39 +00:00 | 34 commits to master since this release

    Adds Version field to the response for creddy get when responding with base credentials.

    Downloads
  • v0.4.4 1df849442e

    v0.4.4 Stable

    jfmonty2 released this 2024-01-21 21:46:39 +00:00 | 35 commits to master since this release

    • Rework UI of approval screen
    • Exit approval flow if request is abandoned early by the client
    Downloads
  • v0.4.2 46b8d810c5

    v0.4.2 Stable

    jfmonty2 released this 2024-01-11 01:10:14 +00:00 | 37 commits to master since this release

    Adds a checkbox on the approval screen for whether to respond with long-lived credentials or not. This way the user can use long-lived credentials for a specific request even when they aren't directly responsible for calling the creddy executable, such as when working through an AWS SDK.

    Defaults to false unless the request specifically asks for long-lived credentials, in which case it defaults to true but shows a warning to the user.

    Downloads
  • v0.4.1 13545ac725

    v0.4.1 Stable

    jfmonty2 released this 2023-11-09 22:25:20 +00:00 | 39 commits to master since this release

    GNOME has a really annoying "feature" that prevents applications from stealing focus and instead just pops up a notification saying "[Application] is ready." This is very painful in Creddy's case, because the whole point is that you want it to show up out of the blue whenever someone requests your AWS credentials.

    Fortunately, GNOME doesn't prevent an application from grabbing focus if it was previously hidden (i.e. minimized to tray), so we can just hide and then immediately un-hide to dodge the focus-stealing prevention.

    Downloads
  • v0.4.0 3f4efc5f8f

    v0.4.0 Stable

    jfmonty2 released this 2023-10-09 17:06:28 +00:00 | 43 commits to master since this release

    This release replaces the HTTP-based credential provider with a process provider.

    It also introduces CLI shortcuts: Any action for which there is a hotkey can also be invoked via creddy shortcut <action>. Currently the only actions defined are show_window and launch_terminal.

    Downloads
  • v0.3.3 3d093a3a45

    v0.3.3 Stable

    jfmonty2 released this 2023-09-14 22:22:38 +00:00 | 54 commits to master since this release

    Fixes issue with setup errors on Linux, and ads app version to CLI output.

    Downloads
  • v0.3.1 e1c2618dc8

    v0.3.1 Stable

    jfmonty2 released this 2023-09-12 22:31:03 +00:00 | 59 commits to master since this release

    Correctly re-hides the application window when a request comes in while an existing request is still being resolved.

    Downloads
  • v0.3.0 51fcccafa2

    v0.3.0 Stable

    jfmonty2 released this 2023-09-11 23:18:05 +00:00 | 63 commits to master since this release

    Add ability to launch terminal emulator preloaded with AWS credentials in its environment.

    Downloads