All notable changes to the "ShortArrow.line-number-deco" extension will be documented in this file.
- Initial release
- Add color option
- Add rainbow color
- Add rainbow commands
- Add color update commands
- Fix typo Extension Commands name
line-number-doco.enableRelativeLineNumbersGlobal
->line-number-deco.enableRelativeLineNumbersGlobal
line-number-doco.disableRelativeLineNumbersGlobal
->line-number-deco.disableRelativeLineNumbersGlobal
line-number-doco.enableRelativeLineNumbers
->line-number-deco.enableRelativeLineNumbers
line-number-doco.disableRelativeLineNumbers
->line-number-deco.disableRelativeLineNumbers
- Fix typo Extension Config name
enableRlativeLineOnDefault
->enableRelativeLine
- Add mention Emacs at README.md
- this means that this extension is useful for Emacs users
- Add decoration for consecutive line numbers
- Add new options
line-number-deco.enableRepeatingDigits
line-number-deco.disableRepeatingDigits
line-number-deco.enableRepeatingDigitsForUser
line-number-deco.disableRepeatingDigitsForUser
line-number-deco.updateColorAtRepeatingDigits
line-number-deco.updateColorAtRepeatingDigitsForUser
- Add 'nvim' and 'helix' to
README.md
- Decorated only visible parts to improve speed
- Delete Commands list and Configuration list from
README.md
- Fix bug that decoration is not updated when the cursor is moved to the end of the line
- Fix bug that decoration is not updated when the document size is small than the editor size