Skip to content

Commit

Permalink
Merge pull request desktop#5019 from desktop/them-release-notes
Browse files Browse the repository at this point in the history
release notes for next prod ship
  • Loading branch information
niik authored Jun 25, 2018
2 parents fbeadcd + 88ead9e commit 02f12a5
Show file tree
Hide file tree
Showing 2 changed files with 17 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.2.4-beta5",
"version": "1.2.4",
"main": "./main.js",
"repository": {
"type": "git",
Expand Down
16 changes: 16 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
{
"releases": {
"1.2.4": [
"[New] Dark Theme preview - #4849",
"[Added] Syntax highlighting for Cake files - #4935. Thanks @say25!",
"[Added] WebStorm support for macOS - #4841. Thanks @mrsimonfletcher!",
"[Fixed] Compare tab appends older commits when scrolling to bottom of list - #4964",
"[Fixed] Remove temporary directory after Git LFS operation completes - #4414",
"[Fixed] Unable to compare when two branches exist - #4947 #4730",
"[Fixed] Unhandled errors when refreshing pull requests fails - #4844 #4866",
"[Improved] Remove context menu needs to hint if a dialog will be shown - #4975",
"[Improved] Upgrade embedded Git LFS - #4602 #4745",
"[Improved] Update banner message clarifies that only Desktop needs to be restarted - #4891. Thanks @KennethSweezy!",
"[Improved] Discard Changes context menu entry should contain ellipses when user needs to confirm - #4846. Thanks @yongdamsh!",
"[Improved] Initializing syntax highlighting components - #4764",
"[Improved] Only show overflow shadow when description overflows - #4898",
"[Improved] Changes tab displays number of changed files instead of dot - #4772. Thanks @yongdamsh!"
],
"1.2.4-beta5": [

],
Expand Down

0 comments on commit 02f12a5

Please sign in to comment.