You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/about/mobile-app-changelog.md
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,41 @@ This changelog summarizes updates to Mattermost mobile apps releases for [Matter
9
9
```{include} common-esr-support.md
10
10
```
11
11
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.
0 commit comments