chore: bump version to 0.2.1, update README for TUI redesign
All checks were successful
Beta Release / beta (push) Successful in 32s

- Document 4-tab layout (Dashboard, Studio, Shell, Config)
- Add keyboard shortcuts table for new tabs
- Update version references from 0.2.0 to 0.2.1

💘 Generated with Crush

Assisted-by: GLM-5.1 via Crush <crush@charm.land>
This commit is contained in:
Augustin
2026-04-20 21:21:03 +02:00
parent b475348816
commit 22fb2823ce
2 changed files with 45 additions and 21 deletions

View File

@@ -2,7 +2,7 @@ package version
const (
Name = "muyue"
Version = "0.2.0"
Version = "0.2.1"
Author = "La Légion de Muyue"
License = "MIT"
)