Changelog cleanup.

This commit is contained in:
CismonX 2021-03-12 17:50:54 +08:00
parent 7b6bb43836
commit 413ec7783b
Signed by: cismonx
GPG Key ID: 3094873E29A482FB
1 changed files with 2 additions and 8 deletions

View File

@ -2,27 +2,21 @@
## v0.1.4 - 02/23/2021
* Support loading custom CSS for HTML preview
* Configure with `texinfo.preview.customCSS`
* Update dependencies
* Not updating `node-html-parser` to v3.0+, as it bloats the webpack-ed code significantly :(
* Support loading custom CSS for HTML preview (with `texinfo.preview.customCSS`).
## v0.1.3 - 02/09/2021
* Fix completion of block command `@detailmenu`.
* Say goodbye to GitHub.
* Update dependencies.
## v0.1.2 - 12/31/2020
* Update the "go-to-file" icon ID in Code Lens, as the original icon no longer exists in the latest version of VSCode.
* Update dependencies.
## v0.1.1 - 11/30/2020
* Minor bugfix in code completion.
* Update dependencies.
## v0.1.0 - 11/16/2020
Initial release.
* Initial release.