You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/collaborate/install-desktop-app.rst
+14-14
Original file line number
Diff line number
Diff line change
@@ -29,15 +29,15 @@ You can download the `desktop app <https://mattermost.com/apps/>`_ directly from
29
29
30
30
**Install the Mattermost Desktop App**
31
31
32
-
1. Download the latest version of the Mattermost desktop app: `32/64-bit version of Windows <https://releases.mattermost.com/desktop/5.7.0/mattermost-desktop-setup-5.7.0-win.exe>`_
33
-
2. From the **\Downloads** folder, right-click on the file ``mattermost-desktop-setup-5.7.0-win.exe``, then select **Open** to start an installer for the app. Once finished, the Mattermost desktop app opens automatically.
32
+
1. Download the latest version of the Mattermost desktop app: `32/64-bit version of Windows <https://releases.mattermost.com/desktop/5.8.0/mattermost-desktop-setup-5.8.0-win.exe>`_
33
+
2. From the **\Downloads** folder, right-click on the file ``mattermost-desktop-setup-5.8.0-win.exe``, then select **Open** to start an installer for the app. Once finished, the Mattermost desktop app opens automatically.
34
34
35
35
**MSI Installer and group policies (Beta)**
36
36
37
37
You can download the latest version of the Mattermost desktop app MSI installer (Beta):
38
38
39
-
- MSI for `64-bit version of Windows <https://releases.mattermost.com/desktop/5.7.0/mattermost-desktop-5.7.0-x64.msi>`_
40
-
- MSI for `32-bit version of Windows <https://releases.mattermost.com/desktop/5.7.0/mattermost-desktop-5.7.0-x86.msi>`_
39
+
- MSI for `64-bit version of Windows <https://releases.mattermost.com/desktop/5.8.0/mattermost-desktop-5.8.0-x64.msi>`_
40
+
- MSI for `32-bit version of Windows <https://releases.mattermost.com/desktop/5.8.0/mattermost-desktop-5.8.0-x86.msi>`_
41
41
42
42
The following group policies are available supporting a state option of Not Configured, Enabled, or Disabled:
43
43
@@ -71,8 +71,8 @@ You can download the `desktop app <https://mattermost.com/apps/>`_ directly from
71
71
72
72
1. Download the latest version of the Mattermost desktop app:
73
73
74
-
- `Intel systems <https://releases.mattermost.com/desktop/5.7.0/mattermost-desktop-5.7.0-mac-x64.dmg>`_
75
-
- `M1 systems <https://releases.mattermost.com/desktop/5.7.0/mattermost-desktop-5.7.0-mac-m1.dmg>`_ (Beta)
74
+
- `Intel systems <https://releases.mattermost.com/desktop/5.8.0/mattermost-desktop-5.8.0-mac-x64.dmg>`_
75
+
- `M1 systems <https://releases.mattermost.com/desktop/5.8.0/mattermost-desktop-5.8.0-mac-m1.dmg>`_ (Beta)
76
76
77
77
2. Double-click the download to open the disk image.
78
78
@@ -126,22 +126,22 @@ You can download the `desktop app <https://mattermost.com/apps/>`_ directly from
126
126
127
127
1. Download the latest version of the Mattermost desktop app:
128
128
129
-
- 64-bit systems `mattermost-desktop-5.7.0-linux-x86_64.rpm <https://releases.mattermost.com/desktop/5.7.0/mattermost-desktop-5.7.0-linux-x86_64.rpm>`_
130
-
- 32-bit systems `mattermost-desktop-5.7.0-linux-i686.rpm <https://releases.mattermost.com/desktop/5.7.0/mattermost-desktop-5.7.0-linux-i686.rpm>`_
129
+
- 64-bit systems `mattermost-desktop-5.8.0-linux-x86_64.rpm <https://releases.mattermost.com/desktop/5.8.0/mattermost-desktop-5.8.0-linux-x86_64.rpm>`_
130
+
- 32-bit systems `mattermost-desktop-5.8.0-linux-i686.rpm <https://releases.mattermost.com/desktop/5.8.0/mattermost-desktop-5.8.0-linux-i686.rpm>`_
131
131
132
132
2. At the command line, execute one of the following commands based on the package you downloaded:
You can review the current version of your desktop app by selecting the **More** |more-icon-vertical| icon located in the top left corner of the desktop app, then selecting **Help > Version...**.
@@ -168,8 +168,8 @@ You can download the `desktop app <https://mattermost.com/apps/>`_ directly from
168
168
169
169
1. Download the latest version of the Mattermost desktop app:
Copy file name to clipboardExpand all lines: source/deploy/desktop-app-changelog.rst
+70-2
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,80 @@ Desktop application changelog
3
3
4
4
This changelog summarizes updates to Mattermost desktop app releases for `Mattermost <https://mattermost.com>`__.
5
5
6
+
Release v5.8
7
+
--------------
8
+
9
+
**Release Date: May 16, 2024**
10
+
11
+
**Download Binaries:** `Mattermost Desktop on GitHub <https://github.com/mattermost/desktop/releases/latest>`_
12
+
13
+
.. note::
14
+
15
+
Mattermost v5.8.0 contains low to medium severity level security fixes. Upgrading is highly recommended. Details will be posted on our `security updates page <https://mattermost.com/security-updates/>`__ 30 days after release as per the `Mattermost Responsible Disclosure Policy <https://mattermost.com/security-vulnerability-report//>`__.
16
+
17
+
Compatibility
18
+
~~~~~~~~~~~~~~~
19
+
20
+
- Desktop App is supported on any currently `supported Mattermost server version <https://docs.mattermost.com/upgrade/release-lifecycle.html>`__.
21
+
- Updated Chromium minimum supported version to 122+.
22
+
23
+
Improvements
24
+
~~~~~~~~~~~~~~~
25
+
26
+
All Platforms
27
+
^^^^^^^^^^^^^
28
+
29
+
- Moved the **Settings** window into a new modal.
30
+
- Disabled the ``--inspect`` tag.
31
+
32
+
Architectural Changes
33
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
34
+
35
+
- Minor version upgrade of Electron to 29.3.0. Electron is the underlying technology used to build the Desktop App.
36
+
37
+
Bug Fixes
38
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
39
+
40
+
macOS
41
+
^^^^^^^^^^^^^
42
+
43
+
- Fixed an issue for macOS 13+ users on the Mac App Store build where the OS-level **Do Not Disturb** user status was not respected.
44
+
- Fixed the settings window disappearing on macOS when dragged to another monitor.
45
+
46
+
All Platforms
47
+
^^^^^^^^^^^^^
48
+
49
+
- Fixed an issue where removing a server did not clear mentions.
50
+
- Fixed an issue where right-clicking on **Save Image** crashed the app.
51
+
- Fixed an issue where typing in the local server followed by a port would trip up the URL validation.
52
+
- Fixed an issue where restoring the window from the tray icon could cause a strange state if the window was previously maximized.
53
+
- Fixed the permission prompt to **Deny** on closing the dialog.
54
+
55
+
Open Source Components
56
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
57
+
58
+
- Added and removed several open source components at https://github.com/mattermost/desktop.
59
+
60
+
Known Issues
61
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
62
+
63
+
- Desktop App Windows 10: The taskbar might not flash on receipt of a new message when the setting is enabled `MM-58087 <https://mattermost.atlassian.net/browse/MM-58087>`_.
64
+
- Users seeing an endless "Loading..." screen when attempting to log in to the app may need to manually delete their cache directory. For MacOS it is located in ``/Users/<username>/Library/Containers/Mattermost/Data/Library/Application Support/Mattermost``, for Windows in ``Users/<username>/AppData/Roaming/Mattermost`` and for Linux in ``~/config/Mattermost`` (where ``~`` is the home directory).
65
+
- On Linux, a left-click on the Mattermost tray icon doesn't open the app window but opens the tray menu.
66
+
- Crashes might be be experienced in some Linux desktop clients due to an upstream bug in the ``libnotifyapp`` library. A recommended workaround is to disable the Mattermost system tray icon via Desktop Settings.
67
+
- On apps using GPO configurations, when adding a second server tab, it's possible to drag and drop tabs, but they'll jump back to the original position when releasing the mouse.
This guide provides steps to install the MSI and use Group Policies in Windows Professional or Enterprise. The MSI installer package can be downloaded `here <https://github.com/mattermost/desktop/releases/tag/v5.7.0>`_.
7
+
This guide provides steps to install the MSI and use Group Policies in Windows Professional or Enterprise. The MSI installer package can be downloaded `here <https://github.com/mattermost/desktop/releases/tag/v5.8.0>`_.
8
8
9
9
.. note::
10
10
The Mattermost MSI installer and Group Policy (GPO) definitions are in Beta. If you are using this installer or GPOs and have feedback, particularly if you are an organization executing remote deployments, please contact us in the `MSI Installer channel on our Community server <https://community.mattermost.com/core/channels/msi-installer>`_ or on our `community forum <https://forum.mattermost.com/>`_. We hope to promote this installer out of Beta when the known issues are addressed and we are confident that the various deployment scenarios expected in production environments are tested sufficiently with the help of organizations using this Beta. Feedback is highly appreciated.
@@ -22,22 +22,22 @@ Download group policy and MSI installer files
:alt:Go to the mattermost/desktop repository on GitHub.
24
24
25
-
3. Navigate to the release page for `version v5.7.0 <https://github.com/mattermost/desktop/releases/tag/v5.7.0>`__ and download the appropriate installer for your version of Windows (32-bit vs. 64-bit).
25
+
3. Navigate to the release page for `version v5.8.0 <https://github.com/mattermost/desktop/releases/tag/v5.8.0>`__ and download the appropriate installer for your version of Windows (32-bit vs. 64-bit).
26
26
27
-
4. Download the `source.zip <https://github.com/mattermost/desktop/archive/v5.7.0.zip>`__ file as well to extract group policy files.
27
+
4. Download the `source.zip <https://github.com/mattermost/desktop/archive/v5.8.0.zip>`__ file as well to extract group policy files.
:alt:In the mattermost/desktop repository on GitHub, go to the release page for the latest desktop release, then download the installer for your version of Windows. Download the source.zip file as well to extract group policy files.
31
31
32
32
Install group policy files locally
33
33
-----------------------------------
34
34
35
-
1. Browse to the folder the above files were downloaded to and unzip the ``desktop-5.7.0.zip`` file in place.
35
+
1. Browse to the folder the above files were downloaded to and unzip the ``desktop-5.8.0.zip`` file in place.
0 commit comments