Skip to content

Commit

Permalink
release v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Spoorthi S committed Nov 22, 2020
1 parent 0910a29 commit 966f04a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 16 deletions.
8 changes: 2 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,13 @@ 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.

## Unreleased
## [0.5.0] - 2020-11-22

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

### Changed

### Removed

### Fixed

## [0.4.3] - 2020-10-09

Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ File > Preferences > Settings > Code With Todoist

`code.todoist.syncInternval` - Value in milliseconds at which interval Todoist data is synced.

`code.todoist.useGitIgnore` - Upcoming feature. This setting is currently not in use.

## Features

### View projects with colour coding
Expand All @@ -41,6 +39,10 @@ File > Preferences > Settings > Code With Todoist

![Screenshot of today's tasks](media/features/today.png "Screenshot of today's tasks")

### Attach Todoist projects to vscode workspaces

![Screenshot of attached projects](media/features/projectworkspace.png "Screenshot of attached projects")

### Offline Support

All Todoist data is cached locally and can be viewed without Internet access.
Expand All @@ -50,4 +52,3 @@ Todoist Data is synced every 10 minutes by default, but this can be overriden in
## Known issues

* Markdown support in Task names - Unsure if vscode extension API supports this.

Binary file added media/features/projectworkspace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 1 addition & 7 deletions 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": "0.4.3",
"version": "0.5.0",
"publisher": "Spoorthi",
"icon": "media/extension_icon.png",
"license": "SEE LICENSE IN LICENSE",
Expand Down Expand Up @@ -70,12 +70,6 @@
"default": 600000,
"description": "Value in milliseconds at which interval Todoist data is synced.",
"scope": "application"
},
"code.todoist.useGitIgnore": {
"type": "boolean",
"default": true,
"description": "Use .gitignore to ignore files during //TODO parsing (if it exists)",
"scope": "application"
}
}
}
Expand Down

0 comments on commit 966f04a

Please sign in to comment.