Compact update banner — remove release notes, fix scroll issue; start 1.1.3 beta

This commit is contained in:
2026-05-07 23:24:52 +02:00
parent 032951882f
commit c18054a810
3 changed files with 7 additions and 16 deletions
+3 -3
View File
@@ -1038,9 +1038,9 @@ struct UpdateBanner: View {
VStack(alignment: .leading, spacing: 1) {
Text("Update available — v\(updater.latestVersion)")
.font(.system(size: 12, weight: .semibold))
if !updater.releaseNotes.isEmpty {
ReleaseNotesText(text: updater.releaseNotes, font: .system(size: 11))
}
Text("Tap Update to view what's new & install.")
.font(.system(size: 11))
.foregroundColor(.secondary)
}
Spacer()
Button("Update") { showSheet = true }