mirror of
https://github.com/desktop/desktop
synced 2024-11-05 20:49:32 +00:00
commit
99ca3f94a4
2 changed files with 14 additions and 1 deletions
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue