ui: what's new in 7.0 (#7265)

This commit is contained in:
spaced4ndy
2026-07-17 18:36:45 +04:00
parent cbd625d57a
commit d60da754dc
3 changed files with 51 additions and 0 deletions
@@ -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
@@ -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 -->