Skip to content

Releases: rursache/ToDoList

v2.0.1

26 Feb 11:51
1b1a636

Choose a tag to compare

What's New

  • Demo mode — realistic sample tasks for App Store screenshots
  • iPad navigation — uses adaptive TabView on all devices (removed NavigationSplitView sidebar)
  • Search view — reduced top spacing
  • Xcode scheme — test target now included in shared scheme

Full Changelog: v2.0.0...v2.0.1

v2.0.0

26 Feb 11:26
1572af0

Choose a tag to compare

Complete SwiftUI Rewrite

A ground-up rewrite from UIKit/Storyboards/Realm to a modern SwiftUI stack with zero third-party dependencies.

Highlights

  • SwiftUI + SwiftData with CloudKit sync across devices
  • iOS 26 Liquid Glass design language throughout
  • Smart date parsing — type "Buy groceries tomorrow at 10am" and the date is auto-detected
  • Manual task reordering with drag & drop
  • WidgetKit widgets — Today and Upcoming in all size classes
  • Full VoiceOver accessibility support

Features

  • Task descriptions, due dates (date-only or date+time), priorities
  • Comments on tasks (text and images via PhotosPicker)
  • Reminders with local push notifications and configurable auto-reminders
  • Sort by date, priority, or manual order (persisted globally)
  • Filter views: Inbox, Today, Upcoming (grouped by day), Completed
  • Search across all task lists
  • 7 color themes, iPad sidebar support
  • Localization: English and Romanian
  • 3-page onboarding with notification permission flow

v1.5.2

16 Mar 13:33
c5cb9af

Choose a tag to compare

Final archived version

v1.5.1

14 Jan 19:57

Choose a tag to compare

- bump app version to v1.5.1

- realm is now locked to a working version

v1.5.0

10 Jun 18:38

Choose a tag to compare

  • fixed time/date pickers on iOS 14
  • removed fabric and crashlytics
  • updated readme

v1.4.1

09 Oct 10:30

Choose a tag to compare

  • support for iOS 14
  • removed fabric and crashlytics

v1.3.5

08 May 08:56

Choose a tag to compare

  • Added support for Traditional Chinese
  • Updated Romanian support
  • General fixes from contributors (see pull requests)

v1.3.1

16 Jan 18:16

Choose a tag to compare

  • Added a quick onboarding process when you first run the app
  • Updated imageviewer pod (image comments)
  • Improved manual iCloud sync
  • Better realm management
  • General improvements and bug fixing

v1.3 (1)

15 Jan 16:36

Choose a tag to compare

  • iPad support
  • General improvements and bug fixing

v1.2 (1)

14 Jan 20:55

Choose a tag to compare

  • watchOS App
  • You can now add images as task comments
  • Fixed iCloud sync after v1.1 changes
  • General bug fixing and UI improvements