Skip to content

Releases: srbdev/hltodos

v0.0.9

28 Jan 05:20

Choose a tag to compare

Performance Improvements

  • Visible range scanning: only processes visible lines instead of the entire document, significantly improving performance on large files.
  • Debounced updates: added 100ms debounce to decoration updates to prevent excessive processing during rapid typing.

Bug Fixes

  • Proper cleanup on deactivation: decoration types are now registered with context.subscriptions for automatic disposal when the extension deactivates.

Build & Development

  • Docker support: added Dockerfile and Makefile for building the extension without requiring local Node.js/npm installation.
  • Updated .gitignore: added shell and tool config files.

Documentation

  • Improved README.md: added features section, supported patterns table, requirements, build instructions, and license info.
  • Updated screenshot.

v0.0.6

21 Nov 21:29

Choose a tag to compare

Add highlight for INFO: #2

Using white instead, to be less "distracting".

v0.0.5

07 May 03:37

Choose a tag to compare

Add : to the highlights, to match it Neovim plugin counterpart better.

v0.0.4

03 Jan 02:47

Choose a tag to compare

Improve extension performance

v0.0.3

03 Jan 01:44

Choose a tag to compare

Add better colors to the highlights

v0.0.2

02 Jan 21:18

Choose a tag to compare

Significantly reduce the size of the packaged extension

v0.0.1

02 Jan 20:56

Choose a tag to compare

Initial release