Skip to content

Commit 1408726

Browse files
committed
Release 3.5.2
1 parent 60ddab5 commit 1408726

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"productName": "GitHub Desktop",
44
"bundleID": "com.github.GitHubClient",
55
"companyName": "GitHub, Inc.",
6-
"version": "3.5.2-beta2",
6+
"version": "3.5.2",
77
"main": "./main.js",
88
"repository": {
99
"type": "git",

changelog.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"releases": {
3+
"3.5.2": [
4+
"[Fixed] Fix the crash that sometimes occurs when opening Pull Request-related notifications - #20761",
5+
"[Fixed] Ensure the cursor type on links is pointer - #20766. Thanks @huanfe1!",
6+
"[Fixed] Fix CmdOrCtrl+Enter in squash dialog - #20716",
7+
"[Fixed] Keyboard selection in the repository list now persists when the list of repositories update - #20672",
8+
"[Fixed] Organization is no longer prefixed to repositories with aliases in the recent group - #20651",
9+
"[Improved] Tutorial responsively adapts at high zoom levels - #20691",
10+
"[Improved] Add the ability to filter changed files by status (modified, new, deleted, untracked) as well as by file exclusion from commit - #20537. Thanks @Gr8z!"
11+
],
312
"3.5.2-beta2": [
413
"[Fixed] Fix the crash that sometimes occurs when opening Pull Request-related notifications - #20761",
514
"[Fixed] Ensure the cursor type on links is pointer - #20766. Thanks @huanfe1!",

0 commit comments

Comments
 (0)