Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Latest commit

 

History

History
281 lines (129 loc) · 12.1 KB

CHANGELOG.md

File metadata and controls

281 lines (129 loc) · 12.1 KB

5.8.4 (2019-12-15)

Bug Fixes

  • alfred: notifications not showing in Alfred v4 (93c7307), closes #125
  • dependency: lower required node.js to v10.x (a222d5d)
  • settings: no update notifications for alfa and beta releases (1ad3186)

5.8.3 (2019-08-04)

Bug Fixes

  • project: update to stable todoist v1 rest api (7f3f34a), closes #113
  • tests: failing test suite due a bug in nock under node 12 (42cc96d)
  • todoist: support emoticons/emoji (bfdce97), closes #112

5.8.2 (2019-04-22)

Bug Fixes

  • parser: add all language scripts in a more robust way (b5fd7b4), closes #111
  • parser: use es5 compatible robust script parsing (0b22006), closes #111

5.8.1 (2019-04-05)

Bug Fixes

  • project: empty files constant on fresh install (ea7ad1f), closes #109

5.8.0 (2019-03-30)

Bug Fixes

  • project: tests failing due to faulty notifier reference (236a369)

Features

  • project: periodic checks for workflow updates (e9f4262), closes #108

5.7.1 (2019-03-26)

Bug Fixes

  • project: failing node.js check (c9409d9)
  • project: return useful error message when node.js is missing (a8a966e), closes #107
  • project: return useful error when API key is missing (7fbc41b), closes #106

5.7.0 (2019-03-16)

Features

  • parser: add support for scripts other than latin (b12ce3d), closes #105
  • todoist: add japanese timestamp translations (44b47dd)

5.6.5 (2018-12-05)

Bug Fixes

  • fix missing new invocation in cache module (probably harmless) (4777b2f)

5.6.4 (2018-11-11)

Bug Fixes

  • allow labels to be hyphenated (ae309ef), closes #50

5.6.3 (2018-10-27)

Bug Fixes

  • add valid error handler fot task creation logic (13446cc)

5.6.2 (2018-10-27)

Bug Fixes

  • completing a task now closes a task instead of deleting it (a0c71f8), closes #47

5.6.1 (2018-10-15)

Bug Fixes

  • broken import references (25728ab)
  • update cache after task creation or completion (6172d28), closes #44

5.6.0 (2018-10-14)

Bug Fixes

  • prevent error message on notification without url (40d821a)

Features

  • add label and project suggestions on task creation (9478347)
  • allow created tasks to assign project and labels (550b15b)

5.5.0 (2018-10-10)

Bug Fixes

  • automatically create missing folders for workflow files (6640fb8)

Features

  • respect cache_timeout setting (bf18000)
  • respect language setting when creating a task (c09a903)

5.4.5 (2018-10-10)

Bug Fixes

  • settings: validation: allow uuid to be made up out A-F chars (951bcf3)

5.4.4 (2018-10-09)

Bug Fixes

  • add extra space to prevent item list from remaining open (d96b517)
  • allows for token setting to be empty (initial state) (4140290)
  • setting validation errors (302d9b7)

5.4.3 (2018-10-08)

Bug Fixes

  • handle unknown settings in settings.json (0680885), closes #40 #41

5.4.2 (2018-10-07)

Bug Fixes

  • more consistent caching of todoist API calls (f397593)

5.4.1 (2018-10-07)

Bug Fixes

  • add es version of lodash (46d7ae3)

Reverts

  • files went missing after a failing build (7c4af52)

5.4.0 (2018-10-07)

Bug Fixes

  • once again add missing file (dc6379a)

Features

  • cache Todoist API calls (0946caa)

5.3.2 (2018-10-07)

Bug Fixes

5.3.1 (2018-10-07)

Bug Fixes

5.3.0 (2018-10-07)

Bug Fixes

  • notifications: notifications not being shown (d158f02)
  • settings: fix silent failure when applying a setting (8b113fc), closes #40
  • testing: npm run debug now works as intended (58c07ba)

Features

  • tasks are now (fuzzily) searchable (d4cfc5f)

5.2.0 (2018-10-06)

Bug Fixes

Features

  • workflow: notification now links to created task (244eb95)

5.1.3 (2018-10-05)

Bug Fixes

  • not being able to define a workflow setting (5c042ea)

5.1.2 (2018-10-04)

Bug Fixes

  • unwanted deletion of plist and icon files (9093f6f)

5.1.1 (2018-10-04)

Bug Fixes

  • workflow: invalid reference to package.json (a8a9ccf)

5.1.0 (2018-10-04)

Features

  • workflow: better error reporting (52c132b)

5.0.5 (2018-10-03)

Bug Fixes

  • the .aflredworkflow not being updated (fac7e6f)

5.0.4 (2018-10-03)

Bug Fixes

  • include version number in workflow (01d56d3)

5.0.3 (2018-10-02)

Bug Fixes

  • hopefully fixes automated version bumping in package.json (1c631cd)

5.0.2 (2018-10-02)

Bug Fixes

  • asset folder not being created on ci server (49f97b2)

5.0.1 (2018-10-02)

Bug Fixes

  • remove alfred environmental variables from scripts (4d41f23)
  • remove dependancy on workflow environmental viariables (b47028d)