From 8e0ac16f8baa4e8901f1bbc252471c94ab824ae7 Mon Sep 17 00:00:00 2001 From: tidy-dev <75402236+tidy-dev@users.noreply.github.com> Date: Tue, 17 Dec 2024 07:33:12 -0500 Subject: [PATCH] Release 3.4.12-beta1 --- app/package.json | 2 +- changelog.json | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index 4d19dd51526..cfaa279b249 100644 --- a/app/package.json +++ b/app/package.json @@ -3,7 +3,7 @@ "productName": "GitHub Desktop", "bundleID": "com.github.GitHubClient", "companyName": "GitHub, Inc.", - "version": "3.4.11", + "version": "3.4.12-beta1", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index 5f706091a1d..8a8bd5a334e 100644 --- a/changelog.json +++ b/changelog.json @@ -1,5 +1,13 @@ { "releases": { + "3.4.12-beta1": [ + "[Fixed] Merge branch dialog updates whether a branch can be merged when changing selection - #19730", + "[Fixed] Close diff options on mouse down outside of popover - #19644", + "[Fixed] Cap output from git at string max length - #19724", + "[Improved] Add aria label and aria description to ignore files text area in repository settings - #19684", + "[Improved] The link target height of the \"Terms and Conditions\" and \"License and Open Source Notices\" in the about dialog are 24px - #19685", + "[Improved] The contrast of the pending checks header text and progress pie chart meets 3:1 contrast requirements - #19687" + ], "3.4.11": [ "[Fixed] Prevent crash due to excessively long Git output - #19724" ],