diff --git a/app/package.json b/app/package.json index e05c4e8f8c3..558fcfde601 100644 --- a/app/package.json +++ b/app/package.json @@ -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", diff --git a/changelog.json b/changelog.json index bef60d330e6..4916b93b28a 100644 --- a/changelog.json +++ b/changelog.json @@ -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" ],