• v1.1.0 6100b3b3f9

    v1.1.0
    All checks were successful
    CI / clippy (push) Successful in 1m55s
    CI / test (push) Successful in 2m34s
    Stable

    Boo released this 2026-08-05 20:29:30 -04:00 | 5 commits to master since this release

    v1.1.0 - 2026-08-06

    Added

    • Separated daemon start and show ui into their own commands instead of relying on the daemon already running to decide what to do

    Fixed

    • Properly detach launched apps from the waycast process using double fork

    Technical

    • Added changie as a changelog management tool
    • Introduced application container as part of the code cleanup effort
    • Introduced AppConfig struct and sub configs for easier config management and resolution
    • Added CI jobs to run tests + linter on pull requests
    • Added release action

    Pull requests in this release

    • fix: Detach apps from daemon process (#56)
    • chore(ci): Release action (#52)
    • chore(ci): Add rust test + ci job (#51)
    • chore: Backfill changelog fragments from the last few days (#50)
    • chore: Add changelog management with changie (#46)
    • feat: Separate daemon and show UI into their own commands and add additional utility commands (#45)
    • refactor: Create application container (#38)
    • refactor: Centralize app path configuration and separate dev + prod paths for most configs (#37)
    Downloads