• 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