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.19.0] ( https://github.com/eclipse/lemminx/milestone/26?closed=1 ) (February 14, 2022)
4
+
5
+ ### Enhancements
6
+
7
+ * Basic support for parameter entities. See [ lemminx #1167 ] ( https://github.com/eclipse/lemminx/issues/1167 ) .
8
+ * Support for document link DTD entity SYSTEM. See [ lemminx #1165 ] ( https://github.com/eclipse/lemminx/issues/1165 ) .
9
+
10
+ ### Bug Fixes
11
+
12
+ * Bad SYSTEM for DTD DocType and Entity breaks the XML validation. See [ #647 ] ( https://github.com/redhat-developer/vscode-xml/issues/647 ) .
13
+ * Prevent suspicious directory traversal. See [ lemminx #1171 ] ( https://github.com/eclipse/lemminx/pull/1171 ) .
14
+ * Limit resource downloads to http, https and ftp and prevent insecure redirects. See [ lemminx #1174 ] ( https://github.com/eclipse/lemminx/pull/1174 ) .
15
+ * Bump follow-redirects from 1.14.7 to 1.14.8. See [ #647 ] ( https://github.com/redhat-developer/vscode-xml/issues/659 ) .
16
+
17
+ ### Build
18
+
19
+ * Eliminate need for downloading just-released binary checksums. See [ #650 ] ( https://github.com/redhat-developer/vscode-xml/pull/650 ) .
20
+
3
21
## [ 0.18.3] ( https://github.com/redhat-developer/vscode-xml/milestone/24?closed=1 ) (February 2, 2022)
4
22
5
23
### Enhancements
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.18.4 " ,
5
+ "version" : " 0.19.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.18.4 "
19
+ "version" : " 0.19.0 "
20
20
},
21
21
"binaryServerDownloadUrl" : {
22
22
"linux" : " https://download.jboss.org/jbosstools/vscode/snapshots/lemminx-binary/LATEST/lemminx-linux.zip" ,
You can’t perform that action at this time.
0 commit comments