Skip to content

Commit 49b635c

Browse files
committed
fix: Apple calendar permissions
1 parent 685a483 commit 49b635c

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ For next releases info look here: <https://github.com/leits/MeetingBar/releases>
44

55
## Unreleased
66

7+
* Updated project for Xcode 26.3 / Swift 6
8+
* Bumped minimum macOS deployment target to 15.6
9+
* Migrated sandbox entitlements from .entitlements file to build settings
10+
* Added Chinese (Simplified) and Portuguese localisations
711
* Fix typo in language list (#839)
812

913
## Version 4.11.0

MeetingBar/UI/Views/Changelog/Changelog.swift

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,14 @@ struct ChangelogView: View {
189189
Text("and a lot of bug fixes and translations updates")
190190
}
191191
}
192+
if compareVersions("4.12.0", lastRevisedVersionInChangelog) {
193+
Section(header: Text("Version 4.12")) {
194+
Text("• Updated project for Xcode 26.3 / Swift 6")
195+
Text("• Bumped minimum macOS deployment target to 15.6")
196+
Text("• Migrated sandbox entitlements to build settings")
197+
Text("• Added Chinese (Simplified) and Portuguese localisations")
198+
}
199+
}
192200
}
193201
}.listStyle(SidebarListStyle())
194202
Button("general_close".loco(), action: close)

0 commit comments

Comments
 (0)