Skip to content

Commit

Permalink
v2.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qjebbs committed Nov 19, 2021
1 parent d5a6067 commit 0d7b919
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# VSCode PlantUML Changelog
## 2.16.1

- Adde setting `plantuml.lintDiagramNoName`
- Fix plantuml fence detect ([#455](https://github.com/qjebbs/vscode-plantuml/issues/455)
- Update syntax highlighting
- Update embedded jar to 1.2021.14

## 2.16.0

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,10 +337,11 @@ Preview Settings:

- `plantuml.previewAutoUpdate`: Dedecides if automatically update the preview window.

URL Generating Settings:
Other Settings:

- `plantuml.urlFormat`: URL format. Leave it blank to pick format everytime you generate a URL.
- `plantuml.urlResult`: URL result type. Simple URL or ready for MarkDown use.
- `plantuml.lintDiagramNoName`: Decides if it should lint when diagram is unmaned.

## Known Issues

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "PlantUML",
"description": "Rich PlantUML support for Visual Studio Code.",
"icon": "images/icon.png",
"version": "2.16.0",
"version": "2.16.1",
"publisher": "jebbs",
"engines": {
"vscode": "^1.57.0"
Expand Down

0 comments on commit 0d7b919

Please sign in to comment.