Release 3.3.10-beta1

This commit is contained in:
tidy-dev 2024-02-28 13:30:56 -05:00
parent 2d9e7dfae8
commit 92ae12c448
2 changed files with 7 additions and 1 deletions

View file

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

View file

@ -1,5 +1,11 @@
{
"releases": {
"3.3.10-beta1": [
"[Added] Added visible and semantic check all button for a group of consecutive selectable rows in the diff - #18201",
"[Fixed] Ignore a files parent directories on Windows - #18206",
"[Improved] Add a setting for visibility of diff check marks when committing - #18227",
"[Improved] Add support for toggling link underlines globally - #18035"
],
"3.3.9": [
"[Fixed] The line number inclusion controls are semantic checkboxes and are keyboard accessible - #18064",
"[Fixed] Copying commit SHAs from submodule diffs is keyboard accessible - #18124",