From 55e57412cc23b76ec7981ee2b3bc25ac5e238a40 Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Wed, 30 Mar 2016 20:56:47 +0900 Subject: [PATCH] Update README.md for basic auth --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6312ab6e..3b8621cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ The `electron-mattermost` project is now the official desktop application for th - Show error messages when the application failed in loading Mattermost server. - Show confirmation dialog to continue connection when there is certificate error. - Add validation to check whether both of **Name** and **URL** fields are not blank. +- Add simple basic HTTP authentication (requires a command line). #### Windows - Show a small circle on the tray icon when there are new messages. @@ -47,6 +48,7 @@ The `electron-mattermost` project is now the official desktop application for th - Images with `http://` do not render. - Basic Authentication is not working. - Some keyboard shortcuts are missing. (e.g. Ctrl+W, Command+,) +- Basic authentication requires a command line. #### Windows - Application does not appear properly in Windows volume mixer.