Skip to content

Latest commit

 

History

History
81 lines (30 loc) · 3.39 KB

CHANGELOG.md

File metadata and controls

81 lines (30 loc) · 3.39 KB

3.2.0 (2024-05-31)

Features

  • ✨ add option to open project in new window if reviewing when stalled (b48ff18)

3.1.2 (2024-01-04)

Bug Fixes

  • 🐛 remove tags and unschedule completed task where task is repeating (bf7af41)

3.1.1 (2023-06-30)

Bug Fixes

  • 🐛 remove absolute scheduled notifications for repeating tasks (closes #10) (e2fc97a)

3.1.0 (2022-11-18)

Features

  • ✨ add option to automatically select next node (dede01d)

3.0.1 (2022-03-24)

Bug Fixes

  • 🐛 don't show 'stalled' prompt when the last action in a SAL is completed (3d97f54)

3.0.0 (2022-03-08)

Bug Fixes

  • 🐛 convert Alert to Form to get around OF bug re 'project stalled' (b7b2556)

Features

  • ➖ remove dependency on function library (4b29530)
  • ✨ add 'preferences' pane and convert 'tags to remove' to synced pref (f1f2d9c)
  • ✨ expand 'promptIfStalled' to include a prompt if an action group is stalled (not just project) (a4382af)
  • ✨ integrate with 'Tag Tasks Due Today' plug-in (f88a317)
  • ✨ integrate with 'Work On...' plug-in (7beaca5)

BREAKING CHANGES

  • 'tags to remove' are now set in preferences pane rather than in config file; Synced Preferences plug-in is required; completion function changed to 'onComplete'

2.1.0 (2022-02-28)

Features

2.0.1 (2022-01-29)