All notable changes to "Annotator" extension will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fixed the issue that the link text covers the commit tooltip. #18
- Fixed the issue that extension was not working as
previewHtml
command had been deprecated and dropped. #17
- Added a configuration to ignore whitespace when executing
git blame
. #15
- Fixed the problem that annotation tooltip dropped to the left end of the annotation view. #10
- Allow specifying intermediate colours for the vertical colour bar
- Show the error information of git command if the command provides any
- Made the annotation tooltip text selectable
- Revised how to set an editor title so that a file name stands out
- Fixed the problem that it was not respecting the editor's
git.path
config value
- Fixed the problem that trying to see another file diff after opening a file addition diff causes an error
- Fixed the problem that it could not show file list for the initial commit
- Fixed a problem that
switchDiffWithinCommit
command was not registered asactivationEvents
- Added a feature to open a diff of another file changed in the same commit
- Added a feature to show vertical colour bar to indicate the age of each commit
- Added a feature to highlight the annotations with same commit hash on the annotation view
- Let the editor do the syntax highlighting in the diff view
- Added a feature to annotate the contents of the left side of the commit diff
- Fixed the problem that code block was not sufficiently escaped
- Added line number in the annotation view
- Added annotation tooltip to display more information about the commit
- Fixed the problem that commit author names were not being escaped
- Initial release of Annotator