Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.3.15 #18564

Merged
merged 3 commits into from
May 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.15-beta2",
"version": "3.3.15",
"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.3.15": [
"[Added] The diff view now highlights Zig syntax - #17957. Thanks @imkylecat!",
"[Fixed] Bring back color to links in PR timeline - #18561",
"[Fixed] Remove unnecessary br elements to make the app easier to navigate with screen readers - #18444, #18436",
"[Fixed] Prevent clipping of dialog controls and content when app is zoomed - #18412",
"[Improved] Make sure the arrow path in a dropdown button can't receive focus - #18562",
"[Improved] Increase contrast on modified and conflicted octicons - #18560"
],
"3.3.15-beta2": [
"[Fixed] Bring back color to links in PR timeline - #18561",
"[Improved] Make sure the arrow path in a dropdown button can't receive focus - #18562",
Expand Down