ccstatusline-usage 2.0.45 → 2.0.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -65,17 +65,14 @@ These widgets are enabled by default. Just install and run!
65
65
 
66
66
  ## 🆕 Recent Updates
67
67
 
68
- ### [v2.0.44](https://github.com/pcvelz/ccstatusline-usage/releases/tag/v2.0.44) - Upstream sync + extra usage
68
+ ### [v2.0.46](https://github.com/pcvelz/ccstatusline-usage/releases/tag/v2.0.46) - Upstream sync
69
69
 
70
- - Merged 101 upstream commits (line reorder, CLAUDE_CONFIG_DIR support, Windows fixes, and more)
71
- - Extra usage spending display in Reset Timer widget (e.g. `Extra: €41.24/€47.00`)
72
- - Auto-detect currency from timezone (Europe/* = €, else $)
70
+ - Merged 101 upstream commits: line reorder move mode, Claude Session ID widget, `CLAUDE_CONFIG_DIR` support, Windows fixes, Block Timer fixes, model string/object handling fix, and more
73
71
 
74
- ### [v2.0.43](https://github.com/pcvelz/ccstatusline-usage/releases/tag/v2.0.43) - Extra usage spending display
72
+ ### [v2.0.45](https://github.com/pcvelz/ccstatusline-usage/releases/tag/v2.0.45) - Extra usage spending display
75
73
 
76
- - Show extra usage spending in Reset Timer widget when weekly limit is reached (e.g. `Extra: €41.24/€47.00`)
74
+ - Extra usage spending display in Reset Timer widget (e.g. `Extra: €41.24/€47.00`)
77
75
  - Auto-detect currency from timezone (Europe/* = €, else $)
78
- - Updated README release notes
79
76
 
80
77
  ### [v2.0.42](https://github.com/pcvelz/ccstatusline-usage/releases/tag/v2.0.42) - Fix reset timer API field
81
78
 
@@ -152,6 +149,8 @@ These widgets are enabled by default. Just install and run!
152
149
 
153
150
  ---
154
151
 
152
+ </div>
153
+
155
154
  ## ✨ Features
156
155
 
157
156
  - **📊 Real-time Metrics** - Display model name, git branch, token usage, session duration, block timer, and more
@@ -656,6 +655,7 @@ jq 'del(.statusLine)' ~/.claude/settings.json > /tmp/cs.json && cat /tmp/cs.json
656
655
 
657
656
  ---
658
657
 
658
+
659
659
  ## 📄 License
660
660
 
661
661
  [MIT](LICENSE) © Matthew Breedlove
@@ -672,6 +672,7 @@ jq 'del(.statusLine)' ~/.claude/settings.json > /tmp/cs.json && cat /tmp/cs.json
672
672
 
673
673
  - GitHub: [@pcvelz](https://github.com/pcvelz)
674
674
 
675
+
675
676
  ---
676
677
 
677
678
  ## 🔗 Related Projects
@@ -51450,7 +51450,7 @@ import { execSync as execSync3 } from "child_process";
51450
51450
  import * as fs5 from "fs";
51451
51451
  import * as path4 from "path";
51452
51452
  var __dirname = "/Users/peter/Documents/Code/ccstatusline-usage/src/utils";
51453
- var PACKAGE_VERSION = "2.0.45";
51453
+ var PACKAGE_VERSION = "2.0.46";
51454
51454
  function getPackageVersion() {
51455
51455
  if (/^\d+\.\d+\.\d+/.test(PACKAGE_VERSION)) {
51456
51456
  return PACKAGE_VERSION;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccstatusline-usage",
3
- "version": "2.0.45",
3
+ "version": "2.0.46",
4
4
  "description": "A customizable status line formatter for Claude Code CLI",
5
5
  "module": "src/ccstatusline.ts",
6
6
  "type": "module",