Releases: mattermost/desktop
Releases · mattermost/desktop
v1.1.1
v1.1.0
The electron-mattermost
project is now the official desktop application for the Mattermost open source project.
Changes
All platforms
- 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:
Improvements
All platforms
- 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).
Windows
- Show a small circle on the tray icon when there are new messages.
Fixes
Windows
- File > About does not bring up version number dialog.
Linux
- 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.
Known issues
All platforms
- Images with
http://
do not render. - 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.
v1.0.7
v1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.2
- Keep focus when switching back from other windows.
- Restore maximized/fullscreen state on startup.
- Hide tabs when the number of teams is one.
- Show menubar in default settings. If you want, hide from 'settings' UI. (Windows)
- Fix some error cases when the number of teams is zero.