|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v0.2.27 |
| 4 | + |
| 5 | +### Fixed |
| 6 | + |
| 7 | +- Fixed task-list checkboxes overflowing outside the card boundary in the pull request drawer, and enabled interactive checkbox toggling in that view. |
| 8 | +- The "Read documentation" link on the home screen now opens the GitHub Copilot app-specific getting started guide instead of the generic Copilot documentation page. |
| 9 | + |
| 10 | +## v0.2.26 |
| 11 | + |
| 12 | +### Added |
| 13 | + |
| 14 | +- Added support for toggling task list checkboxes (`- [ ]` / `- [x]`) directly in the embedded pull request and issue descriptions. Changes are saved back to GitHub. |
| 15 | +- F6 and Shift+F6 now cycle keyboard focus through major regions of the app, making it faster for keyboard and screen-reader users to navigate between the sidebar, conversation area, composer, and other landmarks. |
| 16 | + |
| 17 | +### Changed |
| 18 | + |
| 19 | +- Reduced worktree session startup time by roughly half, from ~6 seconds to ~3.5 seconds. |
| 20 | +- The token usage section in the workspace branch popover now shows cached tokens and reasoning tokens in addition to input and output token counts. |
| 21 | + |
| 22 | +### Fixed |
| 23 | + |
| 24 | +- Conversation no longer replays a long catch-up scroll when returning to a session after display sleep, App Nap, or extended window occlusion. |
| 25 | +- Fixed @mentions, EMU usernames, and commit SHA links not rendering correctly in pull request descriptions containing raw HTML (e.g. <details> blocks). |
| 26 | +- Fixed an issue where delegated sessions using `notify_on_idle: "always"` would send a flood of repeated desktop notifications with no new content. |
| 27 | +- Fixed an issue where deleting a worktree session could force-delete the local branch even when it contained local commits that were never pushed, causing data loss. |
| 28 | +- Fixed an issue where the model picker would revert to the session's previous model when switching back to an existing session, discarding any model selection the user made. |
| 29 | +- Fixed inline images in private-repository issues, pull requests, and comments failing to load with an HTTP 404 error once the page had been open for a few minutes. These images now refresh their short-lived signed URLs on demand. |
| 30 | +- Fixed several keyboard navigation issues in the sidebar chat list: Tab now correctly exits the list instead of getting trapped, activating "Show more" moves focus to the first newly revealed item, and pressing Space no longer accidentally activates a chat row while typing a search. |
| 31 | +- Fixed the end-of-response actions toolbar (copy, share, bookmark, fork) appearing on an assistant message while the response was still in progress. The toolbar now stays hidden across the whole in-flight response and only surfaces once the turn genuinely ends. |
| 32 | +- Removed spurious "No comments yet." placeholder from the pull request conversation area and review draft panel when there are no comments. |
| 33 | +- Settings dropdowns now immediately reflect the chosen archive and delete windows after accepting the auto-cleanup prompt, instead of showing "Disabled" until the next app restart. |
| 34 | +- Show a loading spinner in the diff view when file changes are still loading, preventing a blank white area with no visual feedback. |
| 35 | +- The branch sync indicator now correctly shows when a workspace branch is both diverged from its upstream and behind the PR base, instead of silently dropping the behind-base count and showing a misleading status. |
| 36 | + |
| 37 | +## v0.2.25 |
| 38 | + |
| 39 | +### Fixed |
| 40 | + |
| 41 | +- The app now restores your last viewed page after a reload (such as waking your Mac from sleep), instead of returning you to the home screen. |
| 42 | + |
3 | 43 | ## v0.2.24 |
4 | 44 |
|
5 | 45 | ### Fixed |
|
0 commit comments