Releases: spoo-bar/code-with-todoist
Releases · spoo-bar/code-with-todoist
v2.0.0
Note
This release is a breaking change. You will have to set your Todoist API token again using the
todoist.setApiToken
command. The prior value set in Extension settings is not used anymore
Thanks to dubisdev for all contributions to this release 🚀
Changed
- Replace Axios with with the official todoist client
@doist/todoist-api-typescript
Security
- Deprecated the
apiToken
setting in the Extension settings. The todoist api token is now configured via thetodoist.setApiToken
command which stores the api token in SecretStorage.
Fixed
- Memory leak in setting notifications for upcoming tasks
v1.1.1
v1.1.0
Added
- Three new configurations related to overdue tasks display.
- Tooltips for tasks render markdown strings
Changed
- Display order of configurations in the settings.
- Show
Sync Todoist
command on all views on the extension sidebar. ExceptTask
view. Earlier, the command icon was shown only on Projects view.
Deprecated
- Support for vscode before
1.62.0
removed.
Fixed
- Migrating Todoist endpoint API from v1 to v2. Thanks to @epicbananana
v0.5.2
Added
- #19 - Added a setting
code.todoist.sortBy
to be able to choose how the Todoist tasks should be sorted in the task views. The two options are to- Retain Todoist task ordering
- Sort based on task priority
- #23 - Added ability to create new tasks from the extension. Task is associated with the selected worksapce project or inbox if not.