From 2842f856e9fb8443d366ee8b8baf43e8f760aee6 Mon Sep 17 00:00:00 2001 From: Matthew Breedlove Date: Wed, 17 Sep 2025 22:38:54 -0400 Subject: [PATCH] Version bump and README update --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b7b8b3..fa362c8 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/package.json b/package.json index b2837e5..d63b0ac 100644 --- a/package.json +++ b/package.json @@ -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",