From dade396de100b42c6cd50dafb43bf837362b3aeb Mon Sep 17 00:00:00 2001 From: Matthew Breedlove Date: Thu, 28 Aug 2025 09:37:13 -0400 Subject: [PATCH] Version bump and README update --- README.md | 8 ++++++-- package.json | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b9ed032..3b9b313 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,10 @@ ## 🆕 Recent Updates +### v2.0.11 - Unlimited Status Lines + +- **🚀 No Line Limit** - Configure as many status lines as you need - the 3-line limitation has been removed + ### v2.0.10 - Git Updates - **🌳 Git Worktree widget** - Shows the active worktree name when working with git worktrees @@ -99,7 +103,7 @@ - **📊 Real-time Metrics** - Display model name, git branch, token usage, session duration, block timer, and more - **🎨 Fully Customizable** - Choose what to display and customize colors for each element - **⚡ Powerline Support** - Beautiful Powerline-style rendering with arrow separators, caps, and custom fonts -- **📐 Multi-line Support** - Configure up to 3 independent status lines +- **📐 Multi-line Support** - Configure multiple independent status lines - **🖥️ Interactive TUI** - Built-in configuration interface using React/Ink - **⚙️ Global Options** - Apply consistent formatting across all widgets (padding, separators, bold, background) - **🚀 Cross-platform** - Works seamlessly with both Bun and Node.js @@ -123,7 +127,7 @@ bunx ccstatusline@latest ### Configure ccstatusline The interactive configuration tool provides a terminal UI where you can: -- Configure up to 3 separate status lines +- Configure multiple separate status lines - Add/remove/reorder status line widgets - Customize colors for each widget - Configure flex separator behavior diff --git a/package.json b/package.json index 74a99d3..da79a96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ccstatusline", - "version": "2.0.10", + "version": "2.0.11", "description": "A customizable status line formatter for Claude Code CLI", "module": "src/ccstatusline.ts", "type": "module",