Skip to content

Commit 29b8754

Browse files
committed
prepare for release 1.0.3
1 parent 4a02815 commit 29b8754

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Confluence Wiki Markup
22

3+
## [1.0.3](https://github.com/denco/vscode-confluence-markup/releases/tag/1.0.3)
4+
5+
- fix render emoticons and local image files
6+
- render to valid html
7+
- disable output channel log on disposed panel
8+
- code cosmetic
9+
310
## [1.0.2](https://github.com/denco/vscode-confluence-markup/releases/tag/1.0.2)
411

512
- add render tip, note, info and warning macros [he info, tip, note, and warning macros are not rendered](https://github.com/denco/vscode-confluence-markup/issues/41)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "confluence-markup",
33
"displayName": "Confluence markup",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"publisher": "denco",
66
"description": "Confluence markup language support for Visual Studio Code",
77
"keywords": [

0 commit comments

Comments
 (0)