Merge pull request #17406 from desktop/releases/3.3.2

Release 3.3.2
This commit is contained in:
Sergio Padrino 2023-09-19 11:13:51 +02:00 committed by GitHub
commit 99ca3f94a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

View file

@ -3,7 +3,7 @@
"productName": "GitHub Desktop",
"bundleID": "com.github.GitHubClient",
"companyName": "GitHub, Inc.",
"version": "3.3.2-beta2",
"version": "3.3.2",
"main": "./main.js",
"repository": {
"type": "git",

View file

@ -1,5 +1,18 @@
{
"releases": {
"3.3.2": [
"[Fixed] Use forked repository when checking repo rules on forks - #17382. Thanks @vaindil!",
"[Fixed] On macOs, the scroll bar only present when scrolling no longer overlaps conflict resolution buttons - #17374",
"[Fixed] Allow rebasing even when the branch is a direct descendant of the base branch - #17260",
"[Fixed] Branch name pattern regex no longer causes an automatic failure in the \"Create a Branch\" dialog. - #17392",
"[Fixed] Make clear button in input text boxes keyboard accessible - #17324",
"[Fixed] Make the create and clone repository dialogs accessible when the app is zoomed in and the window is small - #17337",
"[Fixed] Fix keyboard navigation in filtered lists - #17311",
"[Fixed] Pressing Tab from the \"Select branch to compare…\" filter input textbox focuses on the first branch in the list - #17314",
"[Fixed] Fix \"Invalid numstat line\" error when trying to preview a pull request - #17267",
"[Improved] After undo, the focus is set to the changes tab instead of the entire document body - #17387",
"[Improved] Commit text inputs retain focus while committing - #17283"
],
"3.3.2-beta2": [
"[Fixed] Use forked repository when checking repo rules on forks - #17382. Thanks @vaindil!",
"[Fixed] On macOs, the scroll bar only present when scrolling no longer overlaps conflict resolution buttons - #17374",