🔖 chore: bump version to 0.5.0

Update version in Cargo.toml and add CHANGELOG entry for the new
interactive configuration wizard feature.
This commit is contained in:
Cinco Euzebio 2026-03-01 02:23:52 -03:00
parent 61f6a9fee3
commit 6050cb70f3
2 changed files with 16 additions and 1 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
[package]
name = "tmuxido"
version = "0.4.3"
version = "0.5.0"
edition = "2024"
[dev-dependencies]