Skip to content

Commit

Permalink
Merge pull request desktop#4310 from desktop/changelog-for-1-1-1
Browse files Browse the repository at this point in the history
bump changelog for 1.1.1 release
  • Loading branch information
nerdneha authored Mar 26, 2018
2 parents 469c887 + d98f3bc commit 352d05b
Show file tree
Hide file tree
Showing 2 changed files with 32 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.1-beta4",
"version": "1.1.1",
"main": "./main.js",
"repository": {
"type": "git",
Expand Down
31 changes: 31 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
{
"releases": {
"1.1.1": [
"[New] Render WebP images in diffs - #4164. Thanks @agisilaos!",
"[Fixed] Edit context menus in commit form input elements - #3886",
"[Fixed] Escape behavior for Pull Request list does not match Branch List - #3597",
"[Fixed] Keep caret position after inserting completion for emoji/mention - #3835. Thanks @CarlRosell!",
"[Fixed] Handle error events when watching files used to get Git LFS output - #4117",
"[Fixed] Potential race condition when opening a fork pull request - #4149",
"[Fixed] Show placeholder image when no pull requests found - #3973",
"[Fixed] Disable commit summary and description inputs while commit in progress - #3893. Thanks @crea7or!",
"[Fixed] Ensure pull request cache is cleared after last pull request merged - #4122",
"[Fixed] Focus two-factor authentication dialog on input - #4220. Thanks @WaleedAshraf!",
"[Fixed] Branches button no longer disabled while on an unborn branch - #4236. Thanks @agisilaos!",
"[Fixed] Delete gitignore file when all entries cleared in Repository Settings - #1896",
"[Fixed] Add visual indicator that a folder can be dropped on Desktop - #4004. Thanks @agisilaos!",
"[Fixed] Attempt to focus the application window on macOS after signing in via the browser - #4126",
"[Fixed] Refresh issues when user manually fetches - #4076"
"[Improved] Add `Discard All Changes...` to context menu on changed file list - #4197. Thanks @xamm!",
"[Improved] Improve contrast for button labels in app toolbar - #4219",
"[Improved] Speed up check for submodules when discarding - #4186. Thanks @kmscode!",
"[Improved] Make the keychain known issue more clear within Desktop - #4125",
"[Improved] Continue past the 'diff too large' message and view the diff - #4050",
"[Improved] Repository association might not have expected prefix - #4090. Thanks @mathieudutour!",
"[Improved] Add message to gitignore dialog when not on default branch - #3720",
"[Improved] Hide Desktop-specific forks in Branch List - #4127",
"[Improved] Disregard accidental whitespace when cloning a repository by URL - #4216",
"[Improved] Show alert icon in repository list when repository not found on disk - #4254. Thanks @gingerbeardman!",
"[Improved] Repository list now closes after removing last repository - #4269. Thanks @agisilaos!",
"[Improved] Move forget password link after the password dialog to match expected tab order - #4283. Thanks @iamnapo!",
"[Improved] More descriptive text in repository toolbar button when no repositories are tracked - #4268. Thanks @agisilaos!",
"[Improved] Context menu in Changes tab now supports opening file in your preferred editor - #4030"
],
"1.1.1-beta4": [
"[Improved] Context menu in Changes tab now supports opening file in your preferred editor - #4030"
],
Expand Down

0 comments on commit 352d05b

Please sign in to comment.