Releases: opista/svn-blamer
Releases · opista/svn-blamer
0.7.1
0.7.0
What's Changed
- chore: Publishes to open VSX registry in #489
- feat: Fetch log per-revision rather than on blame in #488 (Resolves #91, #481)
- bugfix: Blame decorations being re-used across files in #491
- feat: Adds blame toggle button to toolbar, configuration of SVN path in #490 (Resolves #262, #355)
Full Changelog: 0.6.2...0.7.0
0.6.2
0.6.1
What's Changed
- bugfix: Prevents retries and noisy error messages on auto-blame failure
- bugfix: Duplicate hover messages in line tracker due to untracked decoration
Full Changelog: 0.6.0...0.6.1
0.6.0
- Major refactor & update of the codebase
- Introduces auto-blame - blame files as you open them
- Adds configuration option to disable fetching logs. Blame will still work as usual #77 #352 #471
- Fixes bug where revision is not set, blamer would fail #278 #388 #470
- Adds a toggle command - toggle between showing and clearing blame #71 #88
- Appends blame to the line when clicked, a-la gitlens #327
Add revision number to tooltips
As per request in #7