Skip to content

Commit e2e82e1

Browse files
authored
Merge pull request #5 from ordinarynerds/release-please--branches--main--components--dashline
chore(main): release 0.7.0
2 parents 51c09a9 + 5917c10 commit e2e82e1

5 files changed

Lines changed: 17 additions & 5 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dashline",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"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.",
55
"author": {
66
"name": "Ordinary Nerds",

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.6.0"
2+
".": "0.7.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.7.0](https://github.com/ordinarynerds/dashline/compare/v0.6.0...v0.7.0) (2026-07-24)
4+
5+
6+
### Features
7+
8+
* powerline mode for arrow-joined zone segments ([51c09a9](https://github.com/ordinarynerds/dashline/commit/51c09a9200f5f9919411152b59234178290775d3))
9+
10+
11+
### Bug Fixes
12+
13+
* clip overflowing lines instead of wrapping the terminal ([7b8074a](https://github.com/ordinarynerds/dashline/commit/7b8074a772fe97142b12e41170a59be8f021ce41))
14+
315
## [0.6.0](https://github.com/ordinarynerds/dashline/compare/v0.5.0...v0.6.0) (2026-07-24)
416

517

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dashline",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "A simpler Claude Code status line. Configure it in settings.json, no scripting.",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)