X Tutup
Skip to content

Commit fed380b

Browse files
committed
Update changelog
1 parent 3f17106 commit fed380b

File tree

1 file changed

+2
-30
lines changed

1 file changed

+2
-30
lines changed

changelog.json

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,6 @@
11
{
2-
"draft": [
3-
"[New] Warn when committing to a protected branch - #7023",
4-
"[New] Warn when committing to a repository you don't have write access to - #8665",
5-
"[Added] Adding integration for Xcode as external editor - #8255. Thanks @msztech!",
6-
"[Fixed] Update embedded Git to address security vulnerabilities - #8780",
7-
"[Fixed] Changed wording to match git autocrlf behavior - #5741. Thanks @jmhammock!",
8-
"[Fixed] Don't dismiss dialogs when dragging from the dialog to the backdrop - #8544",
9-
"[Fixed] Fix arrow key navigation of Changes and History lists (#6845) - #6845. Thanks @JMcKiern!",
10-
"[Fixed] Handle multibyte characters in names - #8534",
11-
"[Fixed] Keep PR badge on top of progress bar - #8622",
12-
"[Fixed] Prevent application crash when background process spawn fails - #8614",
13-
"[Fixed] Show autocomplete suggestions on top of CodeMirror author input - #4084",
14-
"[Fixed] Standardize dialogs' button orders - #7186 #2463 #5883",
15-
"[Improved] Make no newline indicator in file diffs readable by screenreaders. - #6494. Thanks @jmhammock!"
16-
],
2+
"draft": [],
173
"releases": {
18-
"2.2.4": [
19-
"[New] Warn when committing to a protected branch - #7023",
20-
"[New] Warn when committing to a repository you don't have write access to - #8665",
21-
"[Added] Adding integration for Xcode as external editor - #8255. Thanks @msztech!",
22-
"[Fixed] Update embedded Git to address security vulnerabilities - #8780",
23-
"[Fixed] Changed wording to match git autocrlf behavior - #5741. Thanks @jmhammock!",
24-
"[Fixed] Don't dismiss dialogs when dragging from the dialog to the backdrop - #8544",
25-
"[Fixed] Fix arrow key navigation of Changes and History lists (#6845) - #6845. Thanks @JMcKiern!",
26-
"[Fixed] Handle multibyte characters in names - #8534",
27-
"[Fixed] Keep PR badge on top of progress bar - #8622",
28-
"[Fixed] Prevent application crash when background process spawn fails - #8614",
29-
"[Fixed] Show autocomplete suggestions on top of CodeMirror author input - #4084",
30-
"[Fixed] Standardize dialogs' button orders - #7186 #2463 #5883",
31-
"[Improved] Make no newline indicator in file diffs readable by screenreaders. - #6494. Thanks @jmhammock!"
32-
]
4+
"0.0.1": ["And so it begins..."]
335
}
346
}

0 commit comments

Comments
 (0)
X Tutup