You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.17.0] - 2026-04-07
11
+
12
+
See [docs/releases/v0.17.0.md](docs/releases/v0.17.0.md) for full notes and [docs/releases/v0.17.0/assets.md](docs/releases/v0.17.0/assets.md) for release asset inventory.
13
+
14
+
### Added
15
+
16
+
- Add stale worktree pruning controls in the sidebar.
17
+
- Add merged worktree cleanup flow and cleanup dialog.
18
+
- Add floating chat widget shell for the mobile layout.
19
+
- Add cached syntax highlighting for chat diffs.
20
+
- Add copy buttons to assistant responses.
21
+
- Add collapsible diff file headers.
22
+
- Add PR review workspace helper scripts.
23
+
- Add persistent saved layout preferences.
24
+
25
+
### Changed
26
+
27
+
- Unify the right panel into tabbed Files, Editor, and Diffs views.
28
+
- Open terminal file links directly in the code viewer.
29
+
- Show an open-diff action when file summaries are unavailable.
- Remove sidebar blur and side-panel hint text from code viewers.
33
+
- Tighten preview blocking so empty toast overlays do not hide the browser preview.
34
+
- Shorten chat shortcut guide titles.
35
+
- Add PR request-changes tone setting support.
36
+
- Prevent the review pane from scrolling independently.
37
+
- Streamline thread UI and desktop build packaging.
38
+
39
+
### Fixed
40
+
41
+
- Fix theme hydration and terminal and file navigation stability.
42
+
- Fix desktop release packaging regressions before ship.
43
+
10
44
## [0.16.1] - 2026-04-06
11
45
12
46
See [docs/releases/v0.16.1.md](docs/releases/v0.16.1.md) for full notes and [docs/releases/v0.16.1/assets.md](docs/releases/v0.16.1/assets.md) for release asset inventory.
@@ -517,3 +551,4 @@ First public version tag. See [docs/releases/v0.0.1.md](docs/releases/v0.0.1.md)
0 commit comments