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

Commit

Permalink
chore(release): 6.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [6.0.0-beta.1](v5.8.4...v6.0.0-beta.1) (2020-02-26)

### Bug Fixes

* **settings:** rename annonymous_statistics to error_tracking ([3816345](3816345))
* api filter requests being broken ([3b344a1](3b344a1))
* **build:** possibly fix version number not updated in alfred workflow ([ac02c22](ac02c22))
* **cache:** cache always being reset ([d83408e](d83408e))
* **cache:** handle empty resource lists ([af89785](af89785))
* **cache:** issue where cache timestamps wouldn't be updated once created ([5156040](5156040))
* **commands:** [#151](#151) don't rely on alfred input filtering, remove uids ([92d9ac4](92d9ac4))
* **commands:** certain characters not (" and \) being parsed ([d53d68f](d53d68f))
* **commands:** error when trying to retrieve a non existent project ([42e0009](42e0009))
* **project:** unhelpful error message when missing todoist token in settings ([5a0af91](5a0af91))
* **settings:** [#152](#152) settings break with multiple consecutive spaces ([b3f2f2a](b3f2f2a))
* **todoist:** task cache not being refreshed ([179c0bc](179c0bc))
* alfred workflow version is the same as the release version again ([0ce67a3](0ce67a3))
* updater not picking up new prereleases, please update manually ([fdcb793](fdcb793))
* updater not storing last update timestamp ([35ff532](35ff532))

### Features

* **commands:** [#13](#13) sort by due date by default ([32044b0](32044b0))
* **commands:** filter tasks directly through Todoist ([f9bd460](f9bd460)), closes [#13](#13) [#20](#20) [#72](#72)
* **parser:** reimplement date from now for timestamped tasks ([cd090d8](cd090d8))
* **project:** full rewrite ([2849c8a](2849c8a)), closes [#128](#128) [#126](#126) [#20](#20) [#124](#124) [#128](#128) [#126](#126) [#124](#124) [#20](#20)
* **project:** provide a useful error as a list item when node.js is not installed ([e039157](e039157))

### BREAKING CHANGES

* **project:** Improve string parsing, now requires id for project, labels and sections
  • Loading branch information
semantic-release-bot committed Feb 26, 2020
1 parent 8efa5f6 commit 27855a4
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 3 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
# [6.0.0-beta.1](https://github.com/moranje/alfred-workflow-todoist/compare/v5.8.4...v6.0.0-beta.1) (2020-02-26)

### Bug Fixes

- **settings:** rename annonymous_statistics to error_tracking ([3816345](https://github.com/moranje/alfred-workflow-todoist/commit/3816345b65d0db316ed2df84da908f212abaecd3))
- api filter requests being broken ([3b344a1](https://github.com/moranje/alfred-workflow-todoist/commit/3b344a10a5741030e281b0077f6d8e8c28834bd7))
- **build:** possibly fix version number not updated in alfred workflow ([ac02c22](https://github.com/moranje/alfred-workflow-todoist/commit/ac02c22f62e2ebbc0e2a69d4878d58b867e367a6))
- **cache:** cache always being reset ([d83408e](https://github.com/moranje/alfred-workflow-todoist/commit/d83408e0a066545b1c0db26fe2962a49ed93054d))
- **cache:** handle empty resource lists ([af89785](https://github.com/moranje/alfred-workflow-todoist/commit/af89785f5a1c4ffc1bedc1cdaf05c858c145b706))
- **cache:** issue where cache timestamps wouldn't be updated once created ([5156040](https://github.com/moranje/alfred-workflow-todoist/commit/515604085198124165424037aa4c31b4cbeae9e1))
- **commands:** [#151](https://github.com/moranje/alfred-workflow-todoist/issues/151) don't rely on alfred input filtering, remove uids ([92d9ac4](https://github.com/moranje/alfred-workflow-todoist/commit/92d9ac44d58761ea74216f54eea83a73101e7015))
- **commands:** certain characters not (" and \) being parsed ([d53d68f](https://github.com/moranje/alfred-workflow-todoist/commit/d53d68f699c214d1048d98d80bc224b97377b73e))
- **commands:** error when trying to retrieve a non existent project ([42e0009](https://github.com/moranje/alfred-workflow-todoist/commit/42e0009d794f9ab6c62002b0e6d8163b5ca41fa9))
- **project:** unhelpful error message when missing todoist token in settings ([5a0af91](https://github.com/moranje/alfred-workflow-todoist/commit/5a0af91b49b0c5b83ad73cb1fec768233e19df64))
- **settings:** [#152](https://github.com/moranje/alfred-workflow-todoist/issues/152) settings break with multiple consecutive spaces ([b3f2f2a](https://github.com/moranje/alfred-workflow-todoist/commit/b3f2f2a678e61d30a490d23e84028f1d6efe1e6d))
- **todoist:** task cache not being refreshed ([179c0bc](https://github.com/moranje/alfred-workflow-todoist/commit/179c0bcc67a0b1e3d7c5e55fb7e5d732f2065fbb))
- alfred workflow version is the same as the release version again ([0ce67a3](https://github.com/moranje/alfred-workflow-todoist/commit/0ce67a37d97a6dc8df26e13165350f09c96a3786))
- updater not picking up new prereleases, please update manually ([fdcb793](https://github.com/moranje/alfred-workflow-todoist/commit/fdcb793369000b580217db4a58311816503bb5c3))
- updater not storing last update timestamp ([35ff532](https://github.com/moranje/alfred-workflow-todoist/commit/35ff5328bd4bc789a7929e1c30fe03694c2c305d))

### Features

- **commands:** [#13](https://github.com/moranje/alfred-workflow-todoist/issues/13) sort by due date by default ([32044b0](https://github.com/moranje/alfred-workflow-todoist/commit/32044b072c20b949af05aebfcf6083e5e453e9aa))
- **commands:** filter tasks directly through Todoist ([f9bd460](https://github.com/moranje/alfred-workflow-todoist/commit/f9bd460a2c9a03f0d4efe92ffe6612fa1d6d231e)), closes [#13](https://github.com/moranje/alfred-workflow-todoist/issues/13) [#20](https://github.com/moranje/alfred-workflow-todoist/issues/20) [#72](https://github.com/moranje/alfred-workflow-todoist/issues/72)
- **parser:** reimplement date from now for timestamped tasks ([cd090d8](https://github.com/moranje/alfred-workflow-todoist/commit/cd090d8a26486bd36dc266582c0bc02469f9f9ef))
- **project:** full rewrite ([2849c8a](https://github.com/moranje/alfred-workflow-todoist/commit/2849c8a081f4254610ac41125c79fed9a55e557d)), closes [#128](https://github.com/moranje/alfred-workflow-todoist/issues/128) [#126](https://github.com/moranje/alfred-workflow-todoist/issues/126) [#20](https://github.com/moranje/alfred-workflow-todoist/issues/20) [#124](https://github.com/moranje/alfred-workflow-todoist/issues/124) [#128](https://github.com/moranje/alfred-workflow-todoist/issues/128) [#126](https://github.com/moranje/alfred-workflow-todoist/issues/126) [#124](https://github.com/moranje/alfred-workflow-todoist/issues/124) [#20](https://github.com/moranje/alfred-workflow-todoist/issues/20)
- **project:** provide a useful error as a list item when node.js is not installed ([e039157](https://github.com/moranje/alfred-workflow-todoist/commit/e0391577db34aa353fd1458698e7304a51821303))

### BREAKING CHANGES

- **project:** Improve string parsing, now requires id for project, labels and sections

# [6.0.0-alpha.10](https://github.com/moranje/alfred-workflow-todoist/compare/v6.0.0-alpha.9...v6.0.0-alpha.10) (2020-02-25)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion assets/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ node $node_flags alfred-workflow-todoist.js "{\"name\": \"readSettings\", \"args
<string></string>
</dict>
<key>version</key>
<string>6.0.0-alpha.10</string>
<string>6.0.0-beta.1</string>
<key>webaddress</key>
<string>https://github.com/moranje/alfred-workflow-todoist</string>
</dict>
Expand Down
Binary file modified dist/Alfred Workflow Todoist.alfredworkflow
Binary file not shown.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alfred-workflow-todoist",
"version": "6.0.0-alpha.10",
"version": "6.0.0-beta.1",
"description": "An Alfred workflow for managing tasks in Todoist",
"keywords": [],
"repository": {
Expand Down

0 comments on commit 27855a4

Please sign in to comment.