From 9dcf3cde93b3b1dd4c305a3aa82d586cf07821b3 Mon Sep 17 00:00:00 2001 From: guylouis Date: Thu, 29 Apr 2021 10:19:49 +0200 Subject: [PATCH] added v1.13 release note Signed-off-by: andrey --- RELEASES.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index aedabba097..4c04576382 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,34 @@ +## 1.13 + +### For iOS and Android +### Features + +- New activity manager https://github.com/status-im/status-react/issues/11958 +New chats and group chat invitation will appear in a new section, the activity center, where a user will be able to accept or decline the request. +https://www.figma.com/file/r59kCQxl6tlC0dHkcAJOpP/Action-center-MVP---Mobile?node-id=2%3A8012 (not fully implemented) + +- Receive messages from contacts only option +Under privacy in settings a user will be able to select whether they want to receive messages and group chat invitations from contacts only. + +- Added delivered confirmation for private groups +Messages sent to private groups will now be marked as confirmed if at least one of the members received it. + +- New keycard functionalities: reset a keycard, changing PUK of a card, changing pairing code, create a new keycard backup card. + + +### Improvements + +- Improved UI for starting a new private chat + + +### Bugfixes + +- Fixed issue with crypto on ramp and requiring camera access +- Removed Wyre from list of services in buy crypto feature +- Added support for SOCKS token + + + ## 1.12 ### iOS #### Excerpt