• v0.6.5 Stable

    jfmonty2 released this 2025-01-04 15:58:08 +00:00 | 1 commits to master since this release

    Improves start-minimized and start-on-login behavior, fixes Windows support, and upgrades to Tauri 2.2.0.

    Previously, the start-minimized setting was global, i.e. if enabled, Creddy would always start minimized. However, this is probably not what most people want. Most of the time, you only want the application to start minimized if it's starting in the background, i.e. not via an explicit action you took. Any time you are manually launching the application, you probably want to see it. With this release, Creddy will now start minimized only when starting in the background, or if the user super-explicitly requests it by passing the --minimized option.

    Since most platforms allow the user to manage startup apps outside of the apps themselves, Creddy will also attempt to detect when its autostart configuration has been disabled from "outside" and update its own settings to match. On Windows this may not be fully reliable, however, as Windows allows the user to disable startup apps without completely removing them, which seems to mess up the detection.

    Downloads