From 18e6ceaab16b0da006095877eb7ec669c7204081 Mon Sep 17 00:00:00 2001 From: Shivek Khurana Date: Mon, 2 Aug 2021 16:36:43 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=B3=20Add=20release=20notes=20for=201.?= =?UTF-8?q?15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Shivek Khurana --- RELEASES.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index aef8ef995b..f25e16e5fd 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,24 @@ +## 1.15 + +### For iOS and Android +### Features +- New improved native navigation, its very fast :dash: [[details](https://github.com/status-im/status-react/pull/12141)] +- Pinned messages in chats :pushpin: [[details](https://github.com/status-im/status-react/issues/11699)] +- Add support for ETH2x-FLI ERC20 token ⚫ [[details](https://github.com/status-im/status-react/issues/11885)] +- Add support for HEZ ERC20 token ⚫ [[details](https://github.com/status-im/status-react/issues/12233)] +- Show number of unread mentions in public and communities chats :bell: [[details](https://github.com/status-im/status-react/issues/12061)] +- QR code scanner for browser :ticket: [[details](https://github.com/status-im/status-react/issues/12195)] +- Edit messages after sending :pencil2: [[details](https://github.com/status-im/status-react/issues/12067)] +- Allow password reset :abcd: [[details](https://github.com/status-im/status-react/pull/12245)] + +### Improvements +- Native modals and tabs :house_with_garden: +- Improved time to show login screen :timer_clock: +- New, human friendly, terms of use :pencil: [[details](https://github.com/status-im/status-react/issues/12206)] + +### Bug Fixes +- No contact request in Activity Center after 1-1 chat deleted of non-contact user :no_good: [[details](https://github.com/status-im/status-react/issues/12218)] + ## 1.14 ### For iOS and Android