Skip to content

Commit f737c6a

Browse files
amyblaiscwarnermm
andauthored
v2.29 Mobile changelog (#7953)
* Update mattermost-mobile-releases.md * Update mobile-app-changelog.md * Update mobile-app-changelog.md * Update mobile-app-changelog.md * Update source/about/mobile-app-changelog.md Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com> * Update mobile-app-changelog.md --------- Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com>
1 parent b03a663 commit f737c6a

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

source/about/mattermost-mobile-releases.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ We strongly recommend using the latest mobile app release available that contain
2121

2222
| **Release** | **Released on** | **Support ends** | **Compatible with** |
2323
|:---|:---|:---|:---|
24+
| v2.29 {ref}`FEATURE <release-v2-29-0>` [Download](https://github.com/mattermost/mattermost-mobile/releases/tag/v2.29.0) \| {ref}`Changelog <release-v2-29-0>` | 2025-06-16 | 2025-07-15 | {ref}`v10.9 <release-v10.9-feature-release>`, {ref}`v10.8 <release-v10.8-feature-release>`, {ref}`v10.7 <release-v10.7-feature-release>`, {ref}`v10.5 <release-v10.5-extended-support-release>` |
2425
| v2.28 {ref}`FEATURE <release-v2-28-1>` [Download](https://github.com/mattermost/mattermost-mobile/releases/tag/v2.28.1) \| {ref}`Changelog <release-v2-28-1>` | 2025-05-16 | 2025-06-15 | {ref}`v10.8 <release-v10.8-feature-release>`, {ref}`v10.7 <release-v10.7-feature-release>`, {ref}`v10.6 <release-v10.6-feature-release>`, {ref}`v10.5 <release-v10.5-extended-support-release>` |
2526
| v2.27 {ref}`FEATURE <release-v2-27-1>` [Download](https://github.com/mattermost/mattermost-mobile/releases/tag/v2.27.1) \| {ref}`Changelog <release-v2-27-1>` | 2025-04-16 | 2025-05-15 | {ref}`v10.7 <release-v10.7-feature-release>`, {ref}`v10.6 <release-v10.6-feature-release>`, {ref}`v10.5 <release-v10.5-extended-support-release>`, {ref}`v9.11 <release-v9-11-extended-support-release>` |
2627
| v2.26 {ref}`FEATURE <release-v2-26-2>` [Download](https://github.com/mattermost/mattermost-mobile/releases/tag/v2.26.2) \| {ref}`Changelog <release-v2-26-2>` | 2025-03-16 | 2025-04-15 | {ref}`v10.6 <release-v10.6-feature-release>`, {ref}`v10.5 <release-v10.5-extended-support-release>`, {ref}`v10.4 <release-v10.4-feature-release>`, {ref}`v9.11 <release-v9-11-extended-support-release>` |
@@ -58,9 +59,9 @@ Note that the below versions have not yet been tested. The information below is
5859

5960
| **Release** | **Releasing on** | **Support ends** | **Compatible with** |
6061
|:---|:---|:---|:---|
62+
| v2.35 | 2025-12-16 | 2026-01-15 | v11.3, v11.2, v11.1, v11.0 |
6163
| v2.34 | 2025-11-16 | 2025-12-15 | v11.2, v11.1, v11.0, v10.11 |
6264
| v2.33 | 2025-10-16 | 2025-11-15 | v11.1, v11.0, v10.11, v10.5 |
6365
| v2.32 | 2025-09-16 | 2025-10-15 | v11.0, v10.11, v10.0, v10.5 |
6466
| v2.31 | 2025-08-16 | 2025-09-15 | v10.11, v10.10, v10.9, v10.5 |
6567
| v2.30 | 2025-07-16 | 2025-08-15 | v10.10, v10.9, v10.8, v10.5 |
66-
| v2.29 | 2025-06-15 | 2025-07-15 | v10.9, v10.8, v10.7, v10.5 |

source/about/mobile-app-changelog.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,41 @@ This changelog summarizes updates to Mattermost mobile apps releases for [Matter
99
```{include} common-esr-support.md
1010
```
1111

12+
(release-v2-29-0)=
13+
## 2.29.0 Release
14+
- Release Date: June 16, 2025
15+
- Server Versions Supported: Server v10.5.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device.
16+
17+
### Compatibility
18+
- **Upgrade to server version v10.5.0 or later is required.** Support for server [Extended Support Release](https://docs.mattermost.com/about/release-policy.html#extended-support-releases) (ESR) v9.11.0 has ended and upgrading to server ESR v10.5.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.
19+
- Android operating system 7+ [is required by Google](https://android-developers.googleblog.com/2017/12/improving-app-security-and-performance.html).
20+
- iPhone 6s devices and later with iOS 15.1+ are required.
21+
22+
### Improvements
23+
- Added a license load metric to the **About** screen to show current license usage.
24+
- Improved the behavior around reporting a problem.
25+
- Updated the copy action label to **Copy Email Address** for Markdown-rendered email links.
26+
27+
### Bug Fixes
28+
- Fixed an issue with the hardware keyboard on iPad overlapping the input in threads.
29+
- Fixed an issue where deactivated accounts would appear in the **Create direct message** screen.
30+
- Fixed an issue with the license check where the license could be undefined.
31+
- Fixed a UX issue where the call bar did not render correctly when displaying exceptionally long user or channel names.
32+
- Fixed an issue where videos did not show images even if public links were disabled.
33+
- Fixed an issue where the app could crash when viewing malformed LaTeX code.
34+
- Fixed inconsistencies between web and mobile category sorting (may require logging out and logging back in to fix).
35+
- Fixed an issue where message attachments (e.g. from a webhook) would not appear if received while the app was in the background.
36+
- Calls: fixed an issue with scrolling the participants list.
37+
- Fixed an issue with some flickering on the tooltip in the **Drafts** screen.
38+
39+
### Open Source Components
40+
- Added ``prismjs`` to https://github.com/mattermost/mattermost-mobile.
41+
42+
### Known Issues
43+
- "Report a problem" page sometimes gets cut off at the bottom [MM-64457](https://mattermost.atlassian.net/browse/MM-64457).
44+
- Users are unable to adjust the font size via the OS font size setting.
45+
- 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.
46+
1247
(release-v2-28-1)=
1348
## 2.28.1 Release
1449
- Release Date: June 4, 2025

0 commit comments

Comments
 (0)