diff --git a/CHANGELOG.md b/CHANGELOG.md index ad8a2df..7d5c821 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index 7fa455e..b849a46 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 02126be..dc4069a 100644 --- a/package.json +++ b/package.json @@ -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",