Skip to content

Releases: mattermost/desktop

v1.1.1

15 Apr 12:19
Compare
Choose a tag to compare

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.

v1.1.0

30 Mar 17:52
Compare
Choose a tag to compare

The electron-mattermost project is now the official desktop application for the Mattermost open source project.

Changes

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: 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

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

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

All platforms

  • Images with http:// do not render.
  • Some keyboard shortcuts are missing. (e.g. Ctrl+W, Command+,)
  • Basic authentication requires a command line.

Windows

  • Application does not appear properly in Windows volume mixer.

v1.0.7

20 Feb 15:18
Compare
Choose a tag to compare
  • Fix desktop notification not working with Mattermost 2.0.
  • Fix "Toggle Fullscreen" not working. (OS X)

v1.0.6

17 Feb 15:28
Compare
Choose a tag to compare
  • Add application menus. (OS X)
    • Hide electron-mattermost (Command+H)
    • Hide Others (Command+Shift+H)
    • Show All
  • Mux console output from tabs into the devTool console.
  • Fix window state restoration not working.
  • Suppress 'nextSibling' errors.

v1.0.5

13 Feb 12:15
Compare
Choose a tag to compare
  • Fix desktop notification not switching tabs and focusing to the window when clicking.

v1.0.4

12 Feb 15:30
Compare
Choose a tag to compare
  • Use numerical taskbar badge for mention. (Windows)

v1.0.3

03 Feb 16:02
Compare
Choose a tag to compare
  • Improve badges' behavior.
    • Count mentions.
    • Show badges for unread channels.
    • Clear badges for active channel when the tabs is focused.
  • Allow hiding menu bar on Linux.

v1.0.2

16 Jan 11:11
Compare
Choose a tag to compare
  • Keep focus when switching back from other windows.
  • Restore maximized/fullscreen state on startup.
  • Hide tabs when the number of teams is one.
  • Show menubar in default settings. If you want, hide from 'settings' UI. (Windows)
  • Fix some error cases when the number of teams is zero.

v1.0.1

06 Jan 14:40
Compare
Choose a tag to compare
  • Add menu and shortcut for "Clear Cache and Reload" (Control+Shift+R or Shift+Command+R).
  • Show badges when active channels have new messages.

v1.0.0

28 Dec 14:01
Compare
Choose a tag to compare
  • Support multiple teams.
  • Improve settings UI.