-
Notifications
You must be signed in to change notification settings - Fork 584
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
v2.25 Mobile changelog #7703
Open
amyblais
wants to merge
13
commits into
master
Choose a base branch
from
amyblais-patch-9
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
v2.25 Mobile changelog #7703
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
718ae67
Update mattermost-mobile-releases.md
amyblais a45c0ad
Update mobile-app-changelog.md
amyblais 0274582
Update mobile-app-changelog.md
amyblais fb5d45c
Update mobile-app-changelog.md
amyblais fc4fa38
Update mobile-app-changelog.md
amyblais 3c49e50
Merge branch 'master' into amyblais-patch-9
amyblais 3797f02
Update mobile-app-changelog.md
amyblais fec87d9
Update mobile-app-changelog.md
amyblais d7641a8
Update mobile-app-changelog.md
amyblais 0e25d36
Update mobile-app-changelog.md
amyblais 2f85ffb
Merge branch 'master' into amyblais-patch-9
amyblais ce379d1
Update source/about/mobile-app-changelog.md
amyblais 9cefa81
Update mobile-app-changelog.md
amyblais File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -5,6 +5,36 @@ | |||||
|
||||||
This changelog summarizes updates to Mattermost mobile apps releases for [Mattermost](https://mattermost.com). | ||||||
|
||||||
(release-v2-25-0)= | ||||||
## 2.25.0 Release | ||||||
- Release Date: February 14, 2025 | ||||||
- Server Versions Supported: Server v9.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 v9.11.0 or later is required.** Support for server [Extended Support Release](https://docs.mattermost.com/about/release-policy.html#extended-support-releases) (ESR) v9.5.0 has ended and upgrading to server ESR v9.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 6s devices and later with iOS 13.4+ are required. | ||||||
|
||||||
### Breaking Changes | ||||||
- In the Mattermost Mobile App v2.25 release, Mattermost has stopped supporting iOS versions 13 and 14. Users should update their iOS version to v15.1 or newer before February 14, 2025. See more details in [this forum post](https://forum.mattermost.com/t/deprecation-notice-ios-13-and-14-versions/21845). | ||||||
|
||||||
### Improvements | ||||||
- Added a feature for having a separate tab for **Drafts** on mobile. The Drafts screen currently only supports local drafts on the device and not server synched drafts. | ||||||
- Android: App logs will now show information from the native side. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
- Added visualization of custom profile attributes. Requires server v10.5 and feature flag enabled. | ||||||
|
||||||
### Bug Fixes | ||||||
- Fixed reliability issues with threads. | ||||||
- Fixed certain scenarios where the keyboard area in the channel and thread screen took more space than it should. | ||||||
|
||||||
### Open Source Components | ||||||
- Added ``@react-native-community/cli``, ``@react-native-community/cli-platform-android``, and ``@react-native-community/cli-platform-ios`` to https://github.com/mattermost/mattermost-mobile. | ||||||
|
||||||
### Known Issues | ||||||
- Samsung S22 might not display custom profile attributes correctly. | ||||||
- 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. | ||||||
|
||||||
amyblais marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
(release-v2-24-1)= | ||||||
## 2.24.1 Release | ||||||
- Release Date: January 17, 2025 | ||||||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.