Skip to content

Commit

Permalink
1.0.5-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshaber committed Oct 25, 2017
1 parent 7412eda commit fd971fb
Show file tree
Hide file tree
Showing 2 changed files with 15 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.5-test1",
"version": "1.0.5-beta1",
"main": "./main.js",
"repository": {
"type": "git",
Expand Down
14 changes: 14 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
{
"releases": {
"1.0.5-beta1": [
"[New] Create new branches from the Branches foldout - #2784",
"[New] Add support for VSCode Insiders - #3012 #3062. Thanks @MSathieu!",
"[New] Linx: Add Atom and Sublime Text support - #3133. Thanks @ziggy42!",
"[New] Linux: Tilix support - #3117. Thanks @ziggy42!",
"[New] Linux: Add Visual Studio Code support - #3122. Thanks @ziggy42!",
"[Improved] Report errors when a problem occurs storing tokens - #3159",
"[Improved] Bump to Git 2.14.3 - #3146",
"[Improved] Don't try to display diffs that could cause the app to hang - #2596",
"[Fixed] Handle local user accounts with URL-hostile characters - #3107",
"[Fixed] Cloning a repository which uses Git LFS would leave all the files appearing modified - #3146",
"[Fixed] Signing in in the Welcome flow could hang - #2769",
"[Fixed] Properly replace old Git LFS configuration values - #2984"
],
"1.0.5-test1": [],
"1.0.5-test0": [],
"1.0.5-beta0": [
Expand Down

0 comments on commit fd971fb

Please sign in to comment.