From aee4d375a064afba0eaa5c7bf4df7429c70a0c49 Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Wed, 1 Jun 2016 22:58:37 +0900 Subject: [PATCH] Update CHANGELOG.md to clarify the points --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0bd34b3..231a6149 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,11 @@ ## Release v1.2.1 (Beta) ### Fixes -- "Electron" appears on the title bar for a while on start up. +- Fixed issue to remove "Electron" from appearing in the title bar on startup. ### Improvements -- Add a dialog to confirm the protocol when opening the link. -- Add a menu item in order to open the main window from the tray icon. +- Added a dialog to confirm use of non-http(s) protocols prior to opening links. For example, clicking on a link to `file://test` will open a dialog to confirm the user intended to open a file. +- Added a right-click menu option for tray icon to open the Desktop application on Windows and OS X. ## Release v1.2.0 (Beta)