diff --git a/README.md b/README.md index 51c27ab72..dc83eed82 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,8 @@ You can use SimpleX with your own servers and still communicate with people usin Recent updates: +[Nov 08, 2022. Security audit by Trail of Bits, the new website and v4.2 released](./blog/20221108-simplex-chat-v4.2-security-audit-new-website.html) + [Sep 28, 2022. v4.0: encrypted local chat database and many other changes](./blog/20220928-simplex-chat-v4-encrypted-database.md) [Sep 1, 2022. v3.2: incognito mode, support .onion server hostnames, setting contact names, changing color scheme, etc. Implementation audit is arranged for October!](./blog/20220901-simplex-chat-v3.2-incognito-mode.md) diff --git a/blog/20221108-simplex-chat-v4.2-security-audit-new-website.md b/blog/20221108-simplex-chat-v4.2-security-audit-new-website.md index accbde096..632d8d322 100644 --- a/blog/20221108-simplex-chat-v4.2-security-audit-new-website.md +++ b/blog/20221108-simplex-chat-v4.2-security-audit-new-website.md @@ -3,6 +3,7 @@ layout: layouts/article.html title: "Security audit by Trail of Bits, the new website and v4.2 released" date: 2022-09-28 image: ./images/20221108-trail-of-bits.png +previewBody: blog_previews/20221108.html permalink: "/blog/20221108-simplex-chat-v4.2-security-audit-new-website.html" --- @@ -78,8 +79,7 @@ New in this release: - fixed 3 issues from the security audit! - group links - group admins can create the links for new members to join - auto-accept contact requests + configure whether to accept incognito and welcome message -- change group member role -- mark chat as unread +- small things: change group member role, mark chat as unread, send stickers and GIFs from Android keyboards. Beta features (enable Developer tools to try them): diff --git a/blog/README.md b/blog/README.md index 6cc8b1f00..a26a79f70 100644 --- a/blog/README.md +++ b/blog/README.md @@ -1,5 +1,21 @@ # Blog +Nov 8, 2022 [Security audit by Trail of Bits, the new website and v4.2 released](./20221108-simplex-chat-v4.2-security-audit-new-website.html) + +_"Have you been audited or should we just ignore you?"_ + +SimpleX Chat has now been audited by [Trail of Bits](https://www.trailofbits.com/about), 4 issues were identified, and 3 of them are fixed in 4.2 + +The new website is live: https://simplex.chat + +v4.2 is released: + +- group links - group admins can create the links for new members to join +- auto-accept contact requests + configure whether to accept incognito and welcome message +- small things: change group member role, mark chat as unread, send stickers and GIFs from Android keyboards. +- manually switch contact or member to another address / server (BETA) +- receive files faster (BETA) + Sep 28, 2022 [v4: local database encryption](./20220928-simplex-chat-v4-encrypted-database.md) - encrypted local chat database - if you already use the app, you can encrypt the database in the app settings diff --git a/website/src/_includes/blog_previews/20221108.html b/website/src/_includes/blog_previews/20221108.html new file mode 100644 index 000000000..ced10847e --- /dev/null +++ b/website/src/_includes/blog_previews/20221108.html @@ -0,0 +1,19 @@ +

"Have you been audited or should we just ignore you?"

+ +

+ SimpleX Chat security has been audited by + Trail of Bits, + 4 issues were identified, and 3 of them are fixed in v4.2. +

+ +

The new website is live: https://simplex.chat

+ +

v4.2 is released:

+ + \ No newline at end of file