|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v0.2.7 |
| 4 | + |
| 5 | +### Added |
| 6 | + |
| 7 | +- Added a "Pause all sessions" command palette action that suspends every running session at once, enabling clean restarts without triggering interrupted-session banners when resuming. |
| 8 | +- Added keyboard shortcuts for adding comments on plan text, with support for rebinding via the command palette. |
| 9 | +- Added OAuth Client ID field to the remote MCP server configuration form, and added Slack as a popular MCP server preset. |
| 10 | +- Canvas markdown editor now shows a floating formatting toolbar when text is selected, making inline formatting actions available right where you're working. |
| 11 | +- Emoji shortcode picker in the message composer: type `:` to search and insert GitHub emoji shortcodes (e.g. `:rocket:` → 🚀). Shortcodes are rendered as emoji while editing and preserved as `:shortcode:` in the exported markdown. |
| 12 | +- Git is bundled with the app under a staff-only experiment, paving the way for users to no longer need git installed on their system. |
| 13 | +- Health check view now shows a Database section with schema version, latest supported version, and database file path (with copy button) |
| 14 | +- Rich Markdown editors now support table editing with row and column insertion, deletion, and column alignment controls. |
| 15 | +- Sidebar workspace hover previews now show when a PR has auto-merge or agent merge enabled. |
| 16 | + |
| 17 | +### Changed |
| 18 | + |
| 19 | +- GitHub Enterprise Server onboarding now uses the device-code authentication flow, matching the GitHub.com experience. |
| 20 | +- Improved markdown list editing in the rich composer: nested lists now render correctly, indent/outdent actions are available via toolbar buttons and Tab/Shift+Tab (or Cmd/Ctrl+[/]) when the cursor is in a list item, and raw markdown editing mode uses a monospace font. |
| 21 | +- Plan review now shows a single unified toolbar when selecting text, combining the comment action and formatting options in one place. |
| 22 | +- The artifact file picker now starts collapsed by default when opening a markdown editor from the chat canvas panel, keeping the editor focused on the new document. |
| 23 | + |
| 24 | +### Fixed |
| 25 | + |
| 26 | +- Anchor navigation in the integrated browser now works correctly without disrupting the current page view. |
| 27 | +- Cross-session messages (send_session_message / send_chat_message) are now reliably delivered even when the target workspace session is not currently active, instead of silently failing while reporting success. |
| 28 | +- File tree folders can now be manually collapsed even when they contain the currently selected file |
| 29 | +- Fixed a Linux-only bug where temporary files created during PR comment replies would appear in the repository root and show up in diffs. |
| 30 | +- Fixed an issue where clicking "New session" on a pull request or issue could create duplicate workspaces in the sidebar. |
| 31 | +- Fixed an issue where creating a new session for a repository that was still cloning would silently create the session in a different, already-cloned repository instead. |
| 32 | +- Fixed an issue where navigating away while a merge or review drawer was open would leave the backdrop stuck over the app. |
| 33 | +- Fixed an issue where plan canvas comments would disappear the first time a user attached one during exit-plan review. |
| 34 | +- Fixed an issue where the model could repeatedly call the session rename tool instead of continuing with the user's task. |
| 35 | +- Fixed browser preview layout on Linux where the preview appeared as the bottom half of the window instead of in the right panel. |
| 36 | +- Fixed the inline review reply loop and duplicate agent replies that could occur when multiple comments were posted on the same thread in quick succession. |
| 37 | +- Improved canvas markdown editor performance during window resize. |
| 38 | +- Improved error guidance when app update signature verification fails — users now see a clear message with a link to download and reinstall the latest release. |
| 39 | +- Inline review comments from agent reviews no longer get permanently stuck showing an "Investigating" badge. |
| 40 | +- PR review comments can now be added to deleted lines (shown in red) in the diff view, not just added or context lines. |
| 41 | +- Restored undo/redo (Cmd+Z / Ctrl+Z) functionality in the composer, and fixed an issue where focus could be unexpectedly pulled back into the composer textarea. |
| 42 | +- Screen readers now announce the Welcome page heading immediately when the onboarding step appears. |
| 43 | +- Status updates during the app authorization flow (code copied, browser opened, waiting for authorization, timeout hint) are now announced to screen readers. |
| 44 | + |
3 | 45 | ## v0.2.6 |
4 | 46 |
|
5 | 47 | ### Added |
|
0 commit comments