-
released this
2026-03-01 07:07:41 +00:00 | 19 commits to main since this releaseAdded
- Periodic update check: on startup, if
update_check_interval_hourshave 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_checkmodule (src/update_check.rs) with injected fetcher for testability update_check_interval_hoursconfig field (default 24, set to 0 to disable)- Cache file
~/.cache/tmuxido/update_check.jsontracks last-checked timestamp and
latest known version across runs
Downloads
- Periodic update check: on startup, if