
Sign up to save your podcasts
Or


Adds an opt-in weekly view for the mini calendar that shows one week at a time, aligned to a user-chosen first weekday — addressing the request in #538 to control which day the week starts on.
The existing scrolling day dial remains the default, so current behaviour is unchanged unless the user opts in.
What's new
Settings → Calendar → "Weekly view" toggle. When on, the calendar shows a fixed 7-day strip starting on the chosen weekday, with ‹ › chevrons; the scroll wheel and chevrons page a whole week.
New WeekStartDay enum (firstWeekday resolved via Calendar.firstWeekday; system follows the OS) and two defaults: calendarWeekView (Bool, default false) and weekStartDay (default .system).
Builds clean (xcodebuild, Debug, macOS).
By Adds an opt-in weekly view for the mini calendar that shows one week at a time, aligned to a user-chosen first weekday — addressing the request in #538 to control which day the week starts on.
The existing scrolling day dial remains the default, so current behaviour is unchanged unless the user opts in.
What's new
Settings → Calendar → "Weekly view" toggle. When on, the calendar shows a fixed 7-day strip starting on the chosen weekday, with ‹ › chevrons; the scroll wheel and chevrons page a whole week.
New WeekStartDay enum (firstWeekday resolved via Calendar.firstWeekday; system follows the OS) and two defaults: calendarWeekView (Bool, default false) and weekStartDay (default .system).
Builds clean (xcodebuild, Debug, macOS).