From 080bfb72171ae7eaf4eeeaa4915b6281cdbb257d Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 10:23:29 +0000 Subject: [PATCH 1/5] Prepare Mobile v2.40 docs for May 15, 2026 release - Add v2.40.0 changelog entry with placeholder content - Move v2.40 from future releases to latest releases table in mobile releases page Co-authored-by: Amy Blais --- .../mattermost-mobile-releases.md | 2 +- .../product-overview/mobile-app-changelog.md | 20 +++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/source/product-overview/mattermost-mobile-releases.md b/source/product-overview/mattermost-mobile-releases.md index f6857872ec0..d96a57831be 100644 --- a/source/product-overview/mattermost-mobile-releases.md +++ b/source/product-overview/mattermost-mobile-releases.md @@ -18,6 +18,7 @@ We strongly recommend using the latest mobile app release available that contain | **Release** | **Support** | **Compatible with** | |:---|:---|:---| +| v2.40 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/mattermost-mobile/releases/tag/v2.40.0) \| {ref}`Changelog ` \| [SBOM download](https://github.com/mattermost/mattermost-mobile/releases/download/v2.40.0/sbom-mattermost-mobile-v2.40.0.json) | Released: 2026-05-15
Support Ends: 2026-06-15 | {ref}`v11.7 `, {ref}`v11.6 `, {ref}`v11.5 `, {ref}`v10.11 ` | | v2.39 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/mattermost-mobile/releases/tag/v2.39.0) \| {ref}`Changelog ` \| [SBOM download](https://github.com/mattermost/mattermost-mobile/releases/download/v2.39.0/sbom-mattermost-mobile-v2.39.0.json) | Released: 2026-04-16
Support Ends: 2026-05-15 | {ref}`v11.6 `, {ref}`v11.5 `, {ref}`v11.4 `, {ref}`v10.11 ` | | v2.38 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/mattermost-mobile/releases/tag/v2.38.3) \| {ref}`Changelog ` \| [SBOM download](https://github.com/mattermost/mattermost-mobile/releases/download/v2.38.3/sbom-mattermost-mobile-v2.38.3.json) | Released: 2026-03-16
Support Ends: 2026-04-15 | {ref}`v11.5 `, {ref}`v11.4 `, {ref}`v11.3 `, {ref}`v10.11 ` | | v2.37 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/mattermost-mobile/releases/tag/v2.37.2) \| {ref}`Changelog ` \| [SBOM download](https://github.com/mattermost/mattermost-mobile/releases/download/v2.37.2/sbom-mattermost-mobile-v2.37.2.json) | Released: 2026-02-16
Support Ends: 2026-03-15 | {ref}`v11.4 `, {ref}`v11.3 `, {ref}`v11.2 `, {ref}`v10.11 ` | @@ -70,4 +71,3 @@ Note that the below versions have not yet been tested. The information below is | v2.43 | Releasing: 2026-08-16
Support Ends: 2026-09-15 | v11.10, v11.9, v11.8, v11.7, v10.11 | | v2.42 | Releasing: 2026-07-16
Support Ends: 2026-08-15 | v11.9, v11.8, v11.7, v10.11 | | v2.41 | Releasing: 2026-06-16
Support Ends: 2026-07-15 | v11.8, v11.7, v11.6, v10.11 | -| v2.40 | Releasing: 2026-05-16
Support Ends: 2026-06-15 | v11.7, v11.6, v11.5, v10.11 | diff --git a/source/product-overview/mobile-app-changelog.md b/source/product-overview/mobile-app-changelog.md index a1e9465122b..c59662f68f7 100644 --- a/source/product-overview/mobile-app-changelog.md +++ b/source/product-overview/mobile-app-changelog.md @@ -6,6 +6,26 @@ This changelog summarizes updates to Mattermost mobile apps releases for [Matter ```{include} common-esr-support.md ``` +(release-v2-40-0)= +## 2.40.0 Release + - Release Date: May 15, 2026 + - Server Versions Supported: Server v10.11.0+ is required. Self-Signed SSL certificates are not supported unless the user installs the CA certificate on their device. + +### Compatibility + - **Upgrade to server version v10.11.0 or later is required.** Support for server [Extended Support Release](https://docs.mattermost.com/product-overview/release-policy.html#extended-support-releases) (ESR) v10.5.0 has ended and upgrading to server ESR v10.11.0 or later is required. As we innovate and offer newer versions of our mobile apps, we maintain backwards compatibility only with supported server versions. Users who upgrade to the newest mobile apps while being connected to an unsupported server version can be exposed to compatibility issues, which can cause crashes or severe bugs that break core functionality of the app. + - Android operating system 7+ [is required by Google](https://android-developers.googleblog.com/2017/12/improving-app-security-and-performance.html). + - iPhone 8+ devices and later with iOS 16.0+ are [required](https://support.apple.com/en-il/guide/iphone/iphe3fa5df43/16.0/ios/16.0). + +### Improvements + - TBD. + +### Bug Fixes + - TBD. + +### Known Issues + - Users are unable to adjust the font size via the OS font size setting. + - Some Google Pixel phones on Android 12+ might not continue past the login screen. This is a known issue with the OS, and the current workaround is to restart the device. + (release-v2-39-0)= ## 2.39.0 Release - Release Date: April 16, 2026 From 0f71d902e551e15fda3d5601e37dc17f2c3bf7a8 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Thu, 16 Apr 2026 13:28:37 +0300 Subject: [PATCH 2/5] Update mattermost-mobile-releases.md --- source/product-overview/mattermost-mobile-releases.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/product-overview/mattermost-mobile-releases.md b/source/product-overview/mattermost-mobile-releases.md index d96a57831be..57c204990a7 100644 --- a/source/product-overview/mattermost-mobile-releases.md +++ b/source/product-overview/mattermost-mobile-releases.md @@ -66,8 +66,9 @@ Note that the below versions have not yet been tested. The information below is | **Release** | **Support** | **Compatible with** | |:---|:---|:---| -| v2.45 | Releasing: 2026-10-16
Support Ends: 2026-11-15 | v11.12, v11.11, v11.10, v11.7 | -| v2.44 | Releasing: 2026-09-16
Support Ends: 2026-10-15 | v11.11, v11.10, v11.9, v11.7 | +| v2.46 | Releasing: 2026-11-16
Support Ends: 2026-12-15 | v11.13, v11.12, v11.11, v11.7 | +| v2.45 | Releasing: 2026-10-16
Support Ends: 2026-11-15 | v11.12, v11.11, v11.10, v11.7 | +| v2.44 | Releasing: 2026-09-16
Support Ends: 2026-10-15 | v11.11, v11.10, v11.9, v11.7 | | v2.43 | Releasing: 2026-08-16
Support Ends: 2026-09-15 | v11.10, v11.9, v11.8, v11.7, v10.11 | | v2.42 | Releasing: 2026-07-16
Support Ends: 2026-08-15 | v11.9, v11.8, v11.7, v10.11 | | v2.41 | Releasing: 2026-06-16
Support Ends: 2026-07-15 | v11.8, v11.7, v11.6, v10.11 | From 465cb76d7d1f8624b866b8846d67a6d6f00e5334 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Thu, 16 Apr 2026 13:32:15 +0300 Subject: [PATCH 3/5] Update mobile-app-changelog.md --- .../product-overview/mobile-app-changelog.md | 23 +++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/source/product-overview/mobile-app-changelog.md b/source/product-overview/mobile-app-changelog.md index c59662f68f7..28d7d35ec7b 100644 --- a/source/product-overview/mobile-app-changelog.md +++ b/source/product-overview/mobile-app-changelog.md @@ -17,10 +17,25 @@ This changelog summarizes updates to Mattermost mobile apps releases for [Matter - iPhone 8+ devices and later with iOS 16.0+ are [required](https://support.apple.com/en-il/guide/iphone/iphe3fa5df43/16.0/ios/16.0). ### Improvements - - TBD. - -### Bug Fixes - - TBD. + - Added mobile support for AI agents including a dedicated agents menu, agent chat interface, threads list view, and bot selector with profile pictures. + - **Share feedback** from in-app prompts now opens the Mattermost community forum in the browser. + - Channel banners are now shown in thread views. + - Added the ability to set shared channels from the channel settings. + - The team sidebar now displays to the left of the channel sidebar if you belong to more than one team or if other teams are available to join. + - Mobile apps now support multiselect, dynamic search, multi-step dialogs, and dynamic field refresh for Interactive Dialogs, bringing feature parity with the web app. + - The pre-auth secret header name is now always retrieved in lowercase to support HTTP1.1. + +### Bug Fixes + - Fixed an issue where opening a permalink to a channel the user was not a member of showed an "Message not viewable" error instead of prompting to join the channel. + - Fixed native crashes during Hermes garbage collection in the gallery pager and lightbox components. + - Fixed the display height for file upload errors in low bandwidth settings. + - Fixed a crash on Android where React Native Navigation could attempt to bring a destroyed controller to the front during activity teardown (Sentry AX68, 9,150 crashes, 1,580 users). + - Fixed an issue where GIF file attachments did not animate for users other than the uploader. + - Fixed a crash in the iOS app caused by concurrent database access between the main app and push notification extension. + - Fixed an issue showing wrong search results on hashtag tapping. + - Fixed search results layout overlap on hashtag tapping. + - Fixed a race condition on websocket messages. + - Fixed an issue where permalink thread headers were so long that channel names truncated instead of overlapped the title on mobile. ### Known Issues - Users are unable to adjust the font size via the OS font size setting. From e0b40c5f8b5cb0ebf668838546dc459d06c1794f Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Fri, 17 Apr 2026 08:57:22 +0300 Subject: [PATCH 4/5] Update mobile-app-changelog.md --- source/product-overview/mobile-app-changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/product-overview/mobile-app-changelog.md b/source/product-overview/mobile-app-changelog.md index 28d7d35ec7b..eb40476d13e 100644 --- a/source/product-overview/mobile-app-changelog.md +++ b/source/product-overview/mobile-app-changelog.md @@ -18,6 +18,7 @@ This changelog summarizes updates to Mattermost mobile apps releases for [Matter ### Improvements - Added mobile support for AI agents including a dedicated agents menu, agent chat interface, threads list view, and bot selector with profile pictures. + - Added mobile support for admin-managed sidebar channel categories. - **Share feedback** from in-app prompts now opens the Mattermost community forum in the browser. - Channel banners are now shown in thread views. - Added the ability to set shared channels from the channel settings. From 1ea60a5afc9da8708bdab8dd1e6b047c2f37cc62 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Fri, 17 Apr 2026 12:23:16 +0300 Subject: [PATCH 5/5] Update source/product-overview/mobile-app-changelog.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- source/product-overview/mobile-app-changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/product-overview/mobile-app-changelog.md b/source/product-overview/mobile-app-changelog.md index eb40476d13e..c1ce4b86d82 100644 --- a/source/product-overview/mobile-app-changelog.md +++ b/source/product-overview/mobile-app-changelog.md @@ -27,7 +27,7 @@ This changelog summarizes updates to Mattermost mobile apps releases for [Matter - The pre-auth secret header name is now always retrieved in lowercase to support HTTP1.1. ### Bug Fixes - - Fixed an issue where opening a permalink to a channel the user was not a member of showed an "Message not viewable" error instead of prompting to join the channel. + - Fixed an issue where opening a permalink to a channel the user was not a member of showed a "Message not viewable" error instead of prompting to join the channel. - Fixed native crashes during Hermes garbage collection in the gallery pager and lightbox components. - Fixed the display height for file upload errors in low bandwidth settings. - Fixed a crash on Android where React Native Navigation could attempt to bring a destroyed controller to the front during activity teardown (Sentry AX68, 9,150 crashes, 1,580 users).