mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-22 08:51:32 +00:00
ui: what's new in 7.0 (#7265)
This commit is contained in:
@@ -664,6 +664,28 @@ private let versionDescriptions: [VersionDescription] = [
|
||||
))
|
||||
]
|
||||
),
|
||||
VersionDescription(
|
||||
version: "v7.0-beta.4",
|
||||
post: nil,
|
||||
features: [
|
||||
.feature(Description(
|
||||
icon: "at",
|
||||
title: "SimpleX names (BETA)",
|
||||
description: "Names for your channel or business."
|
||||
)),
|
||||
.feature(Description(
|
||||
icon: nil,
|
||||
title: "Better channels 📢",
|
||||
description: nil,
|
||||
subfeatures: [
|
||||
("person.badge.plus", "Add contributors."),
|
||||
("globe", "Create web preview."),
|
||||
("server.rack", "Manage your relays."),
|
||||
("text.alignleft", "Easier to read."),
|
||||
]
|
||||
))
|
||||
]
|
||||
),
|
||||
]
|
||||
|
||||
private let lastVersion = versionDescriptions.last!.version
|
||||
|
||||
+22
@@ -912,6 +912,28 @@ private val versionDescriptions: List<VersionDescription> = listOf(
|
||||
),
|
||||
)
|
||||
),
|
||||
VersionDescription(
|
||||
version = "v7.0-beta.4",
|
||||
post = null,
|
||||
features = listOf(
|
||||
VersionFeature.FeatureDescription(
|
||||
icon = MR.images.ic_alternate_email,
|
||||
titleId = MR.strings.v7_0_simplex_names,
|
||||
descrId = MR.strings.v7_0_simplex_names_descr
|
||||
),
|
||||
VersionFeature.FeatureDescription(
|
||||
icon = null,
|
||||
titleId = MR.strings.v7_0_channels,
|
||||
descrId = null,
|
||||
subfeatures = listOf(
|
||||
MR.images.ic_person_add to MR.strings.v7_0_channels_contributors,
|
||||
MR.images.ic_travel_explore to MR.strings.v7_0_channels_previews,
|
||||
MR.images.ic_dns to MR.strings.v7_0_channels_relays,
|
||||
MR.images.ic_article to MR.strings.v7_0_channels_wider_messages,
|
||||
)
|
||||
),
|
||||
)
|
||||
),
|
||||
)
|
||||
|
||||
private val lastVersion = versionDescriptions.last().version
|
||||
|
||||
@@ -2734,6 +2734,13 @@
|
||||
<string name="v6_5_safe_web_links_descr">- opt-in to send link previews.\n- use SOCKS proxy if enabled.\n- prevent hyperlink phishing.\n- remove link tracking.</string>
|
||||
<string name="v6_5_non_profit_governance">Non-profit governance</string>
|
||||
<string name="v6_5_non_profit_governance_descr">To make SimpleX Network last.</string>
|
||||
<string name="v7_0_simplex_names">SimpleX names (BETA)</string>
|
||||
<string name="v7_0_simplex_names_descr">Names for your channel or business.</string>
|
||||
<string name="v7_0_channels">Better channels 📢</string>
|
||||
<string name="v7_0_channels_previews">Create web preview.</string>
|
||||
<string name="v7_0_channels_relays">Manage your relays.</string>
|
||||
<string name="v7_0_channels_contributors">Add contributors.</string>
|
||||
<string name="v7_0_channels_wider_messages">Easier to read.</string>
|
||||
<string name="view_updated_conditions">View updated conditions</string>
|
||||
|
||||
<!-- CustomTimePicker -->
|
||||
|
||||
Reference in New Issue
Block a user