mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-03-14 09:45:42 +00:00
ui: add link to the release post
This commit is contained in:
parent
fc6fa5315b
commit
f712eb0d1f
3 changed files with 15 additions and 0 deletions
|
@ -378,6 +378,7 @@ private let versionDescriptions: [VersionDescription] = [
|
|||
),
|
||||
VersionDescription(
|
||||
version: "v5.7",
|
||||
post: URL(string: "https://simplex.chat/blog/20240426-simplex-legally-binding-transparency-v5-7-better-user-experience.html"),
|
||||
features: [
|
||||
FeatureDescription(
|
||||
icon: "key",
|
||||
|
|
|
@ -523,6 +523,7 @@ private val versionDescriptions: List<VersionDescription> = listOf(
|
|||
),
|
||||
VersionDescription(
|
||||
version = "v5.7",
|
||||
post = "https://simplex.chat/blog/20240426-simplex-legally-binding-transparency-v5-7-better-user-experience.html",
|
||||
features = listOf(
|
||||
FeatureDescription(
|
||||
icon = MR.images.ic_vpn_key_filled,
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
---
|
||||
layout: layouts/article.html
|
||||
title: "SimpleX network: legally binding transparency, v5.7 released with better user experience for calls and messages"
|
||||
date: 2024-04-26
|
||||
preview: blog_previews/20240323.html
|
||||
draft: true
|
||||
permalink: "/blog/20240426-simplex-legally-binding-transparency-v5-7-better-user-experience.html"
|
||||
---
|
||||
|
||||
# SimpleX network: legally binding transparency, v5.7 released with better user experience for calls and messages
|
||||
|
||||
This is a permalink for the post
|
Loading…
Add table
Reference in a new issue