mattermost-desktop/CHANGELOG.md

301 lines
13 KiB
Markdown
Raw Normal View History

# Mattermost Desktop Application Changelog
## Release v3.4.0
Release date: 2016-09-22
This release contains a security update and it is highly recommended that users upgrade to this version.
2016-07-16 08:07:30 -07:00
### Improvements
2016-07-28 07:44:23 -07:00
2016-07-24 07:17:25 -07:00
#### Windows
- Current team and channel name shown in window caption
- Team tab is bolded for unread messages and has a red dot with a numbeer counter for unread mentions
- Added an option to configure whether a red badge is shown on taskbar icon for unread messages
- Added new shortcuts:
- `CTRL + S`: sets focus on the Mattermost search box
- `CTRL + SHIFT + S`: sets focus on the Mattermost search box and adds `in:[channel_url]` to search in current channel
- `ALT + Left Arrow`: go to previous page in history
- `ALT + Right Arrow`: go to next page in history
- Upgraded the Settings page user interface
- Added access to the settings menu from the system tray icon
- Added validation for name and URL when adding a new team on the Settings page
- The app now tries to reconnect periodically if a page fails to load
- The app now works as a single instance (an existing application instance will be used when launching a new one)
2016-07-24 07:17:25 -07:00
2016-08-22 06:45:17 -07:00
#### OS X
- Current team and channel name shown in window caption
- Team tab is bolded for unread messages and has a red dot with a count of unread mentions
- Added an option to configure whether a red badge is shown on taskbar icon for unread messages
- Added new shortcuts:
- `CMD + S`: sets focus on the Mattermost search box
- `CMD + SHIFT + S`: sets focus on the Mattermost search box and adds `in:[channel_url]` to search in current channel
- `CMD + [`: go to previous page in history
- `CMD + ]`: go to next page in history
- Upgraded the Settings page user interface
- The app now tries to reconnect periodically if a page fails to load
- Added validation for name and URL when adding a new team on the Settings page
2016-08-22 06:45:17 -07:00
#### Linux (Beta)
- Current team and channel name shown in window caption
- Team tab is bolded for unread messages and has a red dot with a count of unread mentions
- Added an option to flash taskbar icon when a new message is received
- Added a red badge to count mentions on the taskbar icon (for Unity)
- Added a script to create `Mattermost.desktop` desktop entry to help [integrate the application into a desktop environment](https://wiki.archlinux.org/index.php/Desktop_entries) more easily
- Added new shortcuts:
- `CTRL + S`: sets focus on the Mattermost search box
- `CTRL + SHIFT + S`: sets focus on the Mattermost search box and adds `in:[channel_url]` to search in current channel
- `ALT + Left Arrow`: go to previous page in history
- `ALT + Right Arrow`: go to next page in history
- Upgraded the Settings page user interface
- Added access to the settings menu from the system tray icon
- The app now tries to reconnect periodically if a page fails to load
- Added validation for name and URL when adding a new team on the Settings page
- The app now works as a single instance (an existing application instance will be used when launching a new one)
2016-07-16 08:07:30 -07:00
### Bug Fixes
#### Windows
- Cut, copy and paste are shown in the user interface only when the commands are available
- Copying link addresses now work properly
- Saving images by right-clicking the image preview now works
- Refreshing the app page no longer takes you to the team selection page, but keeps you on the current channel
- Removed misleading shortcuts from the system tray menu
- Removed unclear desktop notifications when the application page fails to load
- Fixed the Mattermost icon for desktop notifications in Windows 10
- Fixed an issue where the maximized state of the app window was lost in some cases
- Fixed an issue where shortcuts didn't work when switching applications or tabs in some cases
- Fixed a pixelated application icon in top left of the window
- Fixed an issue where the application kept focus after closing the app window
#### OS X
- Cut, copy and paste are shown in the user interface only when the commands are available
- Copying link addresses now work properly
- Saving images by right-clicking the image preview now works
- Refreshing the app page no longer takes you to the team selection page, but keeps you on the current channel
- Fixed an issue where the maximized state of the app window was lost in some cases
- Fixed an issue where shortcuts didn't work when switching applications or tabs in some cases
#### Linux (Beta)
- Cut, copy and paste are shown in the user interface only when the commands are available
- Copying link addresses now work properly
- Saving images by right-clicking the image preview now works
- Refreshing the app page no longer takes you to the team selection page, but keeps you on the current channel
- Removed misleading shortcuts from the system tray menu
- Removed unclear desktop notifications when the application page fails to load
- Fixed an issue where the maximized state of the app window was lost in some cases
- Fixed an issue where shortcuts didn't work when switching applications or tabs in some cases
### Known Issues
#### Windows
- Copying a link address and pasting it inside the app doesn't work
- YouTube videos do not work if mixed content is enabled from app settings
#### OS X
- YouTube videos do not work if mixed content is enabled from app settings
#### Linux
- YouTube videos do not work if mixed content is enabled from app settings
- [Ubuntu - 64 bit] Right clicking taskbar icon and choosing **Quit** only minimizes the app
- [Ubuntu - 64 bit] [Direct message notification comes as a streak of line instead of a pop up](https://github.com/mattermost/platform/issues/3589)
### Contributors
Many thanks to all our contributors. In alphabetical order:
- [akashnimare](https://github.com/akashnimare), [asaadmahmood](https://github.com/asaadmahmood), [jasonblais](https://github.com/jasonblais), [jgis](https://github.com/jgis), [jnugh](https://github.com/jnugh), [Razzeee](https://github.com/Razzeee), [St-Ex](https://github.com/St-Ex), [timroes](https://github.com/timroes), [yuya-oc](https://github.com/yuya-oc)
2016-07-16 08:07:30 -07:00
## Release v1.3.0
Release date: 2016-07-18
2016-06-05 04:44:04 -07:00
2016-07-28 05:30:19 -07:00
[Download the latest version here](https://about.mattermost.com/downloads/).
2016-07-07 17:42:40 -07:00
### Improvements
2016-06-12 06:06:19 -07:00
#### Windows
- Added an installer for better install experience.
2016-08-30 05:50:02 -07:00
- The app now minimizes to the system tray when application window is closed.
2016-07-07 17:42:40 -07:00
- Added an option to launch application on login.
- Added an option to blink the taskbar icon when a new message has arrived.
- Added tooltip text for the system tray icon in order to show count of unread channels/mentions.
- Added an option to toggle the app to minimize/restore when clicking on the system tray icon.
- Added auto-reloading when tab fails to load the team.
2016-07-07 17:42:40 -07:00
- Added the ability to access all of your teams by right clicking the system tray icon.
2016-06-12 06:06:19 -07:00
#### OS X
2016-07-07 17:42:40 -07:00
- Added colored badges to the menu icon when there are unread channels/mentions.
2016-08-30 05:50:02 -07:00
- Added an option to minimize the app to the system tray when application window is closed.
- Added auto-reloading when tab fails to load the team.
2016-07-07 17:42:40 -07:00
- Added the ability to access all of your teams by right clicking the system tray icon.
2016-06-12 06:06:19 -07:00
#### Linux (Beta)
2016-07-07 17:42:40 -07:00
- Added an option to show the icon on menu bar (requires libappindicator1 on Ubuntu).
- Added an option to launch application on login.
2016-08-30 05:50:02 -07:00
- Added an option to minimize the app to the system tray when application window is closed.
- Added auto-reloading when tab fails to load the team.
2016-07-07 17:42:40 -07:00
- Added the ability to access all of your teams by right clicking the system tray icon.
#### Menu Bar
- New Keyboard Shortcuts
- Adjust text size
- Ctrl+0 (Menu Bar -> View -> Actual Size): Reset the zoom level.
- Ctrl+Plus (Menu Bar -> View -> Zoom In): Increase text size
- Ctrl+Minus (Menu Bar -> View -> Zoom Out): Decrease text size
2016-05-21 00:24:50 -07:00
- Control window
2016-07-07 17:42:40 -07:00
- Ctrl+W (Menu Bar -> Window -> Close): On Linux, this minimizes the main window.
- Ctrl+M (Menu Bar -> Window -> Minimize)
2016-05-21 00:24:50 -07:00
- Switch teams (these shotcuts also reopen the main window)
2016-07-07 17:42:40 -07:00
- Ctrl+{1-9} (Menu Bar -> Window -> *Team name*): Open the *n*-th tab.
- Ctrl+Tab or Alt+Command+Right (Menu Bar -> Window -> Select Next Team): Switch to the next window.
- Ctrl+Shift+Tab or Alt+Command+Left (Menu Bar -> Window -> Select Previous Team): Switch to the previous window.
- Right click on the tray item, to see an overview of all your teams. You can also select one and jump right into it.
2016-07-15 04:04:14 -07:00
- Added **Help** to the Menu Bar, which includes
2016-07-12 08:43:05 -07:00
- Link to [**Mattermost Docs**](docs.mattermost.com)
2016-07-07 17:42:40 -07:00
- Field to indicate the application version number.
2016-06-05 04:44:04 -07:00
#### Settings Page
- Added a "+" button next to the **Teams** label, which allows you to add more teams.
- Added the ability to edit team information by clicking on the pencil icon to the right of the team name.
2016-07-07 17:42:40 -07:00
### Other Changes
- Application license changed from MIT License to Apache License, Version 2.0.
2016-05-21 00:24:50 -07:00
2016-07-07 17:42:40 -07:00
### Bug Fixes
2016-06-12 06:03:53 -07:00
2016-07-12 08:43:05 -07:00
#### All platforms
- Fixed authentication dialog not working for proxy.
2016-07-07 17:42:40 -07:00
#### Windows
- Fixed the blurred system tray icon.
- Fixed a redundant description appearing in the pinned start menu on Windows 7.
2016-07-07 17:42:40 -07:00
#### OS X
- Fixed two icons appearing on a notification.
2016-04-14 05:21:52 -07:00
### Known Issues
#### Linux
- [Ubuntu - 64 bit] Right clicking taskbar icon and choosing **Quit** only minimizes the app
- [Ubuntu - 64 bit] [Direct message notification comes as a streak of line instead of a pop up](https://github.com/mattermost/platform/issues/3589)
### Contributors
Many thanks to all our contributors. In alphabetical order:
2016-07-24 04:29:05 -07:00
- [CarmDam](https://github.com/CarmDam), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [jnugh](https://github.com/jnugh), [magicmonty](https://github.com/magicmonty), [MetalCar](https://github.com/MetalCar), [Razzeee](https://github.com/Razzeee), [yuya-oc](https://github.com/yuya-oc)
2016-07-16 08:07:30 -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.
### Contributors
Many thanks to all our contributors. In alphabetical order:
2016-07-24 04:29:05 -07:00
- [asaadmahmoodspin](https://github.com/asaadmahmoodspin), [jeremycook](https://github.com/jeremycook), [jnugh](https://github.com/jnugh), [jwilander](https://github.com/jwilander), [mgielda](https://github.com/mgielda), [lloeki](https://github.com/lloeki), [yuya-oc](https://github.com/yuya-oc)
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.