Merge pull request #11952 from desktop/releases/2.7.2

Release 2.7.2
This commit is contained in:
tidy-dev 2021-04-07 07:08:18 -04:00 committed by GitHub
commit 2dfe2e95fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

View file

@ -3,7 +3,7 @@
"productName": "GitHub Desktop",
"bundleID": "com.github.GitHubClient",
"companyName": "GitHub, Inc.",
"version": "2.7.2-beta2",
"version": "2.7.2",
"main": "./main.js",
"repository": {
"type": "git",

View file

@ -1,5 +1,17 @@
{
"releases": {
"2.7.2": [
"[Added] Create branch during cherry-picking via the context menu - #11903",
"[Added] Suggest macOS users move the app to `/Applications` to prevent issues - #11846",
"[Fixed] Undo cherry-picking onto a remote branch now works as expected - #11921",
"[Fixed] Dragging commits onto current branch no longer results in a broken state - #11915",
"[Fixed] Get correct commit summary info in rebase - #11853",
"[Improved] Cancel drag operation with escape key - #11925",
"[Improved] Cherry-pick commits onto a pull request with drag and drop - #11922",
"[Improved] Option to change the spellcheck language to English for Windows users whose system language is not English - #11589",
"[Improved] Update how privacy and usage stats info is communicated - #11845",
"[Improved] Remote Git operations are faster and less prone to errors on Windows - #11510"
],
"2.7.2-beta2": [
"[Fixed] Undo cherry-picking onto a remote branch now works as expected - #11921",
"[Improved] Cancel drag operation with escape key - #11925",