File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
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+
321## [ 0.19.1] ( https://github.com/redhat-developer/vscode-xml/milestone/27?closed=1 ) (February 15, 2022)
422
523### Bug Fixes
Original file line number Diff line number Diff line change 22 "name" : " vscode-xml" ,
33 "displayName" : " XML" ,
44 "description" : " XML Language Support by Red Hat" ,
5- "version" : " 0.19.2 " ,
5+ "version" : " 0.20.0 " ,
66 "author" : " Red Hat" ,
77 "publisher" : " redhat" ,
88 "icon" : " icons/icon128.png" ,
1616 " dtd"
1717 ],
1818 "xmlServer" : {
19- "version" : " 0.19.1 "
19+ "version" : " 0.20.0 "
2020 },
2121 "binaryServerDownloadUrl" : {
2222 "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