From 63a539cd690a89017a0b791e95e7a1eea8163b8a Mon Sep 17 00:00:00 2001 From: Jia Hao Date: Thu, 28 Jan 2016 11:52:09 +0800 Subject: [PATCH] Update changelog for --- History.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/History.md b/History.md index d60269f..3a7b6d7 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,13 @@ +6.7.0 / 2016-01-28 +================== + + * Allow using png to for icon on OSX + * Use manual compiling of mocha so that sourcemaps can be used + * Convert app name to capitalized camel case if building for linux to prevent dock problems + * Fix the icon parameter bug for linux and windows, fix #92, fix #53 + * Make Browserwindow always reference `app/icon.png` for the icon + 6.6.2 / 2016-01-26 ==================