Skip to content

Commit 221fa69

Browse files
authored
0.130.0 changelog (#8557)
1 parent 63bffe2 commit 221fa69

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## 0.130.0
4+
5+
### Changes
6+
7+
- Multiple PR and issue descriptions can be open at once.
8+
- Repositories without matching issues are now hidden in the Issues view.
9+
- The setting `githubPullRequests.autoRepositoryDetection` can be set to `true` to include repositories that are outside of the workspace.
10+
11+
### Fixes
12+
13+
- GitHub Pull Requests: Refresh Chat Sessions command remains available with disableAIFeature set to true. https://github.com/microsoft/vscode-pull-request-github/issues/8376
14+
- Share permalink as markdown on tab should use filename for link text. https://github.com/microsoft/vscode-pull-request-github/issues/4663
15+
- "Branch does not exist locally" while rebasing. https://github.com/microsoft/vscode-pull-request-github/issues/8487
16+
- Coding Agent UI: Closed pull requests are not detected as closed. https://github.com/microsoft/vscode-pull-request-github/issues/8482
17+
- The "Refresh Pull Request Comments" command does not work. https://github.com/microsoft/vscode-pull-request-github/issues/8445
18+
- Popup "delegate to agent" unremovable. https://github.com/microsoft/vscode-pull-request-github/issues/8496
19+
- There is no indicator of what repository the PR relates to. https://github.com/microsoft/vscode-pull-request-github/issues/8174
20+
- PR titles cropped unnecessarily. https://github.com/microsoft/vscode-pull-request-github/issues/8453
21+
- PR tool descriptions are not user-oriented. https://github.com/microsoft/vscode-pull-request-github/issues/8510
22+
- New "check out PR by number" is confusing. https://github.com/microsoft/vscode-pull-request-github/issues/8455
23+
- Refreshing PR does not refresh rerun status checks. https://github.com/microsoft/vscode-pull-request-github/issues/8449
24+
- Improve commit line break unwrapping. https://github.com/microsoft/vscode-pull-request-github/issues/8345
25+
26+
**_Thank You_**
27+
28+
* [@gvilums (Georgijs)](https://github.com/gvilums): Fix PR tree reveal errors for flat file layout [PR #8522](https://github.com/microsoft/vscode-pull-request-github/pull/8522)
29+
330
## 0.128.0
431

532
### Changes

0 commit comments

Comments
 (0)