Skip to content

Commit 1367881

Browse files
authored
Update CHANGELOG.md
1 parent e28bcf6 commit 1367881

1 file changed

Lines changed: 89 additions & 31 deletions

File tree

CHANGELOG.md

Lines changed: 89 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,109 @@
11
# Mattermost Desktop Application Changelog
22

3-
## UNDER DEVELOPMENT v1.4.0
3+
## Release v3.4.0
44

5-
The "UNDER DEVELOPMENT" section of the Mattermost Desktop changelog appears in the product's `master` branch to note key changes committed to `master` and are on their way to the next stable release. When a stable release is pushed, "UNDER DEVELOPMENT" heading is removed from the final changelog of the release.
5+
Release date: September 22, 2016
66

7-
Release date: TBD
7+
This release contains a security update and it is highly recommended that users upgrade to this version.
88

9-
### Improvements
9+
Version number updated to 3.4 to make numbering consistent with Mattermost server and mobile app releases. This change will not imply monthly releases.
1010

11-
#### All platforms
12-
- Use `electron-context-menu` to have a working and consistent context menu
13-
- Show current channel/team in window title
14-
- Changed display of unread messages on the team tabbar, they are now shown as bold text
15-
- Reload only the selected tab and keep its URL on "Reload" and "Clear Cache and Reload".
16-
- Disabled `eval()` function for security improvements.
17-
- Removed misleading shortcuts from tray menu, as they didn't work
18-
- Ctrl/Command+S puts cursor in search box to search in current team.
19-
- Add access to settings through tray menu
20-
- Removed unclear desktop notifications when failed to load tabs.
21-
- Reload automatically the failed tab when the computer becomes online.
22-
- Added back/forward features for the current tab.
23-
- Windows and Linux: Alt+Left, Alt+Right
24-
- OS X: Command+[, Command+]
25-
- Added simple validation for Name and URL in the settings page.
11+
### Improvements
2612

2713
#### Windows
28-
- Added an option to toogle the red dot icon for unread messages (default is on).
29-
- Update Mattermost icon for desktop notifications in Windows 10.
30-
- An existing application instance will be reused instead of starting another instance.
14+
- Current team and channel name shown in window title bar
15+
- Team tab is bolded for unread messages and has a red dot with a count of unread mentions
16+
- Added an option to configure whether a red badge is shown on taskbar icon for unread messages
17+
- Added new shortcuts:
18+
- `CTRL + S`: sets focus on the Mattermost search box
19+
- `ALT + Left Arrow`: go to previous page in history
20+
- `ALT + Right Arrow`: go to next page in history
21+
- Upgraded the Settings page user interface
22+
- Added access to the settings menu from the system tray icon
23+
- Added validation for name and URL when adding a new team on the Settings page
24+
- The app now tries to reconnect periodically if a page fails to load
25+
- Only one instance of the desktop application will now load at a time
3126

3227
#### OS X
33-
- Added an option to toggle the red dot icon for unread messages (default is on).
28+
- Current team and channel name shown in window title bar
29+
- Team tab is bolded for unread messages and has a red dot with a count of unread mentions
30+
- Added an option to configure whether a red badge is shown on taskbar icon for unread messages
31+
- Added new shortcuts:
32+
- `CMD + S`: sets focus on the Mattermost search box
33+
- `CMD + [`: go to previous page in history
34+
- `CMD + ]`: go to next page in history
35+
- Upgraded the Settings page user interface
36+
- The app now tries to reconnect periodically if a page fails to load
37+
- Added validation for name and URL when adding a new team on the Settings page
3438

3539
#### Linux (Beta)
36-
- Added an option to make the taskbar icon flash on new messages
37-
- Added the badge to count mentions for Unity.
38-
- An existing application instance will be reused instead of starting another instance.
39-
- Added a script to create `Mattermost.desktop` desktop entry file.
40+
- Current team and channel name shown in window title bar
41+
- Team tab is bolded for unread messages and has a red dot with a count of unread mentions
42+
- Added an option to flash taskbar icon when a new message is received
43+
- Added a red badge to count mentions on the taskbar icon (for Unity)
44+
- 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
45+
- Added new shortcuts:
46+
- `CTRL + S`: sets focus on the Mattermost search box
47+
- `ALT + Left Arrow`: go to previous page in history
48+
- `ALT + Right Arrow`: go to next page in history
49+
- Upgraded the Settings page user interface
50+
- Added access to the settings menu from the system tray icon
51+
- The app now tries to reconnect periodically if a page fails to load
52+
- Added validation for name and URL when adding a new team on the Settings page
53+
- Only one instance of the desktop application will now load at a time
4054

4155
### Bug Fixes
42-
- Fixed an issue where the maximized state of the app window was lost in some cases.
43-
- Fixed an issue some shortcuts didn't work when switching applications or tabs in some cases.
4456

4557
#### Windows
46-
- Fixed pixelated application icons in top left of the window.
47-
- Fixed that the application keeps focus after closing the window.
58+
- Cut, copy and paste are shown in the user interface only when the commands are available
59+
- Copying link addresses now work properly
60+
- Saving images by right-clicking the image preview now works
61+
- Refreshing the app page no longer takes you to the team selection page, but keeps you on the current channel
62+
- Removed misleading shortcuts from the system tray menu
63+
- Removed unclear desktop notifications when the application page fails to load
64+
- Fixed the Mattermost icon for desktop notifications in Windows 10
65+
- Fixed an issue where the maximized state of the app window was lost in some cases
66+
- Fixed an issue where shortcuts didn't work when switching applications or tabs in some cases
67+
- Fixed an issue where application icon at the top left of the window was pixelated
68+
- Fixed an issue where the application kept focus after closing the app window
69+
70+
#### OS X
71+
- Cut, copy and paste are shown in the user interface only when the commands are available
72+
- Copying link addresses now work properly
73+
- Saving images by right-clicking the image preview now works
74+
- Refreshing the app page no longer takes you to the team selection page, but keeps you on the current channel
75+
- Fixed an issue where the maximized state of the app window was lost in some cases
76+
- Fixed an issue where shortcuts didn't work when switching applications or tabs in some cases
77+
78+
#### Linux (Beta)
79+
- Cut, copy and paste are shown in the user interface only when the commands are available
80+
- Copying link addresses now work properly
81+
- Saving images by right-clicking the image preview now works
82+
- Refreshing the app page no longer takes you to the team selection page, but keeps you on the current channel
83+
- Removed misleading shortcuts from the system tray menu
84+
- Removed unclear desktop notifications when the application page fails to load
85+
- Fixed an issue where the maximized state of the app window was lost in some cases
86+
- Fixed an issue where shortcuts didn't work when switching applications or tabs in some cases
87+
88+
### Known Issues
89+
90+
#### Windows
91+
- Copying a link address and pasting it inside the app doesn't work
92+
- YouTube videos do not work if mixed content is enabled from app settings
93+
94+
#### OS X
95+
- YouTube videos do not work if mixed content is enabled from app settings
96+
97+
#### Linux
98+
- YouTube videos do not work if mixed content is enabled from app settings
99+
- [Ubuntu - 64 bit] Right clicking taskbar icon and choosing **Quit** only minimizes the app
100+
- [Ubuntu - 64 bit] [Direct message notification comes as a streak of line instead of a pop up](https://github.com/mattermost/platform/issues/3589)
101+
102+
### Contributors
103+
104+
Many thanks to all our contributors. In alphabetical order:
48105

106+
- [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)
49107

50108
## Release v1.3.0
51109

0 commit comments

Comments
 (0)