Skip to content

Commit 709276d

Browse files
authored
Merge pull request desktop#8137 from desktop/releases/2.1.2
Release 2.1.2
2 parents 4d5a6f9 + f3a504b commit 709276d

3 files changed

Lines changed: 20 additions & 3 deletions

File tree

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": "2.1.2-beta2",
6+
"version": "2.1.2",
77
"main": "./main.js",
88
"repository": {
99
"type": "git",

app/src/ui/changes/no-changes.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -697,8 +697,8 @@ export class NoChanges extends React.Component<
697697
<div className="text">
698698
<h1>No local changes</h1>
699699
<p>
700-
There are no uncommitted changes for this repository. Here are
701-
some actions you may find useful:
700+
There are no uncommitted changes in this repository. Here are
701+
some friendly suggestions for what to do next.
702702
</p>
703703
</div>
704704
<img src={PaperStackImage} className="blankslate-image" />

changelog.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
{
22
"releases": {
3+
"2.1.2": [
4+
"[Added] Syntax highlighting support for 20 more programming languages - #7217. Thanks @KennethSweezy!",
5+
"[Added] Kitty shell support for macOS - #5162",
6+
"[Added] Atom editor support on Windows for beta and nightly channels - #8010. Thanks @Rexogamer!",
7+
"[Fixed] File checkboxes and line selection in diffs are not disabled when committing - #3814 #5934. Thanks @HashimotoYT!",
8+
"[Fixed] Small images are scaled down too much in two-up image rendering - #7520",
9+
"[Fixed] Manual conflict resolution for binary files always chooses same version - #8059",
10+
"[Fixed] Branch pruner errors on \"orphaned\" branches - #7983",
11+
"[Fixed] Prevent CodeMirror search plugin from stealing registered global keyboard shortcuts - #8068",
12+
"[Fixed] Update embedded Git on Windows to remove erroneous errors - #8133",
13+
"[Fixed] Menu state not updated for macOS after performing some actions - #8055",
14+
"[Fixed] Error message could appear outside the boundary of its container - #7988",
15+
"[Fixed] Improved error handling when trying to rebase a ref that doesn't exist - #7881",
16+
"[Improved] Expand hover area on repository list items - #7910. Thanks @say25!",
17+
"[Improved] Always fast forward recent branches after fetch - #7761",
18+
"[Improved] Ensure recent branches are updated during remote interactions - #8081"
19+
],
320
"2.1.2-beta2": ["[Fixed] Update embedded Git on Windows - #8133"],
421
"2.1.2-beta1": [
522
"[Added] Option to hide whitespace in historical commits - #8045. Thanks @say25!",

0 commit comments

Comments
 (0)