Skip to content

Commit 0bd00fe

Browse files
committed
docs(changelog): expand v0.3.7 release notes
1 parent 1ceaac9 commit 0bd00fe

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

packages/cli/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## 0.3.7
4+
5+
### Why this patch matters
6+
7+
`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.
8+
9+
In practice, this release means:
10+
11+
- file tree, mobile workspace dock, settings navigation, and Git footer icons now follow the active theme more consistently
12+
- Git footer status actions stay visually distinguishable instead of collapsing into one generic symbol set
13+
- mobile terminal paste is easier to trigger, with clearer fallback handling and mobile upload actions in the same flow
14+
- reopening a workspace restores the last viewed target more reliably, including safer handling around rapid target switching
15+
16+
### Included in v0.3.7
17+
18+
- add theme-owned semantic icon styling for shared workspace and settings surfaces
19+
- scope icon palettes by UI context so different areas can stay cohesive without losing meaning
20+
- align icon groups across supported themes for the file tree, mobile dock, settings navigation, and Git footer
21+
- improve mobile terminal paste and upload UX for touch-first usage
22+
- harden last-viewed workspace target persistence and restore behavior
23+
- fix Git footer icon differentiation for change counts, remote state, local push state, and refresh actions
24+
325
## 0.3.6
426

527
### Patch Changes

0 commit comments

Comments
 (0)