Skip to content

Commit 6cd2248

Browse files
committed
Updated Changelog view
1 parent 1ef2f52 commit 6cd2248

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

MeetingBar/UI/Views/Changelog/Changelog.swift

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,13 @@ struct ChangelogView: View {
180180
}
181181
if compareVersions("4.11.0", lastRevisedVersionInChangelog) {
182182
Section(header: Text("Version 4.11")) {
183-
Text("Added action to dismiss the event from the notification")
183+
Text("🪄 Major performance and stability improvements (core rewrite)")
184+
Text("👀 Visual timeline of your day added to the menu")
185+
Text("• Calendar info now available via AppleScript interface")
186+
Text("• Added action to dismiss the event from the notification")
187+
Text("• Added support for LiveKit Meet, Meetecho, and StreamYard links")
188+
Text("• You can now set any executable as a \"browser\" to open meeting links")
189+
Text("and a lot of bug fixes and translations updates")
184190
}
185191
}
186192
}

0 commit comments

Comments
 (0)