From 53d4d33a60fcb5dabd1f528b099e4a20f02e961d Mon Sep 17 00:00:00 2001 From: amyblais Date: Tue, 16 Apr 2019 16:13:23 -0400 Subject: [PATCH] v1.18 Changelog (#2671) * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c7c58d90..e592981c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,42 @@ # Mattermost Mobile Apps Changelog +## 1.18.0 Release +- Release Date: April 16, 2019 +- Server Versions Supported: Server v4.10+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device + +### Combatibility + - Mobile App v1.13+ is required for Mattermost Server v5.4+. + - 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. + - ``Bot`` tags were added for bot accounts feature in server v5.10 and mobile v1.18, meaning that mobile v1.17 and earlier don't support the tags. + +### Highlights + - Added support for Office365 single sign-on (SSO). + - Added support for Integrated Windows Authentication (IWA). + +### Improvements + - Added the ability for channel links to open inside the app. + - Added ability for emojis and hyperlinks to render in the message attachment title. + - Added Chinese support for words that trigger mentions. + - Added a setting to the system console to change the minimum length of hashtags. + - Added a reply option to long press context menu. + +### Bug Fixes + - Fixed an issue where blank spaces broke markdown tables. + - Fixed an issue where deactivated users appeared on "Add Members" modal but not on the search results. + - Fixed an issue on Android where extra text in the search box appeared after using the autocomplete drop-down. + - Fixed an issue with multiple text entries when typing with Shift+Letter on Android. + - Fixed an issue where push notifications badges did not always clear when read on another device. + - Fixed an issue where opening a single or group notification did not take the user into the channel where the notification came from. + - Fixed an issue where timezone did not automatically update on Android when travelling to another timezone. + - Fixed an issue where the user mention autocomplete drop-down was case sensitive. + - Fixed an issue where system admininistrators were able to see the full long press menu when long pressing a system message. + - Fixed an issue where users were not able to unflag posts from "Flagged Posts" when opened from a read-only channel. + - Fixed an issue where users were unable to create channel names of 2 byte characters. + +### Known Issues + - Content for ephemeral messages is not displayed on Mattermost Mobile Apps. + ## 1.17.0 Release - Release Date: March 20, 2019 - Server Versions Supported: Server v4.10+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device