|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -## [0.21.0](https://github.com/redhat-developer/vscode-xml/milestone/29?closed=1) (June 29, 2022) |
| 3 | +## [0.21.0](https://github.com/redhat-developer/vscode-xml/milestone/29?closed=1) (June 30, 2022) |
4 | 4 |
|
5 | 5 | ### Enhancements |
6 | 6 |
|
|
29 | 29 | * DOCTYPE entities interfering with hover annotation display of tags / attributes. See [lemminx#1212](https://github.com/eclipse/lemminx/pull/1212). |
30 | 30 | * Incorrect error range for `cvc-identity-constraint.4.1`. See [lemminx#1210](https://github.com/eclipse/lemminx/issues/1210). |
31 | 31 | * Resolve uri as system with XML catalog. See [lemminx#1199](https://github.com/eclipse/lemminx/issues/1199). |
| 32 | + * Added permission check and window error message for LemMinx binary. See [#695](https://github.com/redhat-developer/vscode-xml/pull/695). |
| 33 | + * After a tag is collapsed, the content of the entire tag cannot be deleted. See [#690](https://github.com/redhat-developer/vscode-xml/issues/690). |
32 | 34 |
|
33 | 35 | ### Build |
34 | 36 |
|
| 37 | + * Use platform specific `.vsix` files, and package the lemminx binary into the `.vsix`. See [#593](https://github.com/redhat-developer/vscode-xml/issues/593). |
35 | 38 | * Fix native image build on Windows builders. See [#721](https://github.com/redhat-developer/vscode-xml/pull/721). |
36 | 39 | * Add LemMinX binary artifacts to release tab only on new changes. See [#706](https://github.com/redhat-developer/vscode-xml/pull/706). |
37 | 40 | * Automatically publish latest snapshot build on Release page. See [#656](https://github.com/redhat-developer/vscode-xml/issues/656). |
38 | 41 |
|
39 | 42 | ### Other |
40 | 43 |
|
41 | 44 | * Add DCO information to `CONTRIBUTING.md`. See [#723](https://github.com/redhat-developer/vscode-xml/issues/723). |
42 | | - * Added permission check and window error message for LemMinx binary. See [#695](https://github.com/redhat-developer/vscode-xml/pull/695). |
43 | | - * After a tag is collapsed, the content of the entire tag cannot be deleted. See [#690](https://github.com/redhat-developer/vscode-xml/issues/690). |
44 | | - |
| 45 | + |
45 | 46 | ## [0.20.0](https://github.com/redhat-developer/vscode-xml/milestone/28?closed=1) (March 29, 2022) |
46 | 47 |
|
47 | 48 | ### Enhancements |
|
59 | 60 | * Add support to download binaries from GitHub Releases. See [#685](https://github.com/redhat-developer/vscode-xml/pull/685). |
60 | 61 | * Fix GraalVM Native Image Builds on Jenkins. See [#681](https://github.com/redhat-developer/vscode-xml/pull/681). |
61 | 62 | * Update GraalVM version used in binary verification builds to x.y.z. See [lemminx#1158](https://github.com/eclipse/lemminx/issues/1158). |
62 | | - |
| 63 | + |
63 | 64 | ## [0.19.1](https://github.com/redhat-developer/vscode-xml/milestone/27?closed=1) (February 15, 2022) |
64 | 65 |
|
65 | 66 | ### Bug Fixes |
66 | 67 |
|
67 | 68 | * Fix endless diagnostic publishing when validation is disabled. See [lemminx#1175](https://github.com/eclipse/lemminx/issues/1175). |
68 | | - |
| 69 | + |
69 | 70 | ## [0.19.0](https://github.com/redhat-developer/vscode-xml/milestone/26?closed=1) (February 14, 2022) |
70 | 71 |
|
71 | 72 | ### Enhancements |
|
0 commit comments