mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-03-30 22:55:48 +00:00
ios: what's new for v6.3 (#5651)
* ios: what's new for v6.3 * update * space --------- Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com>
This commit is contained in:
@@ -539,7 +539,46 @@ private let versionDescriptions: [VersionDescription] = [
|
||||
description: "Delivered even when Apple drops them."
|
||||
)),
|
||||
]
|
||||
)
|
||||
),
|
||||
VersionDescription(
|
||||
version: "v6.3",
|
||||
// post: URL(string: "https://simplex.chat/blog/20241210-simplex-network-v6-2-servers-by-flux-business-chats.html"),
|
||||
features: [
|
||||
.feature(Description(
|
||||
icon: "at",
|
||||
title: "Mention members 👋",
|
||||
description: "Get notified when mentioned."
|
||||
)),
|
||||
.feature(Description(
|
||||
icon: "flag",
|
||||
title: "Send private reports",
|
||||
description: "Help admins moderating their groups."
|
||||
)),
|
||||
.feature(Description(
|
||||
icon: "list.bullet.clipboard",
|
||||
title: "Organize chats into lists",
|
||||
description: "Don't miss important messages."
|
||||
)),
|
||||
.feature(Description(
|
||||
icon: nil,
|
||||
title: "Better privacy and security",
|
||||
description: nil,
|
||||
subfeatures: [
|
||||
("eye.slash", "Private media file names."),
|
||||
("trash", "Set message expiration in chats.")
|
||||
]
|
||||
)),
|
||||
.feature(Description(
|
||||
icon: nil,
|
||||
title: "Better groups performance",
|
||||
description: nil,
|
||||
subfeatures: [
|
||||
("bolt", "Faster sending messages."),
|
||||
("person.2.slash", "Faster deletion of groups.")
|
||||
]
|
||||
)),
|
||||
]
|
||||
),
|
||||
]
|
||||
|
||||
private let lastVersion = versionDescriptions.last!.version
|
||||
|
||||
Reference in New Issue
Block a user