Skip to content

Commit

Permalink
Added 3.6.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
leits committed Jul 15, 2021
1 parent 8475b39 commit 6bbd381
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion MeetingBar/Views/Changelog/Changelog.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,17 @@ struct ChangelogView: View {
Section(header: Text("Version 3.5.0")) {
Text("🌍 Added translations into Croatian, German, French, and Norwegian Bokmål")
Text("All app notifications are now removed after all meetings are over")
Text("Improved RingCentral and Zoom links Detection")
Text("Improved RingCentral and Zoom links detection")
Text("and small bug fixes")
}
}
if lastRevisedVersionInChangelog < "3.6.0" {
Section(header: Text("Version 3.6.0")) {
Text("🌍 Added translations into Czech")
Text("Added integration with Vowel")
Text("Fixed zoom link detection")
}
}
}.listStyle(SidebarListStyle())
Button("Close", action: close)
}.padding()
Expand Down

0 comments on commit 6bbd381

Please sign in to comment.