Skip to content

Commit

Permalink
Merge pull request #40 from spoo-bar/release-v2
Browse files Browse the repository at this point in the history
v2 release changes
  • Loading branch information
spoo-bar authored Apr 21, 2023
2 parents 701b4b2 + 51a405a commit ef9f7f5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to the "code-with-todoist" extension will be documented in t

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [2.0.0] - 2023-04-21

> **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](https://github.com/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 the `todoist.setApiToken` command which stores the api token in [SecretStorage](https://code.visualstudio.com/api/references/vscode-api#SecretStorage).

### Fixed
* Memory leak in setting notifications for upcoming tasks

## [1.1.1] - 2022-12-21

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "code-with-todoist",
"displayName": "code with Todoist",
"description": "Todoist plugin for vs code",
"version": "1.1.1",
"version": "2.0.0",
"publisher": "Spoorthi",
"icon": "media/extension_icon.png",
"license": "SEE LICENSE IN LICENSE",
Expand Down

0 comments on commit ef9f7f5

Please sign in to comment.