Version bump and README update

This commit is contained in:
Matthew Breedlove
2025-09-17 22:38:54 -04:00
parent 2ecaf023b7
commit 2842f856e9
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -46,6 +46,10 @@
## 🆕 Recent Updates
### v2.0.14 - Add remaining mode toggle to Context Percentage widgets
- **Remaining Mode** - You can now toggle the Context Percentage widgets between usage percentage and remaining percentage when configuring them in the TUI by pressing the 'l' key.
### v2.0.12 - Custom Text widget now supports emojis
- **👾 Emoji Support** - You can now paste emoji into the custom text widget. You can also turn on the merge option to get emoji labels for your widgets like this:
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ccstatusline",
"version": "2.0.13",
"version": "2.0.14",
"description": "A customizable status line formatter for Claude Code CLI",
"module": "src/ccstatusline.ts",
"type": "module",