Update changelog and document

This commit is contained in:
Yuya Ochiai 2016-08-22 00:12:01 +09:00
parent e377d33652
commit e8624a9dc5
2 changed files with 2 additions and 0 deletions

View file

@ -13,6 +13,7 @@ Release date: TBD
- Reload only the selected tab and keep its URL on "Reload" and "Clear Cache and Reload".
- Disabled `eval()` function for security improvements.
- Invalidate cache before load, to make server upgrades easy
- Ctrl/Command+F puts cursor in search box to search in current channel.
#### Windows
- Update Mattermost icon for desktop notifications in Windows 10.

View file

@ -149,6 +149,7 @@ Below lists menu options (shortcut keys are listed in brackets, `Ctrl` becomes `
- **Copy** (Ctrl+C) - Copies selected text
- **Paste** (Ctrl+V) - Pastes text from clipboard
- **Select All** (Ctrl+A) - Select all text in input box
- **Search in Channel** (Ctrl+F) - Puts cursor in search box to search in current channel
- **View**
- **Reload** (Ctrl+R) - Reload page from the server
- **Clear Cache and Reload** (Ctrl+Shift+R) - Clear cached content in application and reload page