Skip to content

Commit

Permalink
1.0.4-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshaber committed Oct 11, 2017
1 parent 592fe5e commit a6e1681
Show file tree
Hide file tree
Showing 2 changed files with 12 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.0.4-beta0",
"version": "1.0.4-beta1",
"main": "./main.js",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"releases": {
"1.0.4-beta1": [
"[New] Report Git LFS progress when cloning, pushing, pulling, or reverting - #2226",
"[Improved] Increased diff contrast and and line gutter selection - #2586 #2181",
"[Improved] Clarify why publishing a branch is disabled in various scenarios - #2773",
"[Improved] Improved error message when installing the command Line tool fails - #2979. Thanks @agisilaos!",
"[Improved] Format the branch name in \"Create Branch\" like we format branch names elsewhere - #2977. Thanks @j-f1!",
"[Fixed] Avatars not updating after signing in - #2911",
"[Fixed] Lots of bugs if there was a file named \"HEAD\" in the repository - #3009 #2721 #2938",
"[Fixed] Handle duplicate config values when saving user.name and user.email - #2945",
"[Fixed] The \"Create without pushing\" button when creating a new pull request wouldn't actually do anything - #2917 #2917"
],
"1.0.4-beta0": [
"[Improved] Increase the contrast of the modified file status octicons - #2914",
"[Fixed] Showing changed files in Finder/Explorer would open the file - #2909",
Expand Down

0 comments on commit a6e1681

Please sign in to comment.