diff --git a/source/collaborate/install-desktop-app.rst b/source/collaborate/install-desktop-app.rst index 6e411b23932..6a2d2fbcd17 100644 --- a/source/collaborate/install-desktop-app.rst +++ b/source/collaborate/install-desktop-app.rst @@ -30,15 +30,15 @@ You can `download the desktop app directly from our Downloads page `__ - 2. From the **\Downloads** folder, right-click on the file ``mattermost-desktop-setup-5.5.0-win.exe``, then select **Open** to start an installer for the app. Once finished, the Mattermost desktop app opens automatically. + 1. Download the latest version of the Mattermost desktop app: `32/64-bit version of Windows `__ + 2. From the **\Downloads** folder, right-click on the file ``mattermost-desktop-setup-5.5.1-win.exe``, then select **Open** to start an installer for the app. Once finished, the Mattermost desktop app opens automatically. **MSI Installer and group policies (beta)** You can download the latest version of the Mattermost desktop app MSI installer (Beta): - - MSI for `64-bit version of Windows `__ - - MSI for `32-bit version of Windows `__ + - MSI for `64-bit version of Windows `__ + - MSI for `32-bit version of Windows `__ The following group policies are available: @@ -72,8 +72,8 @@ You can `download the desktop app directly from our Downloads page `__ - - `M1 systems `__ (Beta) + - `Intel systems `__ + - `M1 systems `__ (Beta) 2. Double-click the download to open the disk image. @@ -127,8 +127,8 @@ You can `download the desktop app directly from our Downloads page `__ - - 32-bit systems `mattermost-desktop-5.5.0-linux-i686.rpm `__ + - 64-bit systems `mattermost-desktop-5.5.1-linux-x86_64.rpm `__ + - 32-bit systems `mattermost-desktop-5.5.1-linux-i686.rpm `__ 2. At the command line, execute one of the following commands based on the package you downloaded: @@ -136,13 +136,13 @@ You can `download the desktop app directly from our Downloads page Version...**. @@ -169,8 +169,8 @@ You can `download the desktop app directly from our Downloads page `__ - - 32-bit systems: `mattermost-desktop-5.5.0-linux-ia32.tar.gz `__ + - 64-bit systems: `mattermost-desktop-5.5.1-linux-x64.tar.gz `__ + - 32-bit systems: `mattermost-desktop-5.5.1-linux-ia32.tar.gz `__ 2. Extract the archive to a convenient location, then execute ``mattermost-desktop`` located inside the extracted directory. diff --git a/source/install/desktop-app-changelog.rst b/source/install/desktop-app-changelog.rst index 0d59f346e0a..1a9e5aff3ad 100644 --- a/source/install/desktop-app-changelog.rst +++ b/source/install/desktop-app-changelog.rst @@ -16,7 +16,13 @@ Latest Mattermost Desktop App releases: Release v5.5 -------------- -**Release Day: September 15, 2023** +- **v5.5.1, released 2023-10-03** + - Mattermost v5.5.1 contains low severity level security fixes. Upgrading is highly recommended. Details will be posted on our `security updates page `__ 30 days after release as per the `Mattermost Responsible Disclosure Policy `__. + - Upgraded to Electron v26.2.1, which mitigates ``CVE-2023-4863`` of the third-party library libwebp. + - Fixed an issue where logging was stuck to ``info`` level. + - Fixed an issue where the downloads dropdown would not open on auto-update notification. +- **v5.5.0, released 2023-09-15** + - Original v5.5.0 release **Download Binaries:** `Mattermost Desktop on GitHub `_ diff --git a/source/install/desktop-msi-installer-and-group-policy-install.rst b/source/install/desktop-msi-installer-and-group-policy-install.rst index 315d5956b84..8817c9a5943 100644 --- a/source/install/desktop-msi-installer-and-group-policy-install.rst +++ b/source/install/desktop-msi-installer-and-group-policy-install.rst @@ -6,7 +6,7 @@ Desktop MSI installer and group policy installation guides (beta) .. include:: ../_static/badges/allplans-selfhosted.rst :start-after: :nosearch: -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 `_. +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 `_. .. note:: 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 `_ or on our `community forum `_. 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. @@ -27,9 +27,9 @@ Download group policy and MSI installer files .. image:: ../images/desktop/msi_gpo/msi_gpo_installation_test_00002.png :alt: Go to the mattermost/desktop repository on GitHub. -3. Navigate to the release page for `version v5.5.0 `__ and download the appropriate installer for your version of Windows (32-bit vs. 64-bit). +3. Navigate to the release page for `version v5.5.1 `__ and download the appropriate installer for your version of Windows (32-bit vs. 64-bit). -4. Download the `source.zip `__ file as well to extract group policy files. +4. Download the `source.zip `__ file as well to extract group policy files. .. image:: ../images/desktop/msi_gpo/msi_gpo_installation_test_00003.png :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. @@ -37,12 +37,12 @@ Download group policy and MSI installer files Install group policy files locally ----------------------------------- -1. Browse to the folder the above files were downloaded to and unzip the ``desktop-5.5.0.zip`` file in place. +1. Browse to the folder the above files were downloaded to and unzip the ``desktop-5.5.1.zip`` file in place. .. image:: ../images/desktop/msi_gpo/msi_gpo_installation_test_00004.png :alt: Go to the install download directory on your machine and unzip the ZIP file. -2. Navigate to the unzipped ``desktop-5.5.0\resources\windows\gpo`` folder and copy the contents. +2. Navigate to the unzipped ``desktop-5.5.1\resources\windows\gpo`` folder and copy the contents. .. image:: ../images/desktop/msi_gpo/msi_gpo_installation_test_00005.png :alt: Go to the \resources\windows\gpo directory and copy its contents. @@ -140,7 +140,7 @@ Silent installation guide Perform a silent installation of MSI by running the following command: -``msiexec /i mattermost-desktop-v5.5.0-x64.msi /qn`` +``msiexec /i mattermost-desktop-v5.5.1-x64.msi /qn`` .. note:: You'll need to change this command as new versions of the Mattermost Desktop App are released.