mattermost-desktop/CHANGELOG.md

55 lines
1.8 KiB
Markdown
Raw Normal View History

# Mattermost Desktop Application Changelog
2016-03-22 08:29:18 -07:00
## Release v1.1.0 (Beta)
2016-03-11 06:50:42 -08:00
The `electron-mattermost` project is now the official desktop application for the Mattermost open source project.
2016-03-22 08:29:18 -07:00
2016-03-11 06:50:42 -08:00
### Changes
2016-03-22 08:29:18 -07:00
#### All platforms
- Rename project from `electron-mattermost` to `desktop`
- Rename the executable file from `electron-mattermost` to `Mattermost`
- The configuration directory is also different from previous versions.
- Should execute following command to take over `config.json`.
- Windows: `copy %APPDATA%\electron-mattermost\config.json %APPDATA%\Mattermost\config.json`
- OS X: `cp ~/Library/Application\ Support/electron-mattermost/config.json ~/Library/Application\ Support/Mattermost/config.json`
- Linux: `cp ~/.config/electron-mattermost/config.json ~/.config/Mattermost/config.json`
### 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.
2016-03-30 04:56:47 -07:00
- Add simple basic HTTP authentication (requires a command line).
2016-03-22 08:29:18 -07:00
#### Windows
- Show a small circle on the tray icon when there are new messages.
### Fixes
2016-03-22 08:29:18 -07:00
#### 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
2016-03-22 08:29:18 -07:00
#### All platforms
- Images with `http://` do not render.
- Basic Authentication is not working.
2016-03-22 09:14:17 -07:00
- Some keyboard shortcuts are missing. (e.g. <kbd>Ctrl+W</kbd>, <kbd>Command+,</kbd>)
2016-03-30 04:56:47 -07:00
- Basic authentication requires a command line.
2016-03-22 08:29:18 -07:00
#### Windows
- Application does not appear properly in Windows volume mixer.