Skip to content

Commit

Permalink
0.96.0 release notes (#6207)
Browse files Browse the repository at this point in the history
* 0.96.0 release notes

* Add gif
  • Loading branch information
alexr00 authored Sep 2, 2024
1 parent 5d3f2e0 commit 17a4a20
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## 0.96.0

### Changes

- Local changes to a checked-out PR can be quickly converted to suggestion comments from both the SCM view and from the diff editor context menu.

![Convert local changes to suggestions](./documentation/changelog/0.96.0/convert-to-suggestions.gif)

### Fixes

- Use the editor font code for the diffs. https://github.com/microsoft/vscode-pull-request-github/issues/6146
- Sort shorter paths to the top. https://github.com/microsoft/vscode-pull-request-github/issues/6143
- Error git config --local branch.main.github-pr-owner-number. https://github.com/microsoft/vscode-pull-request-github/issues/6134
- The "accessibility.underlineLinks": true setting is ignored. https://github.com/microsoft/vscode-pull-request-github/issues/6122

**_Thank You_**

* [@jmg-duarte (Jose Duarte)](https://github.com/jmg-duarte)
* Use editor font for diff [PR #6148](https://github.com/microsoft/vscode-pull-request-github/pull/6148)
* Make code blocks use the editor's font family by default [PR #6149](https://github.com/microsoft/vscode-pull-request-github/pull/6149)

## 0.94.0

### Changes
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 17a4a20

Please sign in to comment.