From 5727064f48efb2422f0e7860548bb0952c5993f7 Mon Sep 17 00:00:00 2001 From: Amy Blais Date: Thu, 14 May 2020 12:11:50 -0400 Subject: [PATCH] v1.31.0 Changelog (#4169) * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08ed54bee..3d9fe3e3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Mattermost Mobile Apps Changelog +## 1.31.0 Release +- Release Date: May 16, 2020 +- Server Versions Supported: Server v5.19+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device + +### Compatibility + - 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 11+ is required. + +### Improvements + - Improved network reliability and channel switching time for unread channels by fetching new posts as soon as the app reconnects. + +### Bug Fixes + +#### All apps + - Fixed an issue where slash commands with long descriptions had their description text truncated in the slash command autocomplete. + - Fixed an issue where users could not swipe up to dismiss in-app push notifications. + - Fixed an issue where the username that created the webhook was shown on webhook posts instead of the name of the bot. + - Fixed an issue where posts on the same thread appeared to be from different threads since the "...commented on [Thread Title]" was shown on all posts in the thread. + - Fixed an issue where the system message for "Edit Channel Purpose" rendered markdown. + +#### iOS specific + - Fixed an issue where code block numbering was obstructed by the iPhone's notch. + - Fixed an issue where the search text box was partially obstructed in landscape mode. + - Fixed an issue where using `Share...` option to post highlighted text to the app threw an error. + - Fixed an issue where the "back" button color was incorrect when transitioning from Thread screen to Channel screen. + - Fixed an issue where the keyboard flashed a darker color when opening Keywords from **Settings > Notifications > Mentions and replies**. + +#### Android specific + - Fixed an issue where the keyboard did not close after editing a message. + ## 1.30.1 Release - Release Date: April 24, 2020 - Server Versions Supported: Server v5.19+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device