Merge branch 'stable'

This commit is contained in:
Evgeny Poberezkin
2026-08-20 12:00:43 +01:00
2 changed files with 2 additions and 2 deletions
@@ -672,7 +672,7 @@ private let versionDescriptions: [VersionDescription] = [
),
VersionDescription(
version: isInUS ? "v7.0.1" : "v7.0",
post: nil,
post: URL(string: "https://simplex.chat/blog/20260819-simplex-chat-crowdfunding.html"),
features: (isInUS ? [
.view(FeatureView(
icon: nil,
@@ -944,7 +944,7 @@ private val versionDescriptions: List<VersionDescription> = listOf(
VersionDescription(
// the trailing space differs from the previously released "v7.0", so that What's new is shown again
version = if (isInUs()) "v7.0.1" else "v7.0",
post = null,
post = "https://simplex.chat/blog/20260819-simplex-chat-crowdfunding.html",
features = listOf(
VersionFeature.FeatureView(
icon = null,