Skip to content

Releases: spoo-bar/code-with-todoist

v2.0.0

21 Apr 12:06
ef9f7f5
Compare
Choose a tag to compare

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 the todoist.setApiToken command which stores the api token in SecretStorage.

Fixed

  • Memory leak in setting notifications for upcoming tasks

v1.1.1

21 Dec 16:19
Compare
Choose a tag to compare

Fixed

  • Issue with extension package upload for README with svg links

v1.1.0

21 Dec 16:02
ad5749b
Compare
Choose a tag to compare

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. Except Task 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

06 Aug 21:35
Compare
Choose a tag to compare

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
    1. Retain Todoist task ordering
    2. 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.

v0.5.1

20 Jan 15:35
Compare
Choose a tag to compare

Added

  • Support for older vscode version. Now supports 1.44 onwards

v0.5.0

22 Nov 11:58
Compare
Choose a tag to compare

Added

  • Mark task as done from Today view
  • Show different icon for shared projects
  • Attach Todoist projects to vscode workspaces

v0.4.0

30 Sep 12:14
101aa76
Compare
Choose a tag to compare

Added

  • Show today's tasks at the top of the sideview
  • Show priority bubbles for tasks

Fixed

  • Hide completed subtasks Thanks to @corderop
  • Fixed incorrect ordering of tasks under sections

v0.3.0

23 Sep 10:08
7aac0a0
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Added

  • Adding support for Sections
  • Create new Project (only parent Projects currently supported)

Fixed

  • Fixed ordering of tasks and subtasks being incorrect

v0.2.1

27 Jul 08:18
Compare
Choose a tag to compare

Fixed

  • Fixed bug where auto sync was not happening on extension load

v0.2

24 Jul 11:40
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release

Changed

  • Allowing subtasks to be collapsed. Thanks to @deitry