From 81ebf1b696ab112c139d1351fe09328c7365d171 Mon Sep 17 00:00:00 2001 From: JRoberts <8711996+jr-simplex@users.noreply.github.com> Date: Wed, 11 May 2022 20:15:09 +0400 Subject: [PATCH] terminal: version 2.0.0 (#634) Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> --- README.md | 8 +++++--- package.yaml | 2 +- simplex-chat.cabal | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 234815ae48..06627e145a 100644 --- a/README.md +++ b/README.md @@ -111,12 +111,14 @@ See [SimpleX whitepaper](https://github.com/simplex-chat/simplexmq/blob/master/p - ✅ End-to-end encryption using double-ratchet protocol with additional encryption layer. - ✅ Mobile apps v1 for Android and iOS. - ✅ Private instant notifications for Android using background service. -- ✅ Haskell chat bot templates +- ✅ Haskell chat bot templates. +- ✅ v2.0 - supporting images and files in mobile apps. +- 🏗 End-to-end encrypted audio and video calls via the mobile apps. +- 🏗 Automatic chat history deletion. - 🏗 Privacy preserving instant notifications for iOS using Apple Push Notification service (in progress). -- 🏗 Mobile app v2 - supporting files, images and groups etc. (in progress). - 🏗 Chat server and TypeScript client SDK to develop chat interfaces, integrations and chat bots (in progress). +- Groups support for mobile apps. - Chat database portability and encryption. -- End-to-end encrypted audio and video calls via the mobile apps. - Web widgets for custom interactivity in the chats. - SMP protocol improvements: - SMP queue redundancy and rotation. diff --git a/package.yaml b/package.yaml index 72ef61505d..6877733594 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: simplex-chat -version: 1.6.0 +version: 2.0.0 #synopsis: #description: homepage: https://github.com/simplex-chat/simplex-chat#readme diff --git a/simplex-chat.cabal b/simplex-chat.cabal index 87d37efeff..abba53b214 100644 --- a/simplex-chat.cabal +++ b/simplex-chat.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: simplex-chat -version: 1.6.0 +version: 2.0.0 category: Web, System, Services, Cryptography homepage: https://github.com/simplex-chat/simplex-chat#readme author: simplex.chat