Merge pull request #18698 from desktop/releases/3.3.19

Release 3.4.0
This commit is contained in:
Sergio Padrino 2024-05-29 11:09:15 +02:00 committed by GitHub
commit 144f7f7401
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 3 deletions

View file

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

View file

@ -70,7 +70,7 @@ export function enableUpdateFromEmulatedX64ToARM64(): boolean {
/** Should we allow resetting to a previous commit? */
export function enableResetToCommit(): boolean {
return enableBetaFeatures()
return true
}
/** Should we allow checking out a single commit? */
@ -98,7 +98,7 @@ export const enableRepoRulesBeta = () => true
export const enableCommitDetailsHeaderExpansion = () => true
export const enableDiffCheckMarksAndLinkUnderlines = enableBetaFeatures
export const enableDiffCheckMarksAndLinkUnderlines = () => true
export const enableDiffCheckMarks = enableDiffCheckMarksAndLinkUnderlines
export const enableGroupDiffCheckmarks = enableDiffCheckMarksAndLinkUnderlines

View file

@ -1,5 +1,15 @@
{
"releases": {
"3.4.0": [
"[New] Reset to a previous commit - #12393",
"[Added] Add accessibility settings to toggle link underlines and diff check marks - #18227, 18035",
"[Fixed] Support multiple accounts for remote urls that differ in path - #18676, #18651",
"[Fixed] Refreshing repository indicators will not invalidate credentials - #18622",
"[Fixed] Clear stored credentials when authentication fails on insecure http hosts - #18588",
"[Improved] The generic git auth dialog contents are announced to users of screen readers - #18670",
"[Improved] The diff line numbers and line group controls show check marks so color is not the sole medium to determine inclusion into a commit - #18077",
"[Improved] Links are underlined by default - #18035"
],
"3.3.19-beta2": [
"[Fixed] Support multiple accounts for remote urls that differ in path - #18676, #18651",
"[Fixed] Refreshing repository indicators will not invalidate credentials - #18622",