Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 938 Bytes

CHANGELOG.md

File metadata and controls

51 lines (35 loc) · 938 Bytes

Change Log


All changes related to Todoed will be writen here.


0.1.4

  • Update public config

0.1.3

  • Fixed config issue

0.1.2

  • Updated regex matching for better performances

0.1.1

  • Updated README

0.1.0

  • Fixed performance issue on large file
  • Added max file size and line number (1mb and 10,000 lines)

0.0.8 - 0.0.9

  • Added support for regex in keywords

0.0.7

  • Updated the README

0.0.7

  • Better highlight of keyword on same line
  • Better matching of keyword for listKeywords command

0.0.6

  • Added alt+t has the todo list keybinding
  • Added an option to permanently turn off the highlight

0.0.5

  • Fix keyword highlight issue when a language doesn't possess multiline comments like in Zig

0.0.3 - 0.0.4

  • Support for languages comments config

0.0.2

  • Support for the syntaxe TODO@name: some text

0.0.1

  • Initial release