From 41a444f9c476a5f62f2e2397c7b9d07b58b56470 Mon Sep 17 00:00:00 2001 From: Markus Olsson Date: Mon, 21 Sep 2020 11:54:04 +0200 Subject: [PATCH] Initial changelog --- app/package.json | 2 +- changelog.json | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index 040e960f5f7..a8a75c35311 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.5.6-beta1", + "version": "2.5.6-beta2", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index 0843eb08bc5..6ef57a520fc 100644 --- a/changelog.json +++ b/changelog.json @@ -1,5 +1,18 @@ { "releases": { + "2.5.6-beta2": [ + "[New] Newly created repositories use 'main' as the default branch name - #10527", + "[New] Users can configure the default branch name in Preferences/Options - #10527", + "[Added] Periodic background fetch and status updates can now be disabled in the Advanced section of Preferences/Options - #10593", + "[Fixed] Update rebase progress parser to parse output from the merge rebase backend - #10590", + "[Fixed] Checking out a PR attempts to locate an existing branch tracking the PR base branch - #10598", + "[Fixed] Only show full screen toast notification when making the app window full-screen. Thanks @Sam-Spencer - #7916", + "[Fixed] Ensure application window doesn't overlap second monitor - #10267", + "[Improved] Show which files are blocking a merge-like operation - #10441", + "[Improved] After failing to move a repository to Trash, show error and keep the repository listed in Desktop - #8333", + "[Improved] Allow using Enter key to confirm in rebase and merge dialogs - #10511", + "[Removed] Remove setting to disable all certificate validation in favor of new best-effort approach - #10581" + ], "2.5.6-beta1": [ "[Fixed] Don't update submodules when discarding files - #10469", "[Fixed] Clicking on a branch in the compare branch list resets focus to the filter text box - #10485",