From b428f4b3e76e2067313f53076c82d1bb36d4707b Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 07:48:31 +0000 Subject: [PATCH 1/8] Add Desktop app v6.3 release docs scaffolding Adds v6.3 entries to the desktop releases table and changelog, and bumps version references in the Linux install and MSI/group policy guides from 6.2.2 to 6.3.0. Release-specific details (date, Electron/Chromium versions, improvements, bug fixes, contributors, compatible server versions) are marked with TODO placeholders to fill in from the release notes. Co-authored-by: Amy Blais <29708087+amyblais@users.noreply.github.com> Co-Authored-By: Claude Opus 4.8 (1M context) --- ...msi-installer-and-group-policy-install.rst | 18 ++++---- .../desktop/linux-desktop-install.rst | 10 ++--- .../product-overview/desktop-app-changelog.md | 41 +++++++++++++++++++ .../mattermost-desktop-releases.md | 1 + 4 files changed, 56 insertions(+), 14 deletions(-) diff --git a/source/deployment-guide/desktop/desktop-msi-installer-and-group-policy-install.rst b/source/deployment-guide/desktop/desktop-msi-installer-and-group-policy-install.rst index 4234f8e3591..01a1e2b9610 100644 --- a/source/deployment-guide/desktop/desktop-msi-installer-and-group-policy-install.rst +++ b/source/deployment-guide/desktop/desktop-msi-installer-and-group-policy-install.rst @@ -47,9 +47,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 v6.2.2 `__ and download the appropriate installer for your version of Windows (32-bit vs. 64-bit). +3. Navigate to the release page for `version v6.3.0 `__ 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. @@ -70,12 +70,12 @@ The following group policies are available supporting a state option of Not Conf | Update Notifications | If disabled, in-app update notifications are not shown. | v5.1 or later | ``EnableAutoUpdates`` | +--------------------------+------------------------------------------------------------+----------------------+----------------------------+ -1. Browse to the folder the above files were downloaded to and unzip the ``desktop-6.2.2.zip`` file in place. +1. Browse to the folder the above files were downloaded to and unzip the ``desktop-6.3.0.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-6.2.2\resources\windows\gpo`` folder and copy the contents. +2. Navigate to the unzipped ``desktop-6.3.0\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. @@ -210,12 +210,12 @@ Perform a silent installation of the MSI by running the following command: Ensure the desktop app is closed before proceeding with a silent installation. Because it's a silent installation, Mattermost won't prompt you to close the desktop app. -**Command Prompt:** ``msiexec /i mattermost-desktop-v6.2.2-x64.msi /qn`` +**Command Prompt:** ``msiexec /i mattermost-desktop-v6.3.0-x64.msi /qn`` -**PowerShell:** ``Start-Process -FilePath "$env:systemroot\system32\msiexec.exe" -ArgumentList '/i mattermost-desktop-v6.2.2-x64.msi /qn'`` +**PowerShell:** ``Start-Process -FilePath "$env:systemroot\system32\msiexec.exe" -ArgumentList '/i mattermost-desktop-v6.3.0-x64.msi /qn'`` .. note:: - - Replace ```` with the actual version number (e.g., ``v6.2.2``). + - Replace ```` with the actual version number (e.g., ``v6.3.0``). - From v6.1.0, the MSI installs per-machine by default, requiring administrator privileges. From version v5.9.0 of the Mattermost desktop app, the following silent MSI installation options are also available. @@ -225,8 +225,8 @@ Specify an install directory Use the ``APPLICATIONFOLDER`` parameter to specify an installation directory for the MSI installation: -- **Command Prompt:** ``msiexec /i mattermost-desktop-v6.2.2-x64.msi APPLICATIONFOLDER=""`` -- **PowerShell:** ``Start-Process -FilePath "$env:systemroot\system32\msiexec.exe" -ArgumentList '/i mattermost-desktop-v6.2.2-x64.msi APPLICATIONFOLDER=""'`` +- **Command Prompt:** ``msiexec /i mattermost-desktop-v6.3.0-x64.msi APPLICATIONFOLDER=""`` +- **PowerShell:** ``Start-Process -FilePath "$env:systemroot\system32\msiexec.exe" -ArgumentList '/i mattermost-desktop-v6.3.0-x64.msi APPLICATIONFOLDER=""'`` Change this command as new versions of the Mattermost Desktop App are released. diff --git a/source/deployment-guide/desktop/linux-desktop-install.rst b/source/deployment-guide/desktop/linux-desktop-install.rst index 6e43f01219d..b4ca4acb534 100644 --- a/source/deployment-guide/desktop/linux-desktop-install.rst +++ b/source/deployment-guide/desktop/linux-desktop-install.rst @@ -57,13 +57,13 @@ This page describes how to install the Mattermost desktop app on Linux. Install the Mattermost desktop app ---------------------------------- - 1. Download the latest version of the Mattermost desktop app for 64-bit systems: `mattermost-desktop-6.2.2-linux-x86_64.rpm `_ + 1. Download the latest version of the Mattermost desktop app for 64-bit systems: `mattermost-desktop-6.3.0-linux-x86_64.rpm `_ 2. At the command line, execute the following command: .. code-block:: sh - sudo rpm -i mattermost-desktop-6.2.2-linux-x86_64.rpm + sudo rpm -i mattermost-desktop-6.3.0-linux-x86_64.rpm 3. Run Mattermost as a desktop app. @@ -71,7 +71,7 @@ This page describes how to install the Mattermost desktop app on Linux. .. code-block:: sh - sudo rpm -u mattermost-desktop-6.2.2-linux-x86_64.rpm + sudo rpm -u mattermost-desktop-6.3.0-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...**. @@ -109,7 +109,7 @@ This page describes how to install the Mattermost desktop app on Linux. flatpak install mattermost-desktop-{VERSION}-linux-{ARCH}.flatpak - Replace ``{VERSION}`` with the version number (e.g., ``6.2.2``) and ``{ARCH}`` with your architecture (``x86_64`` or ``aarch64``). + Replace ``{VERSION}`` with the version number (e.g., ``6.3.0``) and ``{ARCH}`` with your architecture (``x86_64`` or ``aarch64``). 4. Run Mattermost as a desktop app: @@ -137,7 +137,7 @@ This page describes how to install the Mattermost desktop app on Linux. Install the Desktop App's compressed tarball --------------------------------------------- - 1. Download the latest version of the Mattermost desktop app for 64-bit systems: `mattermost-desktop-6.2.2-linux-x64.tar.gz `_ + 1. Download the latest version of the Mattermost desktop app for 64-bit systems: `mattermost-desktop-6.3.0-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/product-overview/desktop-app-changelog.md b/source/product-overview/desktop-app-changelog.md index 99a31fb33df..4b5c954a163 100644 --- a/source/product-overview/desktop-app-changelog.md +++ b/source/product-overview/desktop-app-changelog.md @@ -6,6 +6,47 @@ This changelog summarizes updates to Mattermost desktop app releases for [Matter ```{include} common-esr-support.md ``` +(release-v6-3)= +## Release v6.3 + +- **v6.3.0, released 2026-XX-XX** + + - Original v6.3.0 release + +**Download Binaries:** [Mattermost Desktop on GitHub](https://github.com/mattermost/desktop/releases/v6.3.0) + +### Compatibility + +- Desktop App is supported on any currently supported [Mattermost server version](https://docs.mattermost.com/product-overview/mattermost-desktop-releases.html#latest-releases). +- Updated Chromium minimum supported version to XXX+. + +### Improvements + +#### All Platforms + +- TODO: add v6.3 improvements from the release notes. + +### Architectural Changes + +- Major version upgrade of Electron to vXX.X.X. Electron is the underlying technology used to build the Desktop App. + +### Bug Fixes + +#### All Platforms + +- TODO: add v6.3 bug fixes from the release notes. + +### Known Issues + +- Sometimes during installation you may see this message: ``Warning 1946. Property 'System.AppUserModel.ID' for shortcut 'Mattermost.Ink' could not be set``. This message can be safely ignored. +- 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//Library/Containers/Mattermost/Data/Library/Application Support/Mattermost`, for Windows in `Users//AppData/Roaming/Mattermost` and for Linux in `~/config/Mattermost` (where `~` is the home directory). +- On Linux, a left-click on the Mattermost tray icon doesn't open the app window but opens the tray menu. +- Crashes might 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. + +### Contributors + +- TODO: add v6.3 contributors from the release notes. + (release-v6-2)= ## Release v6.2 (Extended Support Release) diff --git a/source/product-overview/mattermost-desktop-releases.md b/source/product-overview/mattermost-desktop-releases.md index 6ab38e2c42c..bb15a29adbb 100644 --- a/source/product-overview/mattermost-desktop-releases.md +++ b/source/product-overview/mattermost-desktop-releases.md @@ -18,6 +18,7 @@ Mattermost releases a new desktop app version every 4 months, in February, May, | **Release** | **Support** | **Compatible with** | |:---|:---|:---| +| v6.3 [Download](https://github.com/mattermost/desktop/releases/tag/v6.3.0) \| {ref}`Changelog ` \| [SBOM download](https://github.com/mattermost/desktop/releases/download/v6.3.0/sbom-desktop-v6.3.0.json) | Released: 2026-XX-XX
Support Ends: 2026-XX-XX | TODO: add compatible server versions | | v6.2 [Download](https://github.com/mattermost/desktop/releases/tag/v6.2.2) \| {ref}`Changelog ` \| [SBOM download](https://github.com/mattermost/desktop/releases/download/v6.2.2/sbom-desktop-v6.2.2.json) | Released: 2026-05-15
Support Ends: 2027-05-15 {ref}`EXTENDED ` | {ref}`v11.9 `, {ref}`v11.8 `, {ref}`v11.7 `, {ref}`v11.6 `, {ref}`v11.5 `, {ref}`v10.11 ` | | v6.1 [Download](https://github.com/mattermost/desktop/releases/tag/v6.1.2) \| {ref}`Changelog ` \| [SBOM download](https://github.com/mattermost/desktop/releases/download/v6.1.2/sbom-desktop-v6.1.2.json) | Released: 2026-03-02
Support Ends: 2026-05-15 | {ref}`v11.6 `, {ref}`v11.5 `, {ref}`v11.4 `, {ref}`v11.3 `, {ref}`v11.2 `, {ref}`v10.11 ` | | v6.0 [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.4) \| {ref}`Changelog ` \| [SBOM download](https://github.com/mattermost/desktop/releases/download/v6.0.4/sbom-desktop-v6.0.4.json) | Released: 2025-11-14
Support Ends: 2026-03-15 | {ref}`v11.4 `, {ref}`v11.3 `, {ref}`v11.2 `, {ref}`v11.1 `, {ref}`v11.0 `, {ref}`v10.12 `, {ref}`v10.11 ` | From 95c7f2d777dbd188720d1b41e7e2e7a8fd5a5fe2 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Tue, 21 Jul 2026 10:55:12 +0300 Subject: [PATCH 2/8] Update mattermost-desktop-releases.md --- source/product-overview/mattermost-desktop-releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/product-overview/mattermost-desktop-releases.md b/source/product-overview/mattermost-desktop-releases.md index bb15a29adbb..60e759f81ba 100644 --- a/source/product-overview/mattermost-desktop-releases.md +++ b/source/product-overview/mattermost-desktop-releases.md @@ -18,7 +18,7 @@ Mattermost releases a new desktop app version every 4 months, in February, May, | **Release** | **Support** | **Compatible with** | |:---|:---|:---| -| v6.3 [Download](https://github.com/mattermost/desktop/releases/tag/v6.3.0) \| {ref}`Changelog ` \| [SBOM download](https://github.com/mattermost/desktop/releases/download/v6.3.0/sbom-desktop-v6.3.0.json) | Released: 2026-XX-XX
Support Ends: 2026-XX-XX | TODO: add compatible server versions | +| v6.3 [Download](https://github.com/mattermost/desktop/releases/tag/v6.3.0) \| {ref}`Changelog ` \| [SBOM download](https://github.com/mattermost/desktop/releases/download/v6.3.0/sbom-desktop-v6.3.0.json) | Released: 2026-08-14
Support Ends: 2027-11-15 | {ref}`v11.10 `, {ref}`v11.9 `, {ref}`v11.8 `, {ref}`v11.7 ` | | v6.2 [Download](https://github.com/mattermost/desktop/releases/tag/v6.2.2) \| {ref}`Changelog ` \| [SBOM download](https://github.com/mattermost/desktop/releases/download/v6.2.2/sbom-desktop-v6.2.2.json) | Released: 2026-05-15
Support Ends: 2027-05-15 {ref}`EXTENDED ` | {ref}`v11.9 `, {ref}`v11.8 `, {ref}`v11.7 `, {ref}`v11.6 `, {ref}`v11.5 `, {ref}`v10.11 ` | | v6.1 [Download](https://github.com/mattermost/desktop/releases/tag/v6.1.2) \| {ref}`Changelog ` \| [SBOM download](https://github.com/mattermost/desktop/releases/download/v6.1.2/sbom-desktop-v6.1.2.json) | Released: 2026-03-02
Support Ends: 2026-05-15 | {ref}`v11.6 `, {ref}`v11.5 `, {ref}`v11.4 `, {ref}`v11.3 `, {ref}`v11.2 `, {ref}`v10.11 ` | | v6.0 [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.4) \| {ref}`Changelog ` \| [SBOM download](https://github.com/mattermost/desktop/releases/download/v6.0.4/sbom-desktop-v6.0.4.json) | Released: 2025-11-14
Support Ends: 2026-03-15 | {ref}`v11.4 `, {ref}`v11.3 `, {ref}`v11.2 `, {ref}`v11.1 `, {ref}`v11.0 `, {ref}`v10.12 `, {ref}`v10.11 ` | From 2e025cdc844f097edc22e4f8425e201d38d6190a Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Tue, 21 Jul 2026 10:56:05 +0300 Subject: [PATCH 3/8] Update mattermost-desktop-releases.md --- source/product-overview/mattermost-desktop-releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/product-overview/mattermost-desktop-releases.md b/source/product-overview/mattermost-desktop-releases.md index 60e759f81ba..74f117b3d9f 100644 --- a/source/product-overview/mattermost-desktop-releases.md +++ b/source/product-overview/mattermost-desktop-releases.md @@ -18,7 +18,7 @@ Mattermost releases a new desktop app version every 4 months, in February, May, | **Release** | **Support** | **Compatible with** | |:---|:---|:---| -| v6.3 [Download](https://github.com/mattermost/desktop/releases/tag/v6.3.0) \| {ref}`Changelog ` \| [SBOM download](https://github.com/mattermost/desktop/releases/download/v6.3.0/sbom-desktop-v6.3.0.json) | Released: 2026-08-14
Support Ends: 2027-11-15 | {ref}`v11.10 `, {ref}`v11.9 `, {ref}`v11.8 `, {ref}`v11.7 ` | +| v6.3 [Download](https://github.com/mattermost/desktop/releases/tag/v6.3.0) \| {ref}`Changelog ` \| [SBOM download](https://github.com/mattermost/desktop/releases/download/v6.3.0/sbom-desktop-v6.3.0.json) | Released: 2026-08-14
Support Ends: 2026-11-15 | {ref}`v11.10 `, {ref}`v11.9 `, {ref}`v11.8 `, {ref}`v11.7 ` | | v6.2 [Download](https://github.com/mattermost/desktop/releases/tag/v6.2.2) \| {ref}`Changelog ` \| [SBOM download](https://github.com/mattermost/desktop/releases/download/v6.2.2/sbom-desktop-v6.2.2.json) | Released: 2026-05-15
Support Ends: 2027-05-15 {ref}`EXTENDED ` | {ref}`v11.9 `, {ref}`v11.8 `, {ref}`v11.7 `, {ref}`v11.6 `, {ref}`v11.5 `, {ref}`v10.11 ` | | v6.1 [Download](https://github.com/mattermost/desktop/releases/tag/v6.1.2) \| {ref}`Changelog ` \| [SBOM download](https://github.com/mattermost/desktop/releases/download/v6.1.2/sbom-desktop-v6.1.2.json) | Released: 2026-03-02
Support Ends: 2026-05-15 | {ref}`v11.6 `, {ref}`v11.5 `, {ref}`v11.4 `, {ref}`v11.3 `, {ref}`v11.2 `, {ref}`v10.11 ` | | v6.0 [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.4) \| {ref}`Changelog ` \| [SBOM download](https://github.com/mattermost/desktop/releases/download/v6.0.4/sbom-desktop-v6.0.4.json) | Released: 2025-11-14
Support Ends: 2026-03-15 | {ref}`v11.4 `, {ref}`v11.3 `, {ref}`v11.2 `, {ref}`v11.1 `, {ref}`v11.0 `, {ref}`v10.12 `, {ref}`v10.11 ` | From 818bd4814ceeeef2a2fdfa6d6f3feaceee7e1169 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Tue, 21 Jul 2026 11:03:44 +0300 Subject: [PATCH 4/8] Update desktop-app-changelog.md --- .../product-overview/desktop-app-changelog.md | 31 ++++++++++++------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/source/product-overview/desktop-app-changelog.md b/source/product-overview/desktop-app-changelog.md index 4b5c954a163..f73a34afde5 100644 --- a/source/product-overview/desktop-app-changelog.md +++ b/source/product-overview/desktop-app-changelog.md @@ -9,11 +9,9 @@ This changelog summarizes updates to Mattermost desktop app releases for [Matter (release-v6-3)= ## Release v6.3 -- **v6.3.0, released 2026-XX-XX** +**v6.3.0 Release Day: 2026-08-14** - - Original v6.3.0 release - -**Download Binaries:** [Mattermost Desktop on GitHub](https://github.com/mattermost/desktop/releases/v6.3.0) +**Download Binaries:** [Mattermost Desktop on GitHub](https://github.com/mattermost/desktop/releases/latest) ### Compatibility @@ -24,17 +22,32 @@ This changelog summarizes updates to Mattermost desktop app releases for [Matter #### All Platforms -- TODO: add v6.3 improvements from the release notes. +- Added koffi native module, and added connectors for macOS and Windows native session attributes. +- Added support for explicitly trusted embedded media origins for media permission requests. +- Updated onboarding and server connection welcome messaging. +- Added an advanced setting to enable or disable session attributes. Some resources may be inaccessible when disabled. +- Enabled client-collected **Session Attributes** to be sent to enabled servers. +- Added ``F12`` to open **Developer Tools** for current tab. ### Architectural Changes -- Major version upgrade of Electron to vXX.X.X. Electron is the underlying technology used to build the Desktop App. +- Major version upgrade of Electron to v43.0.0. Electron is the underlying technology used to build the Desktop App. ### Bug Fixes +#### Linux +- Fixed download URL construction in "Download Options" for Linux releases. +- Fixed the association to the desktop launcher and the wrong icon being shown in Ubuntu. + #### All Platforms -- TODO: add v6.3 bug fixes from the release notes. +- Fixed an issue where other views could end an active call. +- Fixed a rare crash where closing a server tab or window while it was still loading could throw "Object has been destroyed" in the main process. +- Fixed an issue where a ``mattermost://`` deep link could open the **Add Server** dialog. + +### Open Source Components + +- Added ``joi`` and ``fast-xml-parser`` to https://github.com/mattermost/desktop/. ### Known Issues @@ -43,10 +56,6 @@ This changelog summarizes updates to Mattermost desktop app releases for [Matter - On Linux, a left-click on the Mattermost tray icon doesn't open the app window but opens the tray menu. - Crashes might 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. -### Contributors - -- TODO: add v6.3 contributors from the release notes. - (release-v6-2)= ## Release v6.2 (Extended Support Release) From 82fc9c6a50b05c3172c8acf57d22653e556ec3db Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Tue, 21 Jul 2026 11:10:32 +0300 Subject: [PATCH 5/8] Update desktop-app-changelog.md --- source/product-overview/desktop-app-changelog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/product-overview/desktop-app-changelog.md b/source/product-overview/desktop-app-changelog.md index f73a34afde5..b49927ab0b6 100644 --- a/source/product-overview/desktop-app-changelog.md +++ b/source/product-overview/desktop-app-changelog.md @@ -35,6 +35,9 @@ This changelog summarizes updates to Mattermost desktop app releases for [Matter ### Bug Fixes +#### macOS +- Fixed an issue where a ``mattermost://`` deep link could open the **Add Server** dialog. + #### Linux - Fixed download URL construction in "Download Options" for Linux releases. - Fixed the association to the desktop launcher and the wrong icon being shown in Ubuntu. @@ -43,7 +46,6 @@ This changelog summarizes updates to Mattermost desktop app releases for [Matter - Fixed an issue where other views could end an active call. - Fixed a rare crash where closing a server tab or window while it was still loading could throw "Object has been destroyed" in the main process. -- Fixed an issue where a ``mattermost://`` deep link could open the **Add Server** dialog. ### Open Source Components From efd9fc409ed1099ac0ee777917714654fe128f5c Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Tue, 21 Jul 2026 11:12:47 +0300 Subject: [PATCH 6/8] Update desktop-app-changelog.md --- source/product-overview/desktop-app-changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/product-overview/desktop-app-changelog.md b/source/product-overview/desktop-app-changelog.md index b49927ab0b6..c0fa76a4587 100644 --- a/source/product-overview/desktop-app-changelog.md +++ b/source/product-overview/desktop-app-changelog.md @@ -16,7 +16,7 @@ This changelog summarizes updates to Mattermost desktop app releases for [Matter ### Compatibility - Desktop App is supported on any currently supported [Mattermost server version](https://docs.mattermost.com/product-overview/mattermost-desktop-releases.html#latest-releases). -- Updated Chromium minimum supported version to XXX+. +- Updated Chromium minimum supported version to 150+. ### Improvements From 3791e502ca24cac1dbe5dd9980dc555a4ddd6d9c Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Tue, 21 Jul 2026 11:14:21 +0300 Subject: [PATCH 7/8] Update software-hardware-requirements.rst --- .../deployment-guide/software-hardware-requirements.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/deployment-guide/software-hardware-requirements.rst b/source/deployment-guide/software-hardware-requirements.rst index 565d1aff8a9..b8ee2a7c858 100644 --- a/source/deployment-guide/software-hardware-requirements.rst +++ b/source/deployment-guide/software-hardware-requirements.rst @@ -50,10 +50,10 @@ PC web .. csv-table:: :header: "Browser", "Self-Hosted Technical Requirement", "Cloud Technical Requirement" - "Chrome", "v146+", "v146+" + "Chrome", "v150+", "v150+" "Firefox", "v140+", "v140+" "Safari", "v26.2+", "v26.2+" - "Edge", "v146+", "v146+" + "Edge", "v150+", "v150+" `*` Internet Explorer (IE11) is no longer supported. We recommend using the `Mattermost desktop app `_ or another supported browser. See `this forum post `__ to learn more. @@ -78,8 +78,8 @@ Mobile web .. csv-table:: :header: "Browser", "Technical Requirement" - "iOS", "iOS 16.0+ with Safari 26.2+ or Chrome 146+" - "Android", "Android 7+ with Chrome 146+" + "iOS", "iOS 16.0+ with Safari 26.2+ or Chrome 150+" + "Android", "Android 7+ with Chrome 150+" Email client ^^^^^^^^^^^^ From b82e83ec283b5195652c745209c1fb34f356fdb1 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Fri, 31 Jul 2026 16:29:56 +0300 Subject: [PATCH 8/8] Update desktop-app-changelog.md --- source/product-overview/desktop-app-changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/product-overview/desktop-app-changelog.md b/source/product-overview/desktop-app-changelog.md index c0fa76a4587..fc01b0866b1 100644 --- a/source/product-overview/desktop-app-changelog.md +++ b/source/product-overview/desktop-app-changelog.md @@ -28,6 +28,7 @@ This changelog summarizes updates to Mattermost desktop app releases for [Matter - Added an advanced setting to enable or disable session attributes. Some resources may be inaccessible when disabled. - Enabled client-collected **Session Attributes** to be sent to enabled servers. - Added ``F12`` to open **Developer Tools** for current tab. +- Improved how network requests and embedded content from connected servers are handled, keeping requests scoped to configured servers. ### Architectural Changes