Skip to content

Latest commit

 

History

History
70 lines (26 loc) · 2.59 KB

CHANGELOG.md

File metadata and controls

70 lines (26 loc) · 2.59 KB

3.4.0 (2022-02-27)

Features

  • 💄 improve 'go to scheduler project' action display (43cebeb)

3.3.1 (2022-02-23)

Bug Fixes

  • 🐛 fix bug where error would occur if a previously-scheduled tag had been deleted (4df0ad8)

3.3.0 (2022-02-19)

Features

  • ✨ update validation so actions always available (79112e5)

3.2.0 (2022-02-04)

Features

  • ✨ add Keyboard Maestro macro to repo and instructions to README (be84189)

3.1.0 (2021-11-19)

Features

  • fix version path for ci and force update (4c41097)
  • restructure to improve ease of installation (4d69297)

3.0.0 (2021-10-18)

  • Use dropped folder for storage of scheduler tasks (#3) (8916bc9), closes #3

BREAKING CHANGES

  • Previously project matching 'Tag Scheduling' was used to store scheduler tasks. These are now stored in a '🏷 Tag Scheduling' project inside a dropped folder of same name. The project is created automatically when needed. This avoids cluttering other views but existing deferred tags may need to be moved manually.

2.4.0 (2021-10-17)

Features