Skip to content

Commit

Permalink
Merge branch 'master' into amyblais-patch-9
Browse files Browse the repository at this point in the history
  • Loading branch information
amyblais authored Aug 16, 2023
2 parents b23ead9 + 4df3695 commit 168bda3
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 8 deletions.
42 changes: 36 additions & 6 deletions source/deploy/mobile-app-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions source/onboard/migrating-to-mattermost.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,6 @@ Next you have to create a zip file with the ``mattermost_import.jsonl`` file and

.. code:: bash
mkdir data
mv bulk-export-attachments data
zip -r mattermost-bulk-import.zip data mattermost_import.jsonl
The file ``mattermost-bulk-import.zip`` is now ready to import into Mattermost.
Expand Down

0 comments on commit 168bda3

Please sign in to comment.