@spencer-kit/coder-studio 0.3.7 → 0.3.8

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 CHANGED
@@ -1,10 +1,34 @@
1
1
  # Changelog
2
2
 
3
- ## 0.3.7
3
+ ## 0.3.8
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [#35](https://github.com/spencerkit/coder-studio/pull/35) [`2182828`](https://github.com/spencerkit/coder-studio/commit/2182828da8c199b7a0dc540f547d98d9b79c8e2c) Thanks [@pallyoung](https://github.com/pallyoung)! - Improve theme-owned workspace icon styling so file tree, mobile workspace dock, settings navigation, and Git footer icons stay consistent across themes, while also hardening workspace target restore behavior and mobile terminal paste and upload flows.
7
+ - [#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.
8
+
9
+ - [#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.
10
+
11
+ ## 0.3.7
12
+
13
+ ### Why this patch matters
14
+
15
+ `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.
16
+
17
+ In practice, this release means:
18
+
19
+ - file tree, mobile workspace dock, settings navigation, and Git footer icons now follow the active theme more consistently
20
+ - Git footer status actions stay visually distinguishable instead of collapsing into one generic symbol set
21
+ - mobile terminal paste is easier to trigger, with clearer fallback handling and mobile upload actions in the same flow
22
+ - reopening a workspace restores the last viewed target more reliably, including safer handling around rapid target switching
23
+
24
+ ### Included in v0.3.7
25
+
26
+ - add theme-owned semantic icon styling for shared workspace and settings surfaces
27
+ - scope icon palettes by UI context so different areas can stay cohesive without losing meaning
28
+ - align icon groups across supported themes for the file tree, mobile dock, settings navigation, and Git footer
29
+ - improve mobile terminal paste and upload UX for touch-first usage
30
+ - harden last-viewed workspace target persistence and restore behavior
31
+ - fix Git footer icon differentiation for change counts, remote state, local push state, and refresh actions
8
32
 
9
33
  ## 0.3.6
10
34