mirror of
https://github.com/garrytan/gstack.git
synced 2026-08-08 15:28:36 +02:00
fix: Windows browse — stdio array format for Bun compatibility (v0.11.18.2) (#468)
* fix: use stdio array format for Bun Windows compatibility Bun on Windows requires stdio as ['ignore','ignore','ignore'] array, not 'ignore' string. Fixes #448, #454, #458. Closes #444. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * chore: bump version and changelog (v0.11.18.2) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
70c51d509f
commit
9870a4ec49
@@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## [0.11.18.2] - 2026-03-24
|
||||
|
||||
### Fixed
|
||||
|
||||
- **Windows browse daemon fixed.** The browse server wouldn't start on Windows because Bun requires `stdio` as an array (`['ignore', 'ignore', 'ignore']`), not a string (`'ignore'`). Fixes #448, #454, #458.
|
||||
|
||||
## [0.11.18.1] - 2026-03-24
|
||||
|
||||
### Changed
|
||||
|
||||
Reference in New Issue
Block a user