Skip to content

Commit

Permalink
Add 4.6 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
leits committed Aug 13, 2023
1 parent 338836a commit 2c66e83
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions MeetingBar/Views/Changelog/Changelog.swift
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,11 @@ struct ChangelogView: View {
}
if compareVersions("4.6.0", lastRevisedVersionInChangelog) {
Section(header: Text("Version 4.6")) {
Text("• Improved links recognition for Microsoft Teams and Zoom Webinar")
Text("• Improved performance on actions")
Text("• Optimized direct Google Calendar integration")
Text("• Updated Slack huddle icon to properly scale within a menu")
Text("• Configure appearance for tentative events")
Text("• Open Slack huddle links directly in Slack app")
Text("• Open preferences with `meetingbar://preferences` link")
Text("• Dismiss event action for Shortcuts")
Text("• Fixed a bug with autojoin when the screen is locked")
}
}
}
Expand Down

0 comments on commit 2c66e83

Please sign in to comment.