From 4df3695a8d9100594c41bec8d156e9a77fa916f6 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Wed, 16 Aug 2023 08:30:21 -0400 Subject: [PATCH] Mobile v2.7 changelog (#6553) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update mobile-app-changelog.md * Update mobile-app-changelog.md * Update mobile-app-changelog.md * Apply suggestions from code review Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com> * Update source/deploy/mobile-app-changelog.md Co-authored-by: Daniel Espino García * Update mobile-app-changelog.md --------- Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com> Co-authored-by: Daniel Espino García --- source/deploy/mobile-app-changelog.md | 42 +++++++++++++++++++++++---- 1 file changed, 36 insertions(+), 6 deletions(-) diff --git a/source/deploy/mobile-app-changelog.md b/source/deploy/mobile-app-changelog.md index 145f7ef9f97..cddfd4bd8af 100644 --- a/source/deploy/mobile-app-changelog.md +++ b/source/deploy/mobile-app-changelog.md @@ -2,12 +2,42 @@ Latest Mattermost Mobile Apps releases: -- [2.6.0 Release](#release) -- [2.5.1 Release](#id1) -- [2.5.0 Release](#id4) -- [2.4.0 Release](#id9) -- [2.3.0 Release](#id14) -- [2.2.0 Release](#id19) +- [2.7.0 Release](#release) +- [2.6.0 Release](#id1) +- [2.5.1 Release](#id6) +- [2.5.0 Release](#id9) +- [2.4.0 Release](#id14) +- [2.3.0 Release](#id19) + +## 2.7.0 Release +- Release Date: August 16, 2023 +- Server Versions Supported: Server v7.8.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 v7.8.0 or later is required.** Support for server [Extended Support Release](https://docs.mattermost.com/upgrade/extended-support-release.html) (ESR) v7.1.0 has ended and upgrading to server ESR v7.8.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 5s devices and later with iOS 12.1+ is required. + +### Improvements + - Guest tags are now removed based on server configuration under **System Console > Authentication > Guest Access > Show Guest Tag**. + - Improved behavior of multi-request environments (such as HTTP/1.1). + - Added search result highlight that matches the words being searched. + - Added a new feature for remembering the last viewed channel or thread that takes returning users to the last channel or thread they visited. + - Improved the appearance of the search results. + - User’s current status is now shown at the bottom tab bar profile image. + - Added a **Copy info** button to the **About** page. + +### Bug Fixes + - Fixed issues with timeouts when uploading files. + - Fixed hashtag search to match the hashtag and not the word. + - Fixed search results to match the webapp. + - Fixed an issue with selecting the custom theme from the display setting. + - Fixed an issue where the keyboard overlapped with recent search items in the search tab. + - Fixed an issue with notifications showing a session expired message when it shouldn't. + +### 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. ## 2.6.0 Release - Release Date: July 14, 2023