Skip to content

Commit

Permalink
Merge pull request desktop#4110 from desktop/v11
Browse files Browse the repository at this point in the history
Update changelog for latest release
  • Loading branch information
shiftkey authored Feb 26, 2018
2 parents 3ed0689 + d005c27 commit cfbf44c
Show file tree
Hide file tree
Showing 2 changed files with 30 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.1.0-beta3",
"version": "1.1.0",
"main": "./main.js",
"repository": {
"type": "git",
Expand Down
29 changes: 29 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
{
"releases": {
"1.1.0": [
"[New] Check out pull requests from collaborators or forks from within Desktop",
"[New] View the commit status of the branch when it has an open pull request",
"[Added] Add RubyMine support for macOS - #3883. Thanks @gssbzn!",
"[Added] Add TextMate support for macOS - #3910. Thanks @caiofbpa!",
"[Added] Syntax highlighting for Elixir files - #3774. Thanks @joaovitoras!",
"[Fixed] Update layout of branch blankslate image - #4011",
"[Fixed] Expanded avatar stack in commit summary gets cut off - #3884",
"[Fixed] Clear repository filter when switching tabs - #3787. Thanks @reyronald!",
"[Fixed] Avoid crash when unable to launch shell - #3954",
"[Fixed] Ensure renames are detected when viewing commit diffs - #3673",
"[Fixed] Fetch default remote if it differs from the current - #4056",
"[Fixed] Handle Git errors when .gitmodules are malformed - #3912",
"[Fixed] Handle error when \"where\" is not on PATH - #3882 #3825",
"[Fixed] Ignore action assumes CRLF when core.autocrlf is unset - #3514",
"[Fixed] Prevent duplicate entries in co-author autocomplete list - #3887",
"[Fixed] Renames not detected when viewing commit diffs - #3673",
"[Fixed] Support legacy usernames as co-authors - #3897",
"[Improved] Update branch button text from \"New\" to \"New Branch\" - #4032",
"[Improved] Add fuzzy search in the repository, branch, PR, and clone FilterLists - #911. Thanks @j-f1!",
"[Improved] Tidy up commit summary and description layout in commit list - #3922. Thanks @willnode!",
"[Improved] Use smaller default size when rendering Gravatar avatars - #3911",
"[Improved] Show fetch progress when initializing remote for fork - #3953",
"[Improved] Remove references to Hubot from the user setup page - #4015. Thanks @j-f1!",
"[Improved] Error handling around ENOENT - #3954",
"[Improved] Clear repository filter text when switching tabs - #3787. Thanks @reyronald!",
"[Improved] Allow window to accept single click on focus - #3843",
"[Improved] Disable drag-and-drop interaction when a popup is in the foreground - #3996"
],
"1.1.0-beta3": [
"[Fixed] Fetch default remote if it differs from the current - #4056"
],
Expand Down

0 comments on commit cfbf44c

Please sign in to comment.