@@ -7,16 +7,16 @@ Use the same [HackMD](https://hackmd.io) markdown right in VSCode!
77
88## Features
99
10- - ** New** : Preview you HackMD notes in VSCode
10+ - ** New** : Preview your HackMD notes in VSCode
1111- ** New** : Create note from editor content
1212- HackMD-compatible markdown rendering preview
1313 - We bring most HackMD markdown syntax into VSCode :tada :
1414
1515### HackMD notes explorer
1616
17- ![ sidebar] ( https://i.imgur.com/N5dS5HG .png)
17+ ![ sidebar] ( ./docs/media/notes_explorer .png)
1818
19- ### Render codeblock with line numbers
19+ ### Render code block with line numbers
2020
2121![ line-numbers] ( https://i.imgur.com/X31HZqm.png )
2222
@@ -32,24 +32,38 @@ Use the same [HackMD](https://hackmd.io) markdown right in VSCode!
3232
3333[ release-notes ] : https://bit.ly/2VXRTrq
3434
35+ ### 2.0.0
36+
37+ #### Added
38+
39+ - Adopt access token based API client. You need to create an access token on the HackMD [ settings page] ( https://hackmd.io/settings#api )
40+ - Add two more tree views: History and Team Notes.
41+
42+ #### Improvements
43+
44+ - Upgrade highlight.js
45+ - Upgrade mermaid
46+ - Upgrade more dependencies
47+ - Adopt ` react-vsc-treeview ` package for implementing the new tree views. It's now easier to add features and fix bugs for the tree view.
48+
3549### 1.1.1
3650
3751#### Added
3852
3953- HackMD Snippets command
40- - Use command: ` HackMD: Create a code snippet ` to create a code snippet on HackMD from selected text range
54+ - Use the command: ` HackMD: Create a code snippet ` to create a code snippet on HackMD from the selected text range
4155
4256#### Fixed
4357
44- - Activity icon it not shown ([ #23 ] ( https://github.com/hackmdio/vscode-hackmd/issues/23 ) )
58+ - Activity icon is not shown ([ #23 ] ( https://github.com/hackmdio/vscode-hackmd/issues/23 ) )
4559
4660### 1.1.0
4761
4862#### Added
4963
5064- HackMD Note explorer
5165 - Preview your notes on HackMD
52- - Create note from editor content in VSCode
66+ - Create a note from editor content in VSCode
5367
5468### 1.0.0
5569
0 commit comments