- Add the option to show the icon on menu bar. (requires libappindicator1 on Ubuntu)
- Released: 2016-05-17
This release contains a security update and it is highly recommended that users upgrade to this version.
- Node.js environment is enabled in the new window.
- The link other than
http://
andhttps://
is opened by clicking.
- Desktop notification is shown as a dialog on Ubuntu 16.04.
- Improve the style for tab badges.
- Add Allow mixed content option to render images with
http://
. - Add the login dialog for http authentication.
- Add the option to show the icon on menu bar.
- Add .deb packages to support installation.
- Released: 2016-04-13
- Settings page doesn't return to the main page when the located path contains a blank.
- Alt+Shift opens menu on Cinnamon desktop environment.
- Released: 2016-03-30
The electron-mattermost
project is now the official desktop application for the Mattermost open source project.
- Rename project from
electron-mattermost
todesktop
- Rename the executable file from
electron-mattermost
toMattermost
- The configuration directory is also different from previous versions.
- Should execute following command to take over
config.json
.- Windows:
mkdir %APPDATA%\Mattermost & copy %APPDATA%\electron-mattermost\config.json %APPDATA%\Mattermost\config.json
- OS X:
ditto ~/Library/Application\ Support/electron-mattermost/config.json ~/Library/Application\ Support/Mattermost/config.json
- Linux:
mkdir -p ~/.config/Mattermost && cp ~/.config/electron-mattermost/config.json ~/.config/Mattermost/config.json
- Windows:
- Refine application icon.
- 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).
- Show a small circle on the tray icon when there are new messages.
- File > About does not bring up version number dialog.
- File > About does not bring up version number dialog.
- Ubuntu: Notification is not showing up.
- The view crashes when freetype 2.6.3 is used in system.
- Basic Authentication is not working.
- Some keyboard shortcuts are missing. (e.g. Ctrl+W, Command+,)
- Basic authentication requires a command line.
- Application does not appear properly in Windows volume mixer.