From 36e4ed7c5cdcbcd94991d3fc0de4c9053bd865b1 Mon Sep 17 00:00:00 2001 From: Nabil Date: Sat, 25 Jul 2026 16:25:40 +0400 Subject: [PATCH] chore(main): release 0.11.0 --- .claude-plugin/plugin.json | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 21 insertions(+), 5 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index a91ceca..82bbe33 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "dashline", - "version": "0.10.0", + "version": "0.11.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", diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7d9b009..78e7f27 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8958cad..0852947 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.11.0](https://github.com/ordinarynerds/dashline/compare/v0.10.0...v0.11.0) (2026-07-25) + + +### Features + +* eight new widgets and item chrome drawn once per datum ([718a165](https://github.com/ordinarynerds/dashline/commit/718a165428de9d0fe7024d211deadc6862fc81b2)) +* per-item text styles (bold, italic, underline) ([4d208a7](https://github.com/ordinarynerds/dashline/commit/4d208a764f258e8dac21dea14910692cc7584a8f)) +* **playground:** builder rework, docs, and hosting at dashline.ordinarynerds.com ([a7996a2](https://github.com/ordinarynerds/dashline/commit/a7996a2daeaeb9a26da7ede929786454ff48bc2b)) +* **playground:** interactive dashline builder with live preview ([ad0a7ce](https://github.com/ordinarynerds/dashline/commit/ad0a7ce20d51aaa0501a39504d88a3b6af32763e)) + + +### Bug Fixes + +* apply text styles across the whole percent widget and label icons ([99d6381](https://github.com/ordinarynerds/dashline/commit/99d638144f05fa01d2426551be2ae64377605ecf)) +* **playground:** wire thresholds into preview colors and style widget icons ([dbc1fc7](https://github.com/ordinarynerds/dashline/commit/dbc1fc7babeff3875e89ede2d9737ab54547a11c)) + ## [0.10.0](https://github.com/ordinarynerds/dashline/compare/v0.9.0...v0.10.0) (2026-07-24) diff --git a/package-lock.json b/package-lock.json index e1f0a96..211507a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dashline", - "version": "0.10.0", + "version": "0.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dashline", - "version": "0.10.0", + "version": "0.11.0", "license": "MIT", "bin": { "dashline": "bin/dashline" diff --git a/package.json b/package.json index 126f7ce..678aa1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dashline", - "version": "0.10.0", + "version": "0.11.0", "description": "A simpler Claude Code status line. Configure it in settings.json, no scripting.", "type": "module", "bin": {