Update roadmap.md

This commit is contained in:
Markus Olsson 2021-09-06 18:07:08 +02:00 committed by GitHub
parent 1a55868162
commit 94c4f05b2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,14 +4,18 @@ The following are the larger areas of upcoming work the GitHub Desktop team inte
#### Native arm64 support for macOS and Windows
- Provide support for arm64 Windows machines and Apple Silicon (M1) machines: [#9691](https://github.com/desktop/desktop/pull/9691)
#### Expanding diffs
- Allow users to expand diffs to get more context outside of the specific hunk where the change is: [#7014](https://github.com/desktop/desktop/issues/7014)
- Provide support for arm64 Windows machines: [#9691](https://github.com/desktop/desktop/pull/9691)
## Shipped in previous releases
#### Native support for Apple Silicon (M1)
- Provide support for Apple Silicon (M1) machines: [#9691](https://github.com/desktop/desktop/pull/9691)
#### Expanding diffs (2.8.0)
- Allow users to expand diffs to get more context outside of the specific hunk where the change is: [#7014](https://github.com/desktop/desktop/issues/7014)
#### Cherry-picking commits from one branch to another (2.7.1)
- Cherry-pick commits with a context menu and interactively: [#1685](https://github.com/desktop/desktop/issues/1685)