Merge pull request #11369 from desktop/releases/2.6.2

This commit is contained in:
Sergio Padrino 2021-01-19 01:17:23 -08:00 committed by GitHub
commit c2a2798ec3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View file

@ -3,7 +3,7 @@
"productName": "GitHub Desktop",
"bundleID": "com.github.GitHubClient",
"companyName": "GitHub, Inc.",
"version": "2.6.2-beta4",
"version": "2.6.2",
"main": "./main.js",
"repository": {
"type": "git",

View file

@ -1,5 +1,15 @@
{
"releases": {
"2.6.2": [
"[Improved] Upgrade embedded Git LFS to 2.13.2 - #11394",
"[Fixed] Pull requests no longer fail to update until the user switches repositories - #11241",
"[Fixed] Fork behavior changes are now reflected in the app immediately - #11327",
"[Fixed] Checking out a pull request from a fork for the first time now correctly identifies the remote branch to create the branch from - #11267",
"[Fixed] Don't offer to stash changes when clicking on the currently checked out branch in the branch list - #11235",
"[Fixed] Forked repository remotes are no longer removed when there are local branches tracking them - #11266",
"[Fixed] Avoid bright flash for users of the dark theme when launching the app maximized - #5631. Thanks @AndreiMaga!",
"[Fixed] VSCodium is now detected as an editor on Windows - #11252. Thanks @KallePM!"
],
"2.6.2-beta4": [
"[Improved] Show full output of Git hooks on errors - #6403",
"[Improved] Keep focus in dropdown when pressing tab multiple times - #11278",