Skip to content

Commit 0bb8471

Browse files
0.20.0
1 parent d166655 commit 0bb8471

File tree

4 files changed

+26
-27
lines changed

4 files changed

+26
-27
lines changed

js/.changeset/issue-70-timeline-virtual-commands.md

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

js/CHANGELOG.md

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

3+
## 0.20.0
4+
5+
### Minor Changes
6+
7+
- ad9e796: feat: Rename spine to timeline, add virtual command visualization for Docker
8+
9+
This release updates the internal terminology from "spine" to "timeline" for the status output format, and adds automatic visualization of Docker image pull operations as virtual commands.
10+
11+
Timeline terminology changes:
12+
- The `` prefixed output format is now consistently referred to as "timeline" format throughout the codebase
13+
- All deprecated "spine" names remain available for backwards compatibility
14+
- API changes are reflected in the Rust library (no breaking changes in JS)
15+
16+
Virtual command visualization for Docker:
17+
- When Docker isolation requires pulling an image, it now appears as a separate `$ docker pull <image>` command
18+
- Pull output is streamed in real-time with success (✓) or failure (✗) markers
19+
- Only shown when the image actually needs to be pulled (not when using cached images)
20+
- Provides better visibility into what's happening during Docker-based command execution
21+
22+
Version bumped to 0.20.0 to match the Rust library version.
23+
24+
Fixes #70
25+
326
## 0.19.1
427

528
### Patch 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.19.1",
3+
"version": "0.20.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)