1.0.2: Add multilingual support, redesign share view, and iCloud sync improvements

- Add localisations for German, French, Italian, and Brazilian Portuguese
- Redesign WeekPlanShareView with richer layout and sharing options
- Improve HomeView with various UI enhancements
- Update AppSettings and Tag models for new features
- Minor iCloud sync and Settings fixes
- Add archive & upload script for App Store submissions

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
alexandrev-tibco
2026-03-07 19:02:33 +01:00
parent 63c9ba57de
commit c66132f494
15 changed files with 1946 additions and 109 deletions
@@ -137,6 +137,7 @@ final class SettingsViewModel: ObservableObject {
settings.eventDuration = defaults.eventDuration
settings.eventPrefix = defaults.eventPrefix
settings.reminderMinutesBefore = defaults.reminderMinutesBefore
settings.weekExportStyle = defaults.weekExportStyle
settings.iCloudSyncEnabled = false
settings.onboardingCompleted = false
}