Skip to content

Commit 4616f73

Browse files
committed
Release 3.3.6
1 parent 49855fe commit 4616f73

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"productName": "GitHub Desktop",
44
"bundleID": "com.github.GitHubClient",
55
"companyName": "GitHub, Inc.",
6-
"version": "3.3.6-beta4",
6+
"version": "3.3.6",
77
"main": "./main.js",
88
"repository": {
99
"type": "git",

app/src/lib/feature-flag.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ export function enableMoveStash(): boolean {
9595
export const enableCustomGitUserAgent = enableBetaFeatures
9696

9797
export function enableSectionList(): boolean {
98-
return enableBetaFeatures()
98+
return true
9999
}
100100

101101
export const enableRepoRulesBeta = () => true
102102

103-
export const enableCommitDetailsHeaderExpansion = enableBetaFeatures
103+
export const enableCommitDetailsHeaderExpansion = () => true

changelog.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
{
22
"releases": {
3+
"3.3.6": [
4+
"[Fixed] Previewing a pull request with a deleted image file no longer errors with \"The path does not exist on disk\". - #17659",
5+
"[Fixed] Empty lines are included when copying text from diffs - #17652",
6+
"[Fixed] A copied full line from a diff now includes a trailing newline - #17652",
7+
"[Fixed] Creating pull requests from a renamed branch uses the branch name in the remote - #17628",
8+
"[Fixed] On macOS Sonoma, the VoiceOver regression preventing our dialog headers announcements has been fixed. - #17631",
9+
"[Fixed] Squash dialog is not shown again after finishing another squashing operation where uncommitted changes were present and had to be stashed - #17627",
10+
"[Improved] Added the ability to open your global .gitconfig file in your selected external editor - #17544. Thanks @DylanDevelops!",
11+
"[Improved] Fixed `Github` -> `GitHub` typo in repository settings - #17697. Thanks @WilliamDavidHarrison!",
12+
"[Improved] Screen readers announce group name when navigating through grouped lists - #17567",
13+
"[Improved] The history commit summary header is now expandable making the tool-tipped meta data keyboard accessible - #17557.",
14+
"[Improved] Reordering commits is now keyboard accessible - #17671",
15+
"[Improved] The conflicts resolution dialog now has a success banner that is screen reader announced that summarize actions taken - #17687",
16+
"[Improved] The pull request branch selection popover header is announced by screen readers. - #17631",
17+
"[Improved] Prevent possible duplicate announcement of button labeling to screen reader users - #17706",
18+
"[Improved] Improve keyboard and screen reader support for banners - #17542"
19+
],
320
"3.3.6-beta4": [
421
"[Fixed] Previewing a pull request with a deleted image file no longer errors with \"The path does not exist on disk\". - #17659",
522
"[Improved] Commit summary descriptions are scrollable when the content is long - #17708"

0 commit comments

Comments
 (0)