From ed80fe74de0c747bacff0575e0673beb0c536572 Mon Sep 17 00:00:00 2001 From: Jia Hao Date: Fri, 25 Mar 2016 21:14:28 +0800 Subject: [PATCH] Update changelog for `v6.13.0` --- docs/changelog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index d6cb745..12c61a4 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,16 @@ # Changelog +6.13.0 / 2016-03-25 +=================== + + * Source files will not be included in the packaged app + * Fix bug where state of mainWindow is not managed properly + * Implement setting of verbose log level + * Implement infer of user agent from electron version + * Implement initial maximization of main window from cli + * Fix FOUC with inject CSS files + * No need to run CI test for gulp release + 6.12.1 / 2016-03-14 ===================