Skip to content

Commit e26ff22

Browse files
0.7.5
1 parent 1a3c4cb commit e26ff22

File tree

4 files changed

+16
-15
lines changed

4 files changed

+16
-15
lines changed

.changeset/fix-screen-tty-output.md

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

CHANGELOG.md

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

3+
## 0.7.5
4+
5+
### Patch Changes
6+
7+
- 31a67fc: fix: Screen isolation output always captured in attached mode
8+
9+
Changed attached mode to always use log capture instead of direct screen invocation.
10+
This ensures command output is never lost, even for quick commands that would
11+
otherwise have their output disappear when the screen session terminates rapidly.
12+
13+
Fixes #25: Output from `$ --isolated screen -- echo "hello"` is now properly
14+
displayed instead of being lost with only "[screen is terminating]" shown.
15+
316
## 0.7.4
417

518
### Patch Changes

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": "start-command",
3-
"version": "0.7.4",
3+
"version": "0.7.5",
44
"description": "Gamification of coding, execute any command with ability to auto-report issues on GitHub",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)