File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 0.20.0] ( https://github.com/redhat-developer/vscode-xml/milestone/28?closed=1 ) (March 29, 2022)
4
+
5
+ ### Enhancements
6
+
7
+ * Improve DTD/XSD security with regard to remote resources. See [ #671 ] ( https://github.com/redhat-developer/vscode-xml/issues/671 ) .
8
+ * Closing tags should be included in the code folding range. See [ lemminx #1178 ] ( https://github.com/eclipse/lemminx/issues/1178 ) .
9
+
10
+ ### Bug Fixes
11
+
12
+ * NPE on xsd datatype autocompletion in binary mode. See [ lemminx #1189 ] ( https://github.com/eclipse/lemminx/issues/1189 ) .
13
+ * Completion for prefix of attribute name. See [ lemminx #1133 ] ( https://github.com/eclipse/lemminx/issues/1133 ) .
14
+
15
+ ### Other
16
+
17
+ * Add support to download binaries from GitHub Releases. See [ #685 ] ( https://github.com/redhat-developer/vscode-xml/pull/685 ) .
18
+ * Fix GraalVM Native Image Builds on Jenkins. See [ #681 ] ( https://github.com/redhat-developer/vscode-xml/pull/681 ) .
19
+ * Update GraalVM version used in binary verification builds to x.y.z. See [ lemminx #1158 ] ( https://github.com/eclipse/lemminx/issues/1158 ) .
20
+
3
21
## [ 0.19.1] ( https://github.com/redhat-developer/vscode-xml/milestone/27?closed=1 ) (February 15, 2022)
4
22
5
23
### Bug Fixes
Original file line number Diff line number Diff line change 2
2
"name" : " vscode-xml" ,
3
3
"displayName" : " XML" ,
4
4
"description" : " XML Language Support by Red Hat" ,
5
- "version" : " 0.19.2 " ,
5
+ "version" : " 0.20.0 " ,
6
6
"author" : " Red Hat" ,
7
7
"publisher" : " redhat" ,
8
8
"icon" : " icons/icon128.png" ,
16
16
" dtd"
17
17
],
18
18
"xmlServer" : {
19
- "version" : " 0.19.1 "
19
+ "version" : " 0.20.0 "
20
20
},
21
21
"binaryServerDownloadUrl" : {
22
22
"linux" : " https://github.com/redhat-developer/vscode-xml/releases/download/latest/lemminx-linux.zip" ,
You can’t perform that action at this time.
0 commit comments