Skip to content

Latest commit

 

History

History
170 lines (71 loc) · 8.41 KB

CHANGELOG.md

File metadata and controls

170 lines (71 loc) · 8.41 KB

1.9.2 (2023-03-31)

Bug Fixes

  • 🐛 allow 'manage agenda items' to be run on events that are projects (b73e306)

1.9.1 (2023-02-13)

Bug Fixes

  • 🐛 fix bug where agenda items could not be re-linked from dialogue (74ce79e)

1.9.0 (2022-06-25)

Bug Fixes

  • 🐛 fix 'show agenda item' processing dialogue bug (e32316a)
  • 🐛 open inbox when 'goTo' task is in the inbox instead of silently failing (6f2f6b9)

Features

  • 💄 add option to show certain tags in processing dialogue (85ec2e4)
  • 💄 label inactive agenda items as [INACTIVE] and move to bottom of list (9d3b238)
  • 💄 show event tags if more than one set in preferences (25db5b7)
  • ✨ add 'Add To Agenda Via Project' action (97a8f06)

1.8.0 (2022-06-13)

Bug Fixes

  • 🐛 remove async from 'reset processing dialogue' action (a58080a)

Features

  • ✨ add 'edit note' processing option (b26c2df)
  • ✨ add 'Set Last Updated' action (e13ccde)
  • ✨ add KM macro to run 'resetProcessingDialogue' action (c0d68a8)

1.7.0 (2022-02-19)

Features

  • 💄 rename 'Preferences' to 'Preferences: Agendas' (6acd63a)

1.6.0 (2022-02-16)

Bug Fixes

  • 🐛 allow 'remove from agenda' to be invoked on agenda items that are projects (c6bf404)

Features

  • ✨ add supplementary action to reset 'processEventRunning' preference if needed (4dd02f4)

1.5.0 (2022-02-15)

Features

  • 💄 show [LINKED] for already-linked events, rather than removing from the list completely (91ba5ba)

1.4.0 (2022-02-13)

Bug Fixes

  • 🐛 add in missing 'await's (c3264fe)
  • 🐛 fix bug re earlier async change (e4391f1)
  • 🐛 update checks of remaining events to use for ... of instead of forEach (52a9672)

Features

  • 💄 change SF symbols to be more relevant (e02d6d6)

Reverts

  • Revert "refactor: ♻️ convert getAllEvents to a synchronous function" (9c53e71)

1.3.1 (2022-02-09)

Bug Fixes

  • 🐛 fix issue with being unable to add multiple agenda items simultaneously (efd7266)

1.3.0 (2022-02-09)

Bug Fixes

  • 🐛 improve handling of repeating events (508a38c)
  • 🐛 replace Keyboard Maestro macro with functional solution (e0b7e04)
  • 💄 only show 'process event' form if one is not already shown (c61a592)
  • 💄 only show processing form once if event is linked to multiple agenda items and form is cancelled (dd0d3c9)

Features

  • 💄 show alert for 'go to agenda item' when no agenda items are linked (97ddcd1)
  • 💄 update 'go to' actions to use project view in new tab (4513a57)
  • ✨ add processing option to 'go to' an agenda item in projects (50cca02)
  • ✨ add ability to rename tasks in processing dialogue (#13) (ed229e7)

1.2.1 (2022-02-08)

Bug Fixes

  • 🐛 remove 'linked event' tag from event task when 'remove from agenda' run (if no agenda items remaining) (eec21fd)

1.2.0 (2022-02-07)

Bug Fixes

  • 🐛 await result of getEventTags in getAllEvents function (3569d07)
  • 🐛 fix issue with Preferences not displaying if relevant tags are deleted (eefb5b6)
  • 🐛 only allow an item to be added to an agenda when there is not an existing link (b3f3a48)

Features

  • 💄 only show events in dropdown for 'add to agenda' if they are not already linked to all of the selected agenda items (8fee9cb)
  • ✨ add 'linked event' tag (#11) (6305d62)
  • ✨ allow event tasks to be added to agendas (c044770)

1.1.0 (2022-02-05)

Features

  • ✨ add Keyboard Maestro macro (b1bfdea)