Skip to content

Commit

Permalink
Merge pull request desktop#17748 from desktop/releases/3.3.6-beta3
Browse files Browse the repository at this point in the history
Release 3.3.6-beta3
  • Loading branch information
tidy-dev authored Nov 22, 2023
2 parents 43cc52a + 1019dd9 commit deff725
Show file tree
Hide file tree
Showing 2 changed files with 11 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.3.6-beta2",
"version": "3.3.6-beta3",
"main": "./main.js",
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"releases": {
"3.3.6-beta3": [
"[Fixed] A copied full line from a diff now includes a trailing newline - #17652",
"[Fixed] Squash dialog is not shown again after finishing another squashing operation where uncommitted changes were present and had to be stashed - #17627",
"[Improved] The conflicts resolution dialog now has a success banner that is screen reader announced that summarize actions taken - #17687",
"[Improved] Added the ability to open your global .gitconfig file in your selected external editor - #17544. Thanks @DylanDevelops!",
"[Improved] Fixed `Github` -> `GitHub` typo in repository settings - #17697. Thanks @WilliamDavidHarrison!",
"[Improved] Reordering commits is now keyboard accessible - #17671",
"[Improved] Prevent possible duplicate announcement of button labeling to screen reader users - #17706",
"[Improved] Prevent multiple announcing of success banners with Windows NVDA screen reader - #17705"
],
"3.3.6-beta2": [
"[Fixed] Empty lines are included when copying text from diffs - #17652"
],
Expand Down

0 comments on commit deff725

Please sign in to comment.