diff --git a/source/about/desktop-app-changelog.md b/source/about/desktop-app-changelog.md index b4bcc49836a..41590feb185 100644 --- a/source/about/desktop-app-changelog.md +++ b/source/about/desktop-app-changelog.md @@ -8,7 +8,14 @@ This changelog summarizes updates to Mattermost desktop app releases for [Matter (release-v5-9)= ## Release v5.9 (Extended Support Release) -**Release Date: 2024-08-16** +- **v5.9.1, released ** + + - Fixed a crash in Linux when trying to create a thumbnail from an image [MM-60232](https://mattermost.atlassian.net/browse/MM-60232). + - Fixed the **Download** button being hidden on Windows/Linux [MM-60605](https://mattermost.atlassian.net/browse/MM-60605). + +- **v5.9.0, released 2024-08-16** + + - Original v5.9.0 release **Download Binaries:** [Mattermost Desktop on GitHub](https://github.com/mattermost/desktop/releases/latest) diff --git a/source/about/mattermost-desktop-releases.md b/source/about/mattermost-desktop-releases.md index 606a230dc74..f627656afa7 100644 --- a/source/about/mattermost-desktop-releases.md +++ b/source/about/mattermost-desktop-releases.md @@ -21,7 +21,7 @@ Mattermost releases a new desktop app version every 4 months, in February, May, | **Release** | **Released on** | **Support ends** | **Compatible with** | |:---|:---|:---|:---| -| v5.9 [Download](https://github.com/mattermost/desktop/releases/tag/v5.9.0) \| {ref}`Changelog ` | 2024-08-16 | 2025-05-15 | {ref}`v9.11 `, {ref}`v9.10 `, {ref}`v9.9 `, {ref}`v9.8 `, {ref}`v9.5 ` | +| v5.9 [Download](https://github.com/mattermost/desktop/releases/tag/v5.9.1) \| {ref}`Changelog ` | 2024-08-16 | 2025-05-15 | {ref}`v9.11 `, {ref}`v9.10 `, {ref}`v9.9 `, {ref}`v9.8 `, {ref}`v9.5 ` | | v5.8 [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | {ref}`v9.9 `, {ref}`v9.8 `, {ref}`v9.7 `, {ref}`v9.6 `, {ref}`v9.5 `, {ref}`v8.1 ` | | v5.7 [Download](https://github.com/mattermost/desktop/releases/tag/v5.7.0) \| {ref}`Changelog ` | 2024-03-15 | 2024-05-15 | {ref}`v9.6 ` | | v5.6 [Download](https://github.com/mattermost/desktop/releases/tag/v5.6.0) \| {ref}`Changelog ` | 2023-12-15 | 2024-03-14 | {ref}`v9.3 ` | diff --git a/source/collaborate/install-desktop-app.rst b/source/collaborate/install-desktop-app.rst index c01228d30be..80b46488c39 100644 --- a/source/collaborate/install-desktop-app.rst +++ b/source/collaborate/install-desktop-app.rst @@ -25,8 +25,8 @@ You can download the `desktop app `_ directly from **Install the Mattermost Desktop App** - 1. Download the latest version of the Mattermost desktop app for the `64-bit version of Windows `_ - 2. From the **\Downloads** folder, right-click on the file ``mattermost-desktop-setup-5.9.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 for the `64-bit version of Windows `_ + 2. From the **\Downloads** folder, right-click on the file ``mattermost-desktop-setup-5.9.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** @@ -61,8 +61,8 @@ You can download the `desktop app `_ directly from 1. Download the latest version of the Mattermost desktop app: - - `Intel systems `_ - - `M1 systems `_ (Beta) + - `Intel systems `_ + - `M1 systems `_ (Beta) 2. Double-click the download to open the disk image. @@ -118,13 +118,13 @@ You can download the `desktop app `_ directly from **Install the Mattermost Desktop App** - 1. Download the latest version of the Mattermost desktop app for 64-bit systems: `mattermost-desktop-5.9.0-linux-x86_64.rpm `_ + 1. Download the latest version of the Mattermost desktop app for 64-bit systems: `mattermost-desktop-5.9.1-linux-x86_64.rpm `_ 2. At the command line, execute the following command: .. code-block:: sh - sudo rpm -i mattermost-desktop-5.9.0-linux-x86_64.rpm + sudo rpm -i mattermost-desktop-5.9.1-linux-x86_64.rpm 3. Run Mattermost as a desktop app. @@ -132,7 +132,7 @@ You can download the `desktop app `_ directly from .. code-block:: sh - sudo rpm -u mattermost-desktop-5.9.0-linux-x86_64.rpm + sudo rpm -u mattermost-desktop-5.9.1-linux-x86_64.rpm .. tip:: 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...**. @@ -145,7 +145,7 @@ You can download the `desktop app `_ directly from **Install the Desktop App's compressed tarball** - 1. Download the latest version of the Mattermost desktop app for 64-bit systems: `mattermost-desktop-5.9.0-linux-x64.tar.gz `_ + 1. Download the latest version of the Mattermost desktop app for 64-bit systems: `mattermost-desktop-5.9.1-linux-x64.tar.gz `_ 2. Extract the archive to a convenient location, then give ``chrome-sandbox`` in the extracted directory the required ownership and permissions: ``sudo chown root:root chrome-sandbox && sudo chmod 4755 chrome-sandbox`` 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 5a3437c06bf..5d77ed40f5d 100644 --- a/source/install/desktop-msi-installer-and-group-policy-install.rst +++ b/source/install/desktop-msi-installer-and-group-policy-install.rst @@ -4,7 +4,7 @@ Desktop MSI installer and group policy installation guides .. include:: ../_static/badges/allplans-selfhosted.rst :start-after: :nosearch: -This guide provides steps to install the MSI and use Group Policies in Windows for Mattermost Enterprise or Professional. The MSI installer package can be downloaded `here `_. +This guide provides steps to install the MSI and use Group Policies in Windows for Mattermost Enterprise or Professional. The MSI installer package can be downloaded `here `_. Download group policy and MSI installer files ---------------------------------------------- @@ -19,9 +19,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.9.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.9.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. @@ -29,12 +29,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.9.0.zip`` file in place. +1. Browse to the folder the above files were downloaded to and unzip the ``desktop-5.9.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.9.0\resources\windows\gpo`` folder and copy the contents. +2. Navigate to the unzipped ``desktop-5.9.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. @@ -146,30 +146,30 @@ Perform a silent installation of the MSI by running the following command: Perform a silent installation of MSI by running the following command: -``msiexec /i mattermost-desktop-v5.9.0-x64.msi /qn`` +``msiexec /i mattermost-desktop-v5.9.1-x64.msi /qn`` .. note:: - You'll need to update the version details in this command as new versions of the Mattermost desktop app are released. - You must be an administrator to run these commands, or you must run them from an admin command prompt or powershell. -From version v5.9.0 of the Mattermost desktop app, the following silent MSI installation options are also available. +From version v5.9.1 of the Mattermost desktop app, the following silent MSI installation options are also available. Install for all users ~~~~~~~~~~~~~~~~~~~~~ Use the ``ALLUSERS`` parameter to install the MSI for all users: -``msiexec /i mattermost-desktop-v5.9.0-x64.msi ALLUSERS=1`` +``msiexec /i mattermost-desktop-v5.9.1-x64.msi ALLUSERS=1`` .. note:: - Installing the MSI for all users :ref:`disables automatic updates ` for the desktop app on Windows. - - To :ref:`disable automatic updates ` on a per-user basis, use the ``DISABLEAUTOUPDATE`` parameter: ``msiexec /i mattermost-desktop-v5.9.0-x64.msi DISABLEAUTOUPDATE=1`` + - To :ref:`disable automatic updates ` on a per-user basis, use the ``DISABLEAUTOUPDATE`` parameter: ``msiexec /i mattermost-desktop-v5.9.1-x64.msi DISABLEAUTOUPDATE=1`` Specify an install directory ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Use the ``APPLICATIONFOLDER`` parameter to specify an installation directory for the MSI installation: -``msiexec /i mattermost-desktop-v5.9.0-x64.msi APPLICATIONFOLDER=`` +``msiexec /i mattermost-desktop-v5.9.1-x64.msi APPLICATIONFOLDER=`` Change this command as new versions of the Mattermost Desktop App are released.