Skip to content

Mobile v2.30 Changelog #8046

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion source/about/mattermost-mobile-releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ We strongly recommend using the latest mobile app release available that contain

| **Release** | **Released on** | **Support ends** | **Compatible with** |
|:---|:---|:---|:---|
| v2.30 {ref}`FEATURE <release-v2-30-0>` [Download](https://github.com/mattermost/mattermost-mobile/releases/tag/v2.30.0) \| {ref}`Changelog <release-v2-30-0>` | 2025-07-16 | 2025-08-15 | {ref}`v10.10 <release-v10.10-feature-release>`, {ref}`v10.9 <release-v10.9-feature-release>`, {ref}`v10.8 <release-v10.8-feature-release>`, {ref}`v10.5 <release-v10.5-extended-support-release>` |
| 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>` |
| 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>` |
| 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>` |
Expand Down Expand Up @@ -59,9 +60,9 @@ Note that the below versions have not yet been tested. The information below is

| **Release** | **Releasing on** | **Support ends** | **Compatible with** |
|:---|:---|:---|:---|
| v2.36 | 2026-01-16 | 2026-02-15 | v11.4, v11.3, v11.2, v11.1 |
| v2.35 | 2025-12-16 | 2026-01-15 | v11.3, v11.2, v11.1, v11.0 |
| v2.34 | 2025-11-16 | 2025-12-15 | v11.2, v11.1, v11.0, v10.11 |
| v2.33 | 2025-10-16 | 2025-11-15 | v11.1, v11.0, v10.11, v10.5 |
| v2.32 | 2025-09-16 | 2025-10-15 | v11.0, v10.11, v10.0, v10.5 |
| v2.31 | 2025-08-16 | 2025-09-15 | v10.11, v10.10, v10.9, v10.5 |
| v2.30 | 2025-07-16 | 2025-08-15 | v10.10, v10.9, v10.8, v10.5 |
25 changes: 25 additions & 0 deletions source/about/mobile-app-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,31 @@ This changelog summarizes updates to Mattermost mobile apps releases for [Matter
```{include} common-esr-support.md
```

(release-v2-30-0)=
## 2.30.0 Release
- Release Date: July 16, 2025
- 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.

### Compatibility
- **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.
- Android operating system 7+ [is required by Google](https://android-developers.googleblog.com/2017/12/improving-app-security-and-performance.html).
- iPhone 6s devices and later with iOS 15.1+ are required.

### Improvements
- A default header was added to requests as ``application/json``.

### Bug Fixes
- Fixed an issue of custom emojis not being updated with the new image when created with the same name on the web application.
- Fixed an issue where the error message displayed while editing a message pushed part of the input out of view.
- Fixed an issue where actions on ephemeral messages caused the messages to be hidden.
- Fixed an issue preventing users from reaching the second team on the team selection screen in the search functionality.
- Calls: fixed an issue that prevented the call screen from correctly handling landscape mode after locking the device while in a call.
- Fixed an issue with sending Custom Profile Attributes info if the feature is not enabled.

### 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-29-0)=
## 2.29.0 Release
- Release Date: June 16, 2025
Expand Down