Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dashline",
"version": "0.12.0",
"version": "0.13.0",
"description": "A configurable Claude Code status line. Compose payload fields into lines and zones from settings.json, no scripting. Ships with a context + usage default.",
"author": {
"name": "Ordinary Nerds",
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.12.0"
".": "0.13.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.13.0](https://github.com/ordinarynerds/dashline/compare/v0.12.0...v0.13.0) (2026-07-28)


### ⚠ BREAKING CHANGES

* the `spend` widget is gone; use ["cost", { "period": "week" }]. It shipped in v0.12.0 earlier today and nothing else referenced it.

### Features

* fold spend into cost as a period, and add the month ([3e55a2a](https://github.com/ordinarynerds/dashline/commit/3e55a2a120111b9c3bcf20fa9a621561c2a2f942))


### Bug Fixes

* keep breaking changes on a minor bump before 1.0 ([a78fd99](https://github.com/ordinarynerds/dashline/commit/a78fd99a56360b9be322899a25a7687dbb430f82))

## [0.12.0](https://github.com/ordinarynerds/dashline/compare/v0.11.0...v0.12.0) (2026-07-28)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dashline",
"version": "0.12.0",
"version": "0.13.0",
"description": "A simpler Claude Code status line. Configure it in settings.json, no scripting.",
"type": "module",
"bin": {
Expand Down