ccstatusline-usage 2.0.44 → 2.0.45

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,6 +65,12 @@ 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
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 $)
73
+
68
74
  ### [v2.0.43](https://github.com/pcvelz/ccstatusline-usage/releases/tag/v2.0.43) - Extra usage spending display
69
75
 
70
76
  - Show extra usage spending in Reset Timer widget when weekly limit is reached (e.g. `Extra: €41.24/€47.00`)
@@ -426,7 +432,7 @@ These settings affect where long lines are truncated, and where right-alignment
426
432
 
427
433
  Configure global formatting preferences that apply to all widgets:
428
434
 
429
- ![Global Options](screenshots/global.png)
435
+ ![Global Options](https://raw.githubusercontent.com/sirmalloc/ccstatusline/main/screenshots/global.png)
430
436
 
431
437
  #### Default Padding & Separators
432
438
  - **Default Padding** - Add consistent padding to the left and right of each widget
@@ -458,7 +464,7 @@ Configure global formatting preferences that apply to all widgets:
458
464
 
459
465
  The Block Timer widget helps you track your progress through Claude Code's 5-hour conversation blocks:
460
466
 
461
- ![Block Timer](screenshots/blockTimer.png)
467
+ ![Block Timer](https://raw.githubusercontent.com/sirmalloc/ccstatusline/main/screenshots/blockTimer.png)
462
468
 
463
469
  **Display Modes:**
464
470
  - **Time Display** - Shows elapsed time as "3hr 45m" (default)
@@ -662,6 +668,10 @@ jq 'del(.statusLine)' ~/.claude/settings.json > /tmp/cs.json && cat /tmp/cs.json
662
668
 
663
669
  - GitHub: [@sirmalloc](https://github.com/sirmalloc)
664
670
 
671
+ **PC van Velzen** ([pcvelz/ccstatusline-usage](https://github.com/pcvelz/ccstatusline-usage) fork)
672
+
673
+ - GitHub: [@pcvelz](https://github.com/pcvelz)
674
+
665
675
  ---
666
676
 
667
677
  ## 🔗 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.44";
51453
+ var PACKAGE_VERSION = "2.0.45";
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.44",
3
+ "version": "2.0.45",
4
4
  "description": "A customizable status line formatter for Claude Code CLI",
5
5
  "module": "src/ccstatusline.ts",
6
6
  "type": "module",