Skip to content

Commit

Permalink
Preps v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ho-wan committed Jan 20, 2019
1 parent ca45409 commit b437cd3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.2.0 (20 Jan 2019)
- Prefix card number to card names.
- Show comments on card.
- Show initials of users assigned to card.
- Enable auto line breaks for markdown new lines.
- Fixed checklist ordering.
- Improve visual format of card.

## 0.1.1 (19 Jan 2019)
- Minor documentation update. Improved api tests.

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Name of Setting | Default | Description
- The markdown file contains parsed content of the Trello card and can be saved locally.
- Hover over any board, list or card to see the Trello ID.
- The API token is stored using AES 256 encryption with IV.
- The setting "markdown.preview.breaks" is automatically set to true in only to see new lines correctly formatted.

## Unsupported Features

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": "vscode-trello-viewer",
"displayName": "Trello Viewer",
"description": "View Trello cards in VS Code, browse user's boards and lists.",
"version": "0.1.1",
"version": "0.2.0",
"publisher": "Ho-Wan",
"author": {
"name": "Ho-Wan To",
Expand Down

0 comments on commit b437cd3

Please sign in to comment.