• 0.6.0
    All checks were successful
    continuous-integration/drone/tag Build is passing
    Stable

    cinco released this 2026-03-01 07:07:41 +00:00 | 19 commits to main since this release

    Added

    • Periodic update check: on startup, if update_check_interval_hours have elapsed since
      the last check, tmuxido fetches the latest release tag from the Gitea API and prints a
      notice when a newer version is available (silent on network failure or no update found)
    • New update_check module (src/update_check.rs) with injected fetcher for testability
    • update_check_interval_hours config field (default 24, set to 0 to disable)
    • Cache file ~/.cache/tmuxido/update_check.json tracks last-checked timestamp and
      latest known version across runs
    Downloads