Skip to content

Releases: udondan/reminders-cli

v3.5.2

Choose a tag to compare

@udondan udondan released this 16 Sep 09:20
Immutable release. Only release title and notes can be modified.
265a907

3.5.2 (2026-09-16)

Bug Fixes

  • point the timeIsSignificant warning at this project's issue tracker (#90) (fc6e263)

v3.5.1

Choose a tag to compare

@udondan udondan released this 16 Sep 08:59
Immutable release. Only release title and notes can be modified.
a6e1c57

3.5.1 (2026-09-16)

Bug Fixes

  • accept values starting with a dash for --notes and --search (#87) (1af30e1), closes #86

v3.5.0

Choose a tag to compare

@udondan udondan released this 14 Sep 18:39
Immutable release. Only release title and notes can be modified.
3ff31ae

3.5.0 (2026-09-14)

Features

  • accept multiple reminder IDs in complete, uncomplete, postpone, delete and edit (#75) (bfa08f2), closes #72
  • add local-time dates and isAllDay to JSON output (#79) (1f06100), closes #74

Bug Fixes

  • don't request Reminders access for the help subcommand (550f7b6)
  • name the existing --include-completed flag in the show and show-all conflict error (550f7b6)

v3.4.0

Choose a tag to compare

@udondan udondan released this 14 Sep 10:11
Immutable release. Only release title and notes can be modified.
aa34c63

3.4.0 (2026-09-14)

Features

  • add --repeat-on weekday selectors for weekly repeats (#67) (b86cd23)
  • add delete-list subcommand with --confirm guard (#70) (e3c838e), closes #50
  • add doctor subcommand for permission and environment diagnostics (#69) (6738316), closes #52
  • add opt-in pretty output format for reminder listings (#71) (c91cfc0), closes #54
  • add today, overdue and upcoming subcommands (#65) (131be42)
  • show and filter by flagged status (#64) (31c233d), closes #51
  • show open and overdue reminder counts in show-lists (#60) (50dd6c8), closes #48

Bug Fixes

  • apply --repeat rule when adding a reminder (#66) (aa806a4)
  • omit nextDueDate for completed reminders (#68) (3059841)

v3.3.0

Choose a tag to compare

@udondan udondan released this 13 Sep 22:05
Immutable release. Only release title and notes can be modified.
5327f94

3.3.0 (2026-09-13)

Features

  • match list names loosely and accept reminder ID prefixes (#57) (b191fbb), closes #46

v3.2.0

Choose a tag to compare

@udondan udondan released this 13 Sep 21:49
Immutable release. Only release title and notes can be modified.
5c4c6ff

3.2.0 (2026-09-13)

Features

  • report errors as structured messages on stderr (#55) (dca2cb6), closes #45

v3.1.1

Choose a tag to compare

@udondan udondan released this 13 Sep 20:49
Immutable release. Only release title and notes can be modified.
9baae9a

3.1.1 (2026-09-13)

Miscellaneous Chores

  • publish releases as drafts so the tarball can be attached before publishing (#40) (740fcfe)

v3.1.0

Choose a tag to compare

@udondan udondan released this 13 Sep 20:31
Immutable release. Only release title and notes can be modified.
f06931e

3.1.0 (2026-09-13)

Features

  • add --clear-notes to edit (46c8212)
  • add --default-only option to show-lists (7958274)
  • make show-lists --default-only honor --format and print the list id (a90b2a0)

Bug Fixes

  • count relative due dates by calendar day (c655a7d)
  • only consider reminder-capable sources in new-list (045e468)

Note: this release has no downloadable tarball. It was published before the tarball could be attached, and releases in this repository are immutable. Use v3.1.1 instead, which contains the same code plus the release pipeline fix.

v3.0.1

Choose a tag to compare

@udondan udondan released this 13 Sep 19:31
ab9901a

3.0.1 (2026-09-13)

⚠ BREAKING CHANGES

  • 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)