Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gsbernstein committed Nov 20, 2024
1 parent 168d628 commit deb0ece
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

For next releases info look here: <https://github.com/leits/MeetingBar/releases>

## Version 4.11.0

> (released)
* Added action to dismiss the event from the notification

## Version 4.0.0

> (released)
Expand Down
5 changes: 5 additions & 0 deletions MeetingBar/Views/Changelog/Changelog.swift
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,11 @@ struct ChangelogView: View {
Text("🌍 Translation into Slovak and Dutch")
}
}
if compareVersions("4.11.0", lastRevisedVersionInChangelog) {
Section(header: Text("Version 4.11")) {
Text("Added action to dismiss the event from the notification")
}
}
}
}.listStyle(SidebarListStyle())
Button("general_close".loco(), action: close)
Expand Down

0 comments on commit deb0ece

Please sign in to comment.