Skip to content

Commit

Permalink
Merge pull request desktop#5607 from desktop/one-four-oh-release-notes
Browse files Browse the repository at this point in the history
1.4.0 release notes
  • Loading branch information
shiftkey authored Sep 12, 2018
2 parents bdbc186 + 4eab46a commit eb9dbe1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "GitHub Desktop",
"bundleID": "com.github.GitHubClient",
"companyName": "GitHub, Inc.",
"version": "1.4.0-beta3",
"version": "1.4.0",
"main": "./main.js",
"repository": {
"type": "git",
Expand Down
12 changes: 12 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"releases": {
"1.4.0": [
"[New] When an update is available for GitHub Desktop, release notes can be viewed in Desktop - #2774",
"[New] Detect merge conflicts when comparing branches - #4588",
"[Fixed] Avoid double checkout warning when opening a pull request in Desktop - #5375",
"[Fixed] Error when publishing repository is now associated with the right tab - #5422. Thanks @Daniel-McCarthy!",
"[Fixed] Disable affected menu items when on detached HEAD - #5500. Thanks @say25!",
"[Fixed] Show border when commit description is expanded - #5506. Thanks @aryyya!",
"[Fixed] GitLab URL which corresponds to GitHub repository of same name cloned GitHub repository - #4154",
"[Fixed] Caret in co-author selector is hidden when dark theme enabled - #5589",
"[Fixed] Authenticating to GitHub Enterprise fails when user has no emails defined - #5585",
"[Improved] Avoid multiple lookups of default remote - #5399"
],
"1.4.0-beta3": [
"[New] When an update is available for GitHub Desktop, the release notes can be viewed in Desktop - #2774",
"[New] Detect merge conflicts when comparing branches - #4588",
Expand Down

0 comments on commit eb9dbe1

Please sign in to comment.