Releases: jgclark/vscode-todo-highlight
Releases · jgclark/vscode-todo-highlight
v2.0.4
To update to the latest version, please use VSCode's own Extensions user interface.
2.0.4 - 2021-09-04
- no feature changes, but improved documentation, thanks to various recent questions and suggestions via GitHub issues.
- added some missing auto-completions when working in VSCode's JSON settings
2.0.3 - 2021-07-09
- no feature changes, but updated dependencies to remove security vulnerabilities (thanks to dependabot).
2.0.2 - 2021-05-12
- no feature changes, but updated dependencies to remove security vulnerabilities (thanks to dependabot).
2.0.1 - 2021-02-07
- no feature changes, but found a way to include the
exclude
andinclude
settings in the settings UI, not just the JSON version.
2.0.0 - 2021-01-27
- no feature changes, but now renamed to v2 to make it clearer in the VSCode Extension Marketplace. Thanks to Sebastian Werner for the suggestion, which I probably should have done as soon as I took it over.
1.2.5 - 2021-01-26
- add
isWholeLine
to definition ofdefaultStyle
in configuration (thanks to @ctf0 for reporting)
1.2.4 - 2021-01-21
- hopefully a fix to allow file links in the Output area to work on Mac (thanks to @zerefdev)
1.2.3 - 2021-01-19
- moved the history note to the top of the README to help others see why this is different than the similarly-named, but now abandoned, original extension. (Thanks to Sebastian Werner.)
1.2.3 - 2020-09-19
- improve documentation, including the worked example so that TODO (without the colon) and FIXME work out of the gate. (issue 8)
- updated exported configuration to allow per-language
keyword
settings
1.2.2 - 2020-07-31
- updated regex in NOTE: example in the README (issue 3)
1.2.1 - 2020-07-11
- added more filetypes to be included by default: .txt, .md, .mmd, .mdown, .markdown, .rb, .go
1.2.0 - 2020-07-08
First release by @jgclark forked from @wayou's original.
Includes fixes and PRs from previous repo:
- add Regex ability by merging (PR #152 by vonEdfa, issue #144 is similar)
- add ability to change whole line colour (issue #176)
- fixed typos #168
- added
extensionKind
attribute to facilitate remote development (issues #149, #166) - added note about disabling background colour (documentation issue #174)
- added note about overriding include/exclude lists (documentation issue #140)
- added note about other CSS that can be used (from issue #172)