Skip to content

Commit c2c6c22

Browse files
authored
Merge pull request #25 from hackmdio/release/1.1.1
Release 1.1.1
2 parents 62c8d47 + 3f5e8a6 commit c2c6c22

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

CHANGELOG.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
11
# Change Log
22

3-
All notable changes to the "vscode-hackmd" extension will be documented in this file.
4-
5-
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
6-
7-
## [Unreleased]
8-
9-
- Initial release
3+
[Checkout the complete changelog](https://hackmd.io/@docs/vscode-hackmd-release-notes)

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,17 @@ Use the same [HackMD](https://hackmd.io) markdown right in VSCode!
3232

3333
[release-notes]: https://hackmd.io/@docs/vscode-hackmd-release-notes
3434

35+
### 1.1.1
36+
37+
#### Added
38+
39+
- HackMD Snippets command
40+
- Use command: `HackMD: Create a code snippet` to create a code snippet on HackMD from selected text range
41+
42+
#### Fixed
43+
44+
- Activity icon it not shown ([#23](https://github.com/hackmdio/vscode-hackmd/issues/23))
45+
3546
### 1.1.0
3647

3748
#### Added

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-hackmd",
33
"displayName": "HackMD",
44
"description": "The official HackMD Markdown VSCode extension",
5-
"version": "1.1.0",
5+
"version": "1.1.1",
66
"engines": {
77
"vscode": "^1.36.0"
88
},

0 commit comments

Comments
 (0)