Skip to content

Commit

Permalink
Update changelog view
Browse files Browse the repository at this point in the history
  • Loading branch information
leits committed Aug 19, 2021
1 parent 5c3f7d2 commit dad6d43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 0 additions & 3 deletions MeetingBar/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,6 @@ class AppDelegate: NSObject, NSApplicationDelegate, UNUserNotificationCenterDele
//

if let appVersion = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String {
if Defaults[.appVersion] == UserDefaults.standard.string(forKey: Defaults.Keys.appVersion.name) {
Defaults[.lastRevisedVersionInChangelog] = appVersion
}
Defaults[.appVersion] = appVersion
}

Expand Down
6 changes: 4 additions & 2 deletions MeetingBar/Views/Changelog/Changelog.swift
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,10 @@ struct ChangelogView: View {
if lastRevisedVersionInChangelog < "3.7.0" {
Section(header: Text("Version 3.7.0")) {
Text("🌍 Added translations into Japanese")
Text("Copy meeting link & email attendees actions in event submenu")
Text("Round the timer up, not down")
Text("🕑 Round the timer up, not down")
Text("⚡ Quick Actions in event submenu: ")
Text(" - Email attendees")
Text(" - Copy meeting link")
}
}
}.listStyle(SidebarListStyle())
Expand Down

0 comments on commit dad6d43

Please sign in to comment.