|
1 | 1 | # Changelog |
2 | 2 |
|
| 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 | + |
3 | 31 | ## v0.2.4 |
4 | 32 |
|
5 | 33 | ### Added |
|
17 | 45 | - Fixed blurry app icon on Windows at all DPI scales |
18 | 46 | - Fixed fullscreen toggle appearing on the wrong side in split panel layouts |
19 | 47 | - 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 |
20 | 50 |
|
21 | 51 | ## v0.2.3 |
22 | 52 |
|
|
0 commit comments