|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v1.0.19 |
| 4 | + |
| 5 | +### Highlights |
| 6 | + |
| 7 | +- Added a rich text editor for the plan in the workspace Plan tab while Copilot waits for approval. |
| 8 | +- Deep links that create a new session can now nest it under an existing session, so it appears as a child in the sidebar. |
| 9 | +- You can now close an issue as a duplicate and select the canonical issue it duplicates. |
| 10 | +- "Create nested session" now opens a dialog to describe the task, letting the parent session spawn the nested session(s) instead of starting from an empty draft. |
| 11 | + |
| 12 | +### Added |
| 13 | + |
| 14 | +- Added a rich text editor for the plan in the workspace Plan tab while Copilot waits for approval. |
| 15 | +- Deep links that create a new session can now nest it under an existing session using a parent parameter, so it appears as a child in the sidebar. |
| 16 | +- You can now close an issue as a duplicate and select the canonical issue it duplicates. |
| 17 | + |
| 18 | +### Changed |
| 19 | + |
| 20 | +- "Create nested session" now opens a dialog to describe the task, letting the parent session spawn the nested session(s) instead of starting from an empty draft. |
| 21 | +- Clarified the subtitles in the Editor's Picks and Browse by Category sections of the extensions view. |
| 22 | +- Issue numbers now appear inline next to the title in the sub-issue picker, and stay visible even when a row isn't highlighted. |
| 23 | +- Refreshed the styling of nested-session message rows in the chat timeline for a calmer, more consistent look. |
| 24 | + |
| 25 | +### Fixed |
| 26 | + |
| 27 | +- Automation-related actions in the conversation timeline now show clear labels like "Listed automations" and "Saved automation" instead of generic "workflow" wording. |
| 28 | +- Clicking a GitHub Actions check in the checks drawer now opens the Actions job page instead of an incorrect pull request checks link. |
| 29 | +- Corrected "Healthcheck" to "Health check" in dialog and error messages for better readability and screen reader pronunciation. |
| 30 | +- Fixed "New session" on project-scoped canvases in the Extensions Canvas tab so it starts the session directly instead of opening the generic canvas picker. |
| 31 | +- Fixed "View logs" in the PR checks menu sometimes doing nothing for failing checks; it now opens the check's logs on GitHub, or is hidden if no link is available. Re-running a workflow run that is older than a month now shows a clear, calmer message instead of a raw GitHub API error. |
| 32 | +- Fixed text selection in the file view so the line-range highlight no longer lingers across hovered rows and copy behaves correctly. |
| 33 | +- Fixed the browser preview's Reload button sometimes clearing the address bar and failing to reload the page. |
| 34 | +- Fixed the keyboard focus outline being clipped on the first and last rows of the workflow runs and skills lists. |
| 35 | +- Fixed the pull request Reviewers list sometimes appearing empty when reviewers had already submitted a review or when a team was requested for review. |
| 36 | +- Fixed the text caret not appearing when focusing an empty pull request or issue comment box |
| 37 | +- Made date-group labels in the Recent runs list navigable as headings for screen readers. |
| 38 | +- Terminal canvas commands no longer re-execute when a session is restored after restarting the app. |
| 39 | +- The "Create PR" button no longer disappears for up to a minute after committing changes in a cloud-hosted workspace. |
| 40 | + |
3 | 41 | ## v1.0.18 |
4 | 42 |
|
5 | 43 | ### Highlights |
|
0 commit comments