vscode-texinfo/CHANGELOG.md

29 lines
662 B
Markdown
Raw Normal View History

2020-10-18 17:31:43 +00:00
# Changelog
2020-11-15 19:36:54 +00:00
2021-02-23 10:47:51 +00:00
## 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 :(
2021-02-09 09:12:29 +00:00
## v0.1.3 - 02/09/2021
* Fix completion of block command `@detailmenu`.
* Say goodbye to GitHub.
* Update dependencies.
2020-12-31 06:42:10 +00:00
## 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.
2020-11-30 03:56:55 +00:00
## v0.1.1 - 11/30/2020
* Minor bugfix in code completion.
* Update dependencies.
2020-11-15 19:36:54 +00:00
## v0.1.0 - 11/16/2020
Initial release.