File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
MeetingBar/UI/Views/Changelog Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments