|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v0.2.34 |
| 4 | + |
| 5 | +### Highlights |
| 6 | + |
| 7 | +- Added a Plugins tab in Settings to install, manage, and browse Copilot plugins from marketplaces, with enable/disable toggles, update, and uninstall. |
| 8 | +- Pull request and issue detail views now show a metadata toolbar below the title with one-click editing for reviewers, assignees, and labels. |
| 9 | +- You can now select and copy text from the diff view, with selections preserved as you scroll. |
| 10 | +- New session screens display rotating feature tips covering slash commands, file references, modes, and more. |
| 11 | +- Clicking a choice in an ask-user prompt now confirms it immediately, removing the need for a second Continue click. |
| 12 | + |
| 13 | +### Added |
| 14 | + |
| 15 | +- Added a Plugins tab in Settings to install, manage, and browse Copilot plugins from marketplaces, including enable/disable toggles, update, and uninstall. |
| 16 | +- Added an "Open in default browser" option to the right-click context menu on links in chat messages. |
| 17 | +- New session screens now display rotating feature tips — covering slash commands, file references, modes, and more — so you can discover what Copilot can do while you think about your first message. |
| 18 | +- Pull request and issue detail views now show a metadata toolbar directly below the title with pill-shaped buttons for reviewers, assignees, and labels — each editable in one click. |
| 19 | +- You can now select and copy text from the diff view, with selections preserved as you scroll through virtualized content. |
| 20 | + |
| 21 | +### Changed |
| 22 | + |
| 23 | +- Clicking a choice in an ask-user prompt now confirms it immediately, removing the need to click Continue as a second step. |
| 24 | +- The rotating tip in the empty states is now more accessible: its shuffle control names the action in its accessible name ("Show another tip"), and a newly shuffled tip is announced to screen readers. |
| 25 | +- You can now scroll the mouse wheel over the right-panel tab bar to reveal tabs that don't fit on screen, in addition to using the overflow menu. |
| 26 | + |
| 27 | +### Fixed |
| 28 | + |
| 29 | +- Fixed a horizontal scrollbar appearing in the Settings dialog at high browser zoom levels. |
| 30 | +- In the keyboard shortcuts help dialog, screen readers now read each shortcut as a structured list that pairs the action with its keys, and announce punctuation keys such as comma, brackets, and backtick by name instead of skipping them. |
| 31 | +- Long single-word pull request and issue titles (such as test method names) now wrap correctly instead of overflowing the container in both the full-screen and sidebar panel views. |
| 32 | +- On Linux, middle-click paste no longer unexpectedly attaches a clipboard image to the message composer. |
| 33 | +- Screen readers now announce the correct last-updated time for sidebar workspace rows instead of always saying '2 minutes ago'. |
| 34 | +- Screen readers now announce which item is active in the Settings navigation panel, making it easier to orient within the Settings dialog without leaving the navigation list. |
| 35 | +- Screen readers now correctly announce "Settings" (instead of "Projects") when the Settings dialog opens. |
| 36 | +- The 'No GitHub repositories yet' empty-state heading in My Work is now a real heading, allowing screen-reader users to reach it via heading navigation. |
| 37 | +- The Settings dialog page title is now properly announced as a heading by screen readers, improving navigation for assistive technology users. |
| 38 | +- VoiceOver now announces Skills settings rows correctly — the disclosure reads only the skill name instead of including the action buttons' labels in the announcement. |
| 39 | + |
3 | 40 | ## v0.2.33 |
4 | 41 |
|
5 | 42 | ### Highlights |
|
0 commit comments