@spencer-kit/coder-studio 0.3.7 → 0.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +32 -2
- package/dist/esm/bin.mjs +3561 -2692
- package/dist/esm/bin.mjs.map +4 -4
- package/dist/esm/server-runner.mjs +3550 -2681
- package/dist/esm/server-runner.mjs.map +4 -4
- package/dist/web/assets/{index-CoNo6FuB.css → index-BwryTUQ9.css} +1 -1
- package/dist/web/assets/index-Z64V-v_U.js +111 -0
- package/dist/web/assets/index-Z64V-v_U.js.map +1 -0
- package/dist/web/index.html +2 -2
- package/package.json +1 -1
- package/dist/web/assets/index-DdIyj_YE.js +0 -111
- package/dist/web/assets/index-DdIyj_YE.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,40 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 0.3.
|
|
3
|
+
## 0.3.9
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- [#
|
|
7
|
+
- [#41](https://github.com/spencerkit/coder-studio/pull/41) [`37f68b2`](https://github.com/spencerkit/coder-studio/commit/37f68b22fa605d1cbe92a6b8bc7e2ad550bfad89) Thanks [@pallyoung](https://github.com/pallyoung)! - Polish desktop and mobile workspace chrome, settings surfaces, terminal fullscreen layout, and supervisor evaluation guidance.
|
|
8
|
+
|
|
9
|
+
## 0.3.8
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#37](https://github.com/spencerkit/coder-studio/pull/37) [`e27cd04`](https://github.com/spencerkit/coder-studio/commit/e27cd048832ff72d337512329695d6914ad38f37) Thanks [@pallyoung](https://github.com/pallyoung)! - Fix Windows runtime verification by preserving supervisor plan step status literals during evaluation payload parsing so the bundled server package builds cleanly in CI.
|
|
14
|
+
|
|
15
|
+
- [#37](https://github.com/spencerkit/coder-studio/pull/37) [`2ed1034`](https://github.com/spencerkit/coder-studio/commit/2ed10341e1af65290545731525f7fe7e6435dac7) Thanks [@pallyoung](https://github.com/pallyoung)! - Fix supervisor creation rollback when target files fail, and keep manual trigger disabled while an earlier supervisor cycle is still in flight.
|
|
16
|
+
|
|
17
|
+
## 0.3.7
|
|
18
|
+
|
|
19
|
+
### Why this patch matters
|
|
20
|
+
|
|
21
|
+
`v0.3.7` is a UI and workflow polish release focused on consistency. It makes icon styling truly theme-owned across the workspace, fixes places where icons in the same surface could drift into mismatched colors, improves mobile terminal paste and upload flows, and makes workspace target restore more dependable when you return to an existing workspace.
|
|
22
|
+
|
|
23
|
+
In practice, this release means:
|
|
24
|
+
|
|
25
|
+
- file tree, mobile workspace dock, settings navigation, and Git footer icons now follow the active theme more consistently
|
|
26
|
+
- Git footer status actions stay visually distinguishable instead of collapsing into one generic symbol set
|
|
27
|
+
- mobile terminal paste is easier to trigger, with clearer fallback handling and mobile upload actions in the same flow
|
|
28
|
+
- reopening a workspace restores the last viewed target more reliably, including safer handling around rapid target switching
|
|
29
|
+
|
|
30
|
+
### Included in v0.3.7
|
|
31
|
+
|
|
32
|
+
- add theme-owned semantic icon styling for shared workspace and settings surfaces
|
|
33
|
+
- scope icon palettes by UI context so different areas can stay cohesive without losing meaning
|
|
34
|
+
- align icon groups across supported themes for the file tree, mobile dock, settings navigation, and Git footer
|
|
35
|
+
- improve mobile terminal paste and upload UX for touch-first usage
|
|
36
|
+
- harden last-viewed workspace target persistence and restore behavior
|
|
37
|
+
- fix Git footer icon differentiation for change counts, remote state, local push state, and refresh actions
|
|
8
38
|
|
|
9
39
|
## 0.3.6
|
|
10
40
|
|