Skip to content

Commit 0043f4c

Browse files
authored
Merge pull request #51 from spencerkit/docs/v0.4.0-release-notes
docs: add v0.4.0 release narrative
2 parents 820fbed + ca60bed commit 0043f4c

2 files changed

Lines changed: 40 additions & 0 deletions

File tree

docs/promotion/releases/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ Add a release narrative when a version is published to GitHub and npm, especiall
1818

1919
## Current releases
2020

21+
- [v0.4.0](v0.4.0.md)
2122
- [v0.3.6](v0.3.6.md)
2223
- [v0.3.5](v0.3.5.md)

docs/promotion/releases/v0.4.0.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Coder Studio v0.4.0
2+
3+
## Why this release matters
4+
5+
`v0.4.0` is a substantial workflow and platform update. It gives Coder Studio more control over how language-server support runs, removes the remaining SQLite-era runtime persistence path in favor of the newer file-backed model, and tightens supervisor restore and editing flows across desktop and mobile.
6+
7+
In practice, this release means:
8+
9+
- language-server runtime behavior is now configurable, including managed installation flows for supported runtimes
10+
- workspace, terminal, auth, settings, provider config, and supervisor persistence no longer depend on the retired SQLite compatibility layer
11+
- supervisor sessions restore more reliably after reconnects or restarts, with clearer edit and recovery flows
12+
- UI foundations for overlays, spacing, typography, and session-state visibility are more consistent across desktop and mobile
13+
14+
## Included in v0.4.0
15+
16+
- add configurable LSP runtime behavior and managed language-server installation support
17+
- remove the remaining SQLite runtime compatibility chain and move persistence onto the newer file-backed repositories
18+
- improve supervisor restore, edit, decomposition, and details-first workflows across desktop and mobile
19+
- tighten running-session visibility and session-state feedback in the workspace shell
20+
- unify overlay, drawer, and modal foundations so shared surfaces behave more consistently
21+
- ship a broad pass of web polish and regression fixes around diagnostics, settings, mobile session flows, and supervisor layout
22+
23+
## Who benefits most
24+
25+
- users relying on Monaco + LSP support inside the browser workspace
26+
- developers reopening long-lived workspaces and expecting supervisor state to restore cleanly
27+
- teams evaluating Coder Studio for steadier day-to-day use beyond early prototype flows
28+
- contributors who need the runtime and persistence model to be easier to reason about and maintain
29+
30+
## Install or upgrade
31+
32+
```bash
33+
npm install -g @spencer-kit/coder-studio
34+
coder-studio open
35+
```
36+
37+
## Full changelog
38+
39+
- [Compare `v0.3.11...v0.4.0`](https://github.com/spencerkit/coder-studio/compare/v0.3.11...v0.4.0)

0 commit comments

Comments
 (0)