mattermost-desktop/CHANGELOG.md

157 lines
5.1 KiB
Markdown
Raw Normal View History

# Mattermost Desktop Application Changelog
## Release v1.3.0 (Beta)
2016-06-05 04:44:04 -07:00
### Changes
- Changed the license, from MIT License to Apache License, Version 2.0.
2016-06-12 06:06:19 -07:00
### Fixes
#### Windows
- Fixed the pixelated app icon on the top left of the window.
- Fixed the blurred tray icon.
2016-07-03 06:39:48 -07:00
- Fixed that the redundant description appears in the pinned start menu on Windows 7.
2016-06-12 06:06:19 -07:00
#### OS X
- Fixed that two icons appear on a notification.
### Improvements
2016-06-06 05:30:23 -07:00
- Added shortcuts
2016-05-21 00:24:50 -07:00
- Zoom
- Ctrl+0 (View -> Actual Size): Reset the zoom level.
- Ctrl+Plus (View -> Zoom In)
- Ctrl+Minus (View -> Zoom Out)
- Control window
- Ctrl+W (Window -> Close): On Windows and Linux, this works as minimize for the main window.
- Ctrl+M (Window -> Minimize)
- Switch teams (these shotcuts also reopen the main window)
- Ctrl+{1-9} (Window -> *Team name*): Open the *n*-th tab.
- Ctrl+Tab or Alt+Command+Right (Window -> Select Next Team): Open the right tab.
- Ctrl+Shift+Tab or Alt+Command+Left (Window -> Select Previous Team): Open the left tab.
2016-06-05 04:44:04 -07:00
- Added **Add** button next to the "Teams" label on the Setting page.
- Added **Edit** button on the team list on the Setting page.
2016-06-12 06:06:19 -07:00
- Added **Help** menu to indicate the application version.
2016-06-13 07:58:50 -07:00
- Added auto-reloading when the tab failed to load the team.
2016-06-05 04:44:04 -07:00
#### Windows
2016-06-12 06:06:19 -07:00
- Added the tooltip text for the tray icon in order to show count of unread channels/mantions.
2016-06-16 05:08:40 -07:00
- Added the option to launch the application on login.
2016-06-17 05:50:01 -07:00
- Added the option to blink the taskbar icon when a new message has arrived.
2016-06-22 07:10:27 -07:00
- Added installers (experimental)
2016-05-21 00:24:50 -07:00
2016-06-12 06:03:53 -07:00
#### OS X
- Added colored badges to the menu icon when there are unread channels/mentions.
#### Linux
2016-06-05 04:44:04 -07:00
- Added the option to show the icon on menu bar. (requires libappindicator1 on Ubuntu)
2016-06-16 05:08:40 -07:00
- Added the option to launch the application on login.
2016-04-14 05:21:52 -07:00
2016-05-23 08:01:47 -07:00
## Release v1.2.1 (Beta)
### Fixes
- Fixed issue to remove "Electron" from appearing in the title bar on startup.
2016-05-23 08:01:47 -07:00
### Improvements
- Added a dialog to confirm use of non-http(s) protocols prior to opening links. For example, clicking on a link to `file://test` will open a dialog to confirm the user intended to open a file.
2016-06-05 04:44:04 -07:00
#### Windows and OS X
- Added a right-click menu option for tray icon to open the Desktop application on Windows and OS X.
2016-05-21 00:24:50 -07:00
### Known issues
- The shortcuts can't switch teams twice in a raw.
- The team pages are not correctly rendered until the window is resized when the zoom level is changed.
2016-04-14 05:21:52 -07:00
2016-04-11 06:50:23 -07:00
## Release v1.2.0 (Beta)
- **Released:** 2016-05-17
2016-05-04 05:56:13 -07:00
This release contains a security update and it is highly recommended that users upgrade to this version.
### Fixes
- Node.js environment is enabled in the new window.
- The link other than `http://` and `https://` is opened by clicking.
#### Linux
- Desktop notification is shown as a dialog on Ubuntu 16.04.
2016-04-11 06:50:23 -07:00
### Improvements
2016-05-04 05:56:13 -07:00
- Improve the style for tab badges.
- Add **Allow mixed content** option to render images with `http://`.
2016-04-27 04:51:57 -07:00
- Add the login dialog for http authentication.
2016-04-11 06:50:23 -07:00
#### OS X
2016-05-04 05:56:13 -07:00
- Add the option to show the icon on menu bar.
2016-04-11 06:50:23 -07:00
2016-04-27 05:52:14 -07:00
#### Linux
2016-05-04 05:56:13 -07:00
- Add **.deb** packages to support installation.
2016-04-11 06:50:23 -07:00
2016-04-13 07:07:51 -07:00
## Release v1.1.1 (Beta)
2016-05-04 05:56:13 -07:00
- **Released:** 2016-04-13
2016-04-13 07:07:51 -07:00
### Fixes
#### All platforms
- **Settings** page doesn't return to the main page when the located path contains a blank.
#### Linux
- Alt+Shift opens menu on Cinnamon desktop environment.
2016-03-22 08:29:18 -07:00
## Release v1.1.0 (Beta)
2016-04-13 07:07:51 -07:00
- **Released:** 2016-03-30
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`.
2016-04-04 05:18:55 -07:00
- 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`
2016-03-22 08:29:18 -07:00
### 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
- 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.