From f565f65569b5da81220e7e3954b8d21334bed485 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Wed, 26 Jul 2023 13:28:04 -0400 Subject: [PATCH 1/6] Update mobile-app-changelog.md --- source/deploy/mobile-app-changelog.md | 30 ++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/source/deploy/mobile-app-changelog.md b/source/deploy/mobile-app-changelog.md index 145f7ef9f97..12322b29d35 100644 --- a/source/deploy/mobile-app-changelog.md +++ b/source/deploy/mobile-app-changelog.md @@ -2,12 +2,40 @@ Latest Mattermost Mobile Apps releases: +- [2.7.0 Release](#release) - [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 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 HTTP1.1). + - Added search result highlight that matches the words being searched. + - Added a new feature for remembering the last viewed channel or thread. It will help to jump back to the last channel or thread where the user left. + - Reduced the padding/margins on the **Files** tab in the **Search** page. + - 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. + +### 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 From f4bbf20290e1807c6846b22cbe44d5c292787b8d Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Thu, 27 Jul 2023 08:01:54 -0400 Subject: [PATCH 2/6] Update mobile-app-changelog.md --- source/deploy/mobile-app-changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/deploy/mobile-app-changelog.md b/source/deploy/mobile-app-changelog.md index 12322b29d35..1b8b76f6720 100644 --- a/source/deploy/mobile-app-changelog.md +++ b/source/deploy/mobile-app-changelog.md @@ -32,6 +32,7 @@ Latest Mattermost Mobile Apps releases: - 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. ### Known Issues - Users are unable to adjust the font size via the OS font size setting. From 3ebc00348543de2a7c08874e7d9d97d98309546c Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Thu, 27 Jul 2023 08:28:38 -0400 Subject: [PATCH 3/6] Update mobile-app-changelog.md --- source/deploy/mobile-app-changelog.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/deploy/mobile-app-changelog.md b/source/deploy/mobile-app-changelog.md index 1b8b76f6720..083d31b3064 100644 --- a/source/deploy/mobile-app-changelog.md +++ b/source/deploy/mobile-app-changelog.md @@ -3,11 +3,11 @@ Latest Mattermost Mobile Apps releases: - [2.7.0 Release](#release) -- [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.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 From a8f3f2c01782f9d874deb45c2416e4325c4d850c Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Thu, 27 Jul 2023 08:54:46 -0400 Subject: [PATCH 4/6] Apply suggestions from code review Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com> --- source/deploy/mobile-app-changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/deploy/mobile-app-changelog.md b/source/deploy/mobile-app-changelog.md index 083d31b3064..b50a6d731d6 100644 --- a/source/deploy/mobile-app-changelog.md +++ b/source/deploy/mobile-app-changelog.md @@ -20,9 +20,9 @@ Latest Mattermost Mobile Apps releases: ### 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 HTTP1.1). + - 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. It will help to jump back to the last channel or thread where the user left. + - Added a new feature for remembering the last viewed channel or thread that takes returning users to the last channel or thread they visited. - Reduced the padding/margins on the **Files** tab in the **Search** page. - User’s current status is now shown at the bottom tab bar profile image. - Added a **Copy info** button to the **About** page. From 04db9ad867f4ea67a53f6ece4dd3f362e6eac5b0 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Thu, 27 Jul 2023 08:56:22 -0400 Subject: [PATCH 5/6] Update source/deploy/mobile-app-changelog.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Daniel Espino García --- source/deploy/mobile-app-changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/deploy/mobile-app-changelog.md b/source/deploy/mobile-app-changelog.md index b50a6d731d6..8656b5e268a 100644 --- a/source/deploy/mobile-app-changelog.md +++ b/source/deploy/mobile-app-changelog.md @@ -23,7 +23,7 @@ Latest Mattermost Mobile Apps releases: - 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. - - Reduced the padding/margins on the **Files** tab in the **Search** page. + - 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. From 038ecaeb085d3a2f2592b321b87532260677012b Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Wed, 9 Aug 2023 13:16:24 -0400 Subject: [PATCH 6/6] Update mobile-app-changelog.md --- source/deploy/mobile-app-changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/deploy/mobile-app-changelog.md b/source/deploy/mobile-app-changelog.md index 8656b5e268a..cddfd4bd8af 100644 --- a/source/deploy/mobile-app-changelog.md +++ b/source/deploy/mobile-app-changelog.md @@ -33,6 +33,7 @@ Latest Mattermost Mobile Apps releases: - 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.