Skip to content

Commit

Permalink
Add changelog for 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
leits committed Mar 20, 2024
1 parent 1122a62 commit f35cdd4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions MeetingBar/Views/Changelog/Changelog.swift
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,14 @@ struct ChangelogView: View {
Text("• Fixed high CPU usage when meeting details are displayed in the submenu")
}
}
if compareVersions("4.8.0", lastRevisedVersionInChangelog) {
Section(header: Text("Version 4.8")) {
Text("🖥️ Full-screen notifications")
Text("🌍 Translation into Spanish and Portuguese")
Text("• Autojoin is back and separate from full-screen notification")
Text("• Imporved Zoom link recongition")
}
}
}
}.listStyle(SidebarListStyle())
Button("general_close".loco(), action: close)
Expand Down

0 comments on commit f35cdd4

Please sign in to comment.