Skip to content

Commit 2c66e83

Browse files
committed
Add 4.6 changelog
1 parent 338836a commit 2c66e83

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

MeetingBar/Views/Changelog/Changelog.swift

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,11 @@ struct ChangelogView: View {
150150
}
151151
if compareVersions("4.6.0", lastRevisedVersionInChangelog) {
152152
Section(header: Text("Version 4.6")) {
153-
Text("• Improved links recognition for Microsoft Teams and Zoom Webinar")
154-
Text("• Improved performance on actions")
155-
Text("• Optimized direct Google Calendar integration")
156-
Text("• Updated Slack huddle icon to properly scale within a menu")
153+
Text("• Configure appearance for tentative events")
154+
Text("• Open Slack huddle links directly in Slack app")
155+
Text("• Open preferences with `meetingbar://preferences` link")
156+
Text("• Dismiss event action for Shortcuts")
157+
Text("• Fixed a bug with autojoin when the screen is locked")
157158
}
158159
}
159160
}

0 commit comments

Comments
 (0)