Skip to content

Commit

Permalink
Merge pull request desktop#19731 from desktop/releases/3.4.12-beta1
Browse files Browse the repository at this point in the history
Release 3.4.12-beta1
  • Loading branch information
tidy-dev authored Dec 17, 2024
2 parents 0c9aa8c + 8e0ac16 commit 229095e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -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"
],
Expand Down

0 comments on commit 229095e

Please sign in to comment.