From e4b9c41c2219db2f7c8a3b48b9b7e98f0adbee88 Mon Sep 17 00:00:00 2001 From: cinco euzebio Date: Sun, 1 Mar 2026 05:07:06 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chore:=20bump=20version=20to=200?= =?UTF-8?q?.7.1=20and=20update=20CHANGELOG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3cbe9c..5a07554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +## [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 ### Changed diff --git a/Cargo.lock b/Cargo.lock index bc4e7b6..ec020fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -864,7 +864,7 @@ dependencies = [ [[package]] name = "tmuxido" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index b4c87fe..3b1a29e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tmuxido" -version = "0.7.0" +version = "0.7.1" edition = "2024" [dev-dependencies]