Skip to content

Commit 239097c

Browse files
docs: update changelog for v0.2.5
1 parent 135dc9a commit 239097c

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

changelog.md

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

3+
## v0.2.5
4+
5+
### Added
6+
7+
- Workflow schedules now support quarter-hour start times (e.g. 12:15 AM), giving more flexibility when configuring daily and weekly automations.
8+
9+
### Changed
10+
11+
- Composer status pills are now hidden while prompt or widget takeover surfaces are active, keeping the focus on the current decision. Pending-decision row numbers also stay aligned when choices wrap to multiple lines.
12+
- Improved accessibility across onboarding, including better keyboard navigation, focus rings, and screen reader support for theme selection, as well as clearer repository-selection semantics.
13+
14+
### Fixed
15+
16+
- App auto-update now retries failed authenticated requests anonymously, fixing update failures for users whose GitHub token is blocked by SAML/SSO enforcement.
17+
- Fixed an issue where workflow creation could get stuck on clean installs due to the model picker showing a default model that wasn't recognized by the workflow dialog.
18+
- Fixed focus ring rendering issues on home composer buttons — including clipping, z-order, WebKit ghost outlines, and pixel misalignments.
19+
- Fixed sidebar navigation snapping back to the active chat when clicking Workflows or other sidebar items while the quick chat composer was focused.
20+
- Fixed the composer send button visibly shifting position when switching between sessions.
21+
- Follow-up messages submitted in the composer while a session is starting are now queued and shown immediately, instead of being blocked until the session is ready.
22+
- In-place (non-worktree) sessions now stay on the current branch by default. The agent will no longer create new branches, switch branches, or commit without being explicitly asked to do so.
23+
- Long branch names in the home screen branch picker no longer overflow their container.
24+
- Nested lists in the markdown editor now render with correct indentation.
25+
- Nested markdown lists now render with correct indentation.
26+
- Restored bottom spacing and muted backdrop on the draft session composer so the project and branch pickers are visually grouped with the composer card.
27+
- Restored live git clone progress updates (e.g. "Receiving objects: 42%") in the workspace cloning indicator
28+
- Session creation no longer fails when a stale git lock file is present — the lock file is now automatically removed and the operation retried.
29+
- The My Work inbox filter panel now remembers whether it was open when navigating away and back.
30+
331
## v0.2.4
432

533
### Added
@@ -17,6 +45,8 @@
1745
- Fixed blurry app icon on Windows at all DPI scales
1846
- Fixed fullscreen toggle appearing on the wrong side in split panel layouts
1947
- Restored spinner animation for in-progress todos in the Plan tab
48+
- Fixed sidebar navigation snapping back to the active quick chat when clicking another section (e.g. Workflows) while the chat composer was focused
49+
- Quick chats with unsent composer drafts are no longer discarded when navigating away from the chats view, so typed text isn't lost when switching to another sidebar section
2050

2151
## v0.2.3
2252

0 commit comments

Comments
 (0)