Skip to content

Commit e58f3b2

Browse files
0.19.0
1 parent 28b15b5 commit e58f3b2

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

js/.changeset/status-spine-format.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

js/CHANGELOG.md

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

3+
## 0.19.0
4+
5+
### Minor Changes
6+
7+
- 112a78e: Replace fixed-width box output with status spine format
8+
- Width-independent output that doesn't truncate or create jagged boxes
9+
- All metadata visible and copy-pasteable (log paths, session IDs)
10+
- Works uniformly in TTY, tmux, SSH, CI, and log files
11+
- Clear visual distinction: │ for metadata, $ for command, no prefix for output
12+
- Result markers ✓ and ✗ for success/failure
13+
- Isolation metadata repeated in footer for context
14+
315
## 0.18.0
416

517
### Minor Changes

js/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.

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "start-command",
3-
"version": "0.18.0",
3+
"version": "0.19.0",
44
"description": "Gamification of coding, execute any command with ability to auto-report issues on GitHub",
55
"main": "src/bin/cli.js",
66
"exports": {

0 commit comments

Comments
 (0)