You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
complete, uncomplete, edit, postpone, and delete no longer accept a numeric position (e.g. reminders complete List 0). Pass the reminder's ID instead, as shown by show/show-all.
Features
add --list option to move a reminder to a different list (ee04a0f)
add --priority and --clear-priority options to edit command (ffddc22)
add --repeat recurrence support for add/edit (66315fd)
add edit --priority and edit --list options (50c1ca7)
add filter flags to show and show-all (#6) (f60c49e)
add hasRecurrence flag and computed nextDueDate to JSON output (de37149)
add postpone command to move due dates without changing repeat rules (#11) (82ec3bc)
add sort support to show-all, add priority sort value (#8) (065bcd9)
allow editing recurrence end date without discarding the rule (6305162)
Bring in list IDs and delete-completed-item support from upstream (#7) (c843a7e)
preserve calendar metadata on end-only recurrence edits (ead7168)
remove positional-index lookup for reminder items, ID-only (#12) (c3138a4)
Report completionDate as null and add --completed-since filter (#9) (8188e19)
Bug Fixes
don't request Reminders access for commands that don't need it (#22) (7dada8f)
filter natural-language date components consistently (286b82e)
filter natural-language date components consistently (3d2f60f)