File tree Expand file tree Collapse file tree
MeetingBar/UI/Views/Changelog Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments