🔖 chore: bump version to 0.7.1 and update CHANGELOG
This commit is contained in:
parent
cc16cde540
commit
3f72128a25
@ -4,6 +4,15 @@ 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.7.1] - 2026-03-01
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Interactive setup wizard now asks for a tmux layout when a window has 2 or more panes
|
||||||
|
- Layout selection shown in post-wizard summary
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- README: Added ASCII art previews for each available tmux layout
|
||||||
|
|
||||||
## [0.7.0] - 2026-03-01
|
## [0.7.0] - 2026-03-01
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -864,7 +864,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tmuxido"
|
name = "tmuxido"
|
||||||
version = "0.7.0"
|
version = "0.7.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"clap",
|
"clap",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tmuxido"
|
name = "tmuxido"
|
||||||
version = "0.7.0"
|
version = "0.7.1"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user