From 6050cb70f354c51f32b58e58b7c3970ead816756 Mon Sep 17 00:00:00 2001 From: cinco euzebio Date: Sun, 1 Mar 2026 02:23:52 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chore:=20bump=20version=20to=200?= =?UTF-8?q?.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update version in Cargo.toml and add CHANGELOG entry for the new interactive configuration wizard feature. --- CHANGELOG.md | 15 +++++++++++++++ Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abfb371..023baa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ 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.5.0] - 2026-03-01 + +### Added +- Interactive configuration wizard on first run with styled prompts +- `lipgloss` dependency for beautiful terminal UI with Tokyo Night theme colors +- Emoji-enhanced prompts and feedback during setup +- Configure project paths interactively with comma-separated input +- Configure `max_depth` for project discovery scanning +- Configure cache settings (`cache_enabled`, `cache_ttl_hours`) +- Configure default session windows interactively +- Configure panes within each window with custom names +- Configure startup commands for each pane (e.g., `nvim .`, `npm run dev`) +- New `ui` module with styled render functions for all prompts +- Comprehensive summary showing all configured settings after setup + ## [0.4.2] - 2026-03-01 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 0603ea5..cd38ce4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tmuxido" -version = "0.4.3" +version = "0.5.0" edition = "2024" [dev-dependencies]