Skip to content

Commit 4a8cef3

Browse files
committed
v2.18.0
1 parent 6454d3d commit 4a8cef3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# VSCode PlantUML Changelog
22

3+
## 2.18.0
4+
5+
- Make links in preview clickable **moormaster**, [#572](https://github.com/qjebbs/vscode-plantuml/pull/572)
6+
- Add PDF export format for Plantuml Server **moormaster**, [#545](https://github.com/qjebbs/vscode-plantuml/pull/545)
7+
38
## 2.17.6
49

510
- Add configuration option to swap left and right mouse buttons, **@moormaster**, [#573](https://github.com/qjebbs/vscode-plantuml/pull/573)
6-
- syntax related udpates, **@The-Lum**, [#504](https://github.com/qjebbs/vscode-plantuml/pull/504); **@carlosrusso**, [#558](https://github.com/qjebbs/vscode-plantuml/pull/558)
11+
- syntax related udpates, **@The-Lum**, [#504](https://github.com/qjebbs/vscode-plantuml/pull/504); **@pearj**, [#558](https://github.com/qjebbs/vscode-plantuml/pull/558)
712
- Update embedded jar to `1.2024.3-gplv2`
813

914
## 2.17.5

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "PlantUML",
44
"description": "Rich PlantUML support for Visual Studio Code.",
55
"icon": "images/icon.png",
6-
"version": "2.17.6",
6+
"version": "2.18.0",
77
"publisher": "jebbs",
88
"engines": {
99
"vscode": "^1.57.0"

0 commit comments

Comments
 (0)