vscode-texinfo/CHANGELOG.md

56 lines
1.4 KiB
Markdown
Raw Normal View History

2021-03-16 12:01:13 +00:00
<!--
Copyright (C) 2020,2021,2022 CismonX <admin@cismon.net>
Copying and distribution of this file, with or without modification, are
permitted in any medium without royalty, provided the copyright notice and
this notice are preserved. This file is offered as-is, without any warranty.
2021-03-16 12:01:13 +00:00
-->
2020-10-18 17:31:43 +00:00
# Changelog
2020-11-15 19:36:54 +00:00
## v0.2.4 - 02/02/2022
* Fix a bug which breaks the snippet completion of block commands.
2021-10-23 13:52:58 +00:00
## v0.2.3 - 10/23/2021
* Fix a bug which prevents diagnostic info from displaying correctly in GNU Texinfo 6.8, and on Windows platform.
2021-10-02 15:35:17 +00:00
## v0.2.2 - 10/03/2021
* Fix a bug which breaks configuration `preview.includePaths` on Windows.
* Remove completion for commands which are deprecated in GNU Texinfo 6.8.
2021-05-04 20:44:30 +00:00
## v0.2.1 - 05/05/2021
* Fix an error in build script which produces corrupted metadata in `.vsix` package.
2021-05-04 19:46:57 +00:00
## v0.2.0 - 05/05/2021
2021-03-28 18:46:49 +00:00
2021-04-22 12:53:14 +00:00
* Add version indicator (as status bar item).
2021-03-28 18:46:49 +00:00
* Add user manual.
2021-04-22 12:53:14 +00:00
* Optimize code completion.
* Optimize configuration items.
* Optimize HTML preview.
2021-03-28 18:46:49 +00:00
* Change license from MIT to GPL-3.0-or-later.
2021-02-23 10:47:51 +00:00
## v0.1.4 - 02/23/2021
2021-03-18 11:55:44 +00:00
* Support loading custom CSS for HTML preview.
2021-02-23 10:47:51 +00:00
2021-02-09 09:12:29 +00:00
## v0.1.3 - 02/09/2021
2021-03-18 11:55:44 +00:00
* Fix a bug in completion of block command `@detailmenu`.
2021-02-09 09:12:29 +00:00
2020-12-31 06:42:10 +00:00
## v0.1.2 - 12/31/2020
2021-03-18 11:55:44 +00:00
* Update the "go-to-file" icon ID in Code Lens, as the original icon ID no longer exists in the latest version of VSCode.
2020-12-31 06:42:10 +00:00
2020-11-30 03:56:55 +00:00
## v0.1.1 - 11/30/2020
2021-03-18 11:55:44 +00:00
* Fix a bug in completion of brace command `@code`.
2020-11-30 03:56:55 +00:00
2020-11-15 19:36:54 +00:00
## v0.1.0 - 11/16/2020
2021-03-12 09:50:54 +00:00
* Initial release.