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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user