-
Notifications
You must be signed in to change notification settings - Fork 853
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #92 from mattermost/release/v1.1.0
Release/v1.1.0
- Loading branch information
Showing
18 changed files
with
446 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
root = true | ||
|
||
[*] | ||
end_of_line = lf | ||
charset = utf-8 | ||
indent_style = space | ||
indent_size = 2 | ||
insert_final_newline = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,54 @@ | ||
# Mattermost Desktop Application Changelog | ||
|
||
## IN PROGRESS: Release v1.0.8 (Beta) | ||
## Release v1.1.0 (Beta) | ||
|
||
The `electron-mattermost` project is now the official desktop application for the Mattermost open source project. | ||
|
||
|
||
### Changes | ||
- Renaming project from `electron-mattermost` to `desktop` | ||
|
||
#### 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. | ||
- Add simple basic HTTP authentication (requires a command line). | ||
|
||
#### Windows | ||
- Show a small circle on the tray icon when there are new messages. | ||
|
||
|
||
### Fixes | ||
- On **Settings Page** added validation so that **Name** field value is required before team site can be added. | ||
|
||
#### 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 | ||
|
||
- Windows and Linux: **File** > **About** does not bring up version number dialog | ||
- Windows: Application does not appear in Windows volume mixer | ||
- All platforms: Embedded markdown images with `http://` do not render | ||
#### All platforms | ||
- Images with `http://` do not render. | ||
- Basic Authentication is not working. | ||
- Some keyboard shortcuts are missing. (e.g. <kbd>Ctrl+W</kbd>, <kbd>Command+,</kbd>) | ||
- Basic authentication requires a command line. | ||
|
||
#### Windows | ||
- Application does not appear properly in Windows volume mixer. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.