Merge pull request #18235 from desktop/releases/3.3.10-beta1

Release 3.3.10-beta1
This commit is contained in:
tidy-dev 2024-02-29 07:53:49 -05:00 committed by GitHub
commit fa6504c55d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 2 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

@ -105,6 +105,6 @@ export const enableCommitDetailsHeaderExpansion = () => true
export const enableDiffCheckMarksAndLinkUnderlines = enableBetaFeatures
export const enableDiffCheckMarks = enableDiffCheckMarksAndLinkUnderlines
export const enableGroupDiffCheckmarks = enableDevelopmentFeatures
export const enableGroupDiffCheckmarks = enableDiffCheckMarksAndLinkUnderlines
export const enableLinkUnderlines = enableDiffCheckMarksAndLinkUnderlines

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 file's 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",