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
This commit is contained in:
Amy Blais 2020-05-14 12:11:50 -04:00 committed by GitHub
parent 8d26fb0c0d
commit 5727064f48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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