🔖 chore: bump version to 0.6.0 and update CHANGELOG
All checks were successful
continuous-integration/drone/tag Build is passing
All checks were successful
continuous-integration/drone/tag Build is passing
This commit is contained in:
parent
0f27bedc94
commit
973042ce7d
11
CHANGELOG.md
11
CHANGELOG.md
@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
|
## [0.6.0] - 2026-03-01
|
||||||
|
|
||||||
|
### 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
|
||||||
|
|
||||||
## [0.5.2] - 2026-03-01
|
## [0.5.2] - 2026-03-01
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -864,7 +864,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tmuxido"
|
name = "tmuxido"
|
||||||
version = "0.5.2"
|
version = "0.6.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"clap",
|
"clap",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tmuxido"
|
name = "tmuxido"
|
||||||
version = "0.5.2"
|
version = "0.6.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user