From d52c166727d5f6566e69fc81aeaba11f2406684a Mon Sep 17 00:00:00 2001 From: tidy-dev Date: Tue, 6 Apr 2021 12:57:22 -0400 Subject: [PATCH 1/5] Release 2.7.2 --- app/package.json | 2 +- changelog.json | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index 16b461f2f4..5d4a21e9b1 100644 --- a/app/package.json +++ b/app/package.json @@ -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", diff --git a/changelog.json b/changelog.json index 30435b41a3..b4f525bbe7 100644 --- a/changelog.json +++ b/changelog.json @@ -1,5 +1,16 @@ { "releases": { + "2.7.2": [ + "[Added] Create branch during cherry-picking via the context menu - #11903", + "[Added] Suggest macOS users to 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] Fix bug getting 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 are provided to the user - #11845" + ], "2.7.2-beta2": [ "[Added] Expand diffs above and below the changes to get more context in other parts of files - #11902", "[Fixed] Undo cherry-picking onto a remote branch now works as expected - #11921", From deb4cb056334f4c9e496caa7cd880367d97fe3dd Mon Sep 17 00:00:00 2001 From: Billy Griffin <5091167+billygriffin@users.noreply.github.com> Date: Tue, 6 Apr 2021 11:23:01 -0600 Subject: [PATCH 2/5] Update changelog.json --- changelog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.json b/changelog.json index b4f525bbe7..11cd2fe31c 100644 --- a/changelog.json +++ b/changelog.json @@ -2,7 +2,7 @@ "releases": { "2.7.2": [ "[Added] Create branch during cherry-picking via the context menu - #11903", - "[Added] Suggest macOS users to move the app to `/Applications` to prevent issues - #11846", + "[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] Fix bug getting commit summary info in rebase - #11853", From 07c10daaffc66aaa138f2fb960a431259c907aba Mon Sep 17 00:00:00 2001 From: Billy Griffin <5091167+billygriffin@users.noreply.github.com> Date: Tue, 6 Apr 2021 11:23:07 -0600 Subject: [PATCH 3/5] Update changelog.json --- changelog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.json b/changelog.json index 11cd2fe31c..41cfc1ff27 100644 --- a/changelog.json +++ b/changelog.json @@ -5,7 +5,7 @@ "[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] Fix bug getting commit summary info in rebase - #11853", + "[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", From 5b94c877f4b9ed7236eae399099f6510f27f54ba Mon Sep 17 00:00:00 2001 From: Billy Griffin <5091167+billygriffin@users.noreply.github.com> Date: Tue, 6 Apr 2021 11:23:12 -0600 Subject: [PATCH 4/5] Update changelog.json --- changelog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.json b/changelog.json index 41cfc1ff27..73c1374602 100644 --- a/changelog.json +++ b/changelog.json @@ -9,7 +9,7 @@ "[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 are provided to the user - #11845" + "[Improved] Update how privacy and usage stats info is communicated - #11845" ], "2.7.2-beta2": [ "[Added] Expand diffs above and below the changes to get more context in other parts of files - #11902", From dfb09481ae36ae488e6a247a6c8b73fb037fe095 Mon Sep 17 00:00:00 2001 From: tidy-dev Date: Wed, 7 Apr 2021 06:48:01 -0400 Subject: [PATCH 5/5] Add trampoline release note --- changelog.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.json b/changelog.json index 73c1374602..4303d61ae4 100644 --- a/changelog.json +++ b/changelog.json @@ -9,7 +9,8 @@ "[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] 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": [ "[Added] Expand diffs above and below the changes to get more context in other parts of files - #11902",