Skip to content

Commit

Permalink
prepares for release 0.7.0 (#493)
Browse files Browse the repository at this point in the history
## Changed

- Logs are now fetched individually on line click, rather than in bulk
on blame. This should prevent files from locking up when initially
blamed
-   Auto-blame is disabled by default
-   Logs are enabled by default now that performance has been improved

## Added

-   Blame toggle button is added to the editor toolbar.
- SVN path/command configuration. Change `"svn"` to a different path or
command
  • Loading branch information
metacurb authored Apr 2, 2024
1 parent a83a90e commit 6838c1a
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to the "blamer-vs" extension will be documented in this file.

## [0.7.0] - 2024-04-02

### Changed

- Logs are now fetched individually on line click, rather than in bulk on blame. This should prevent files from locking up when initially blamed
- Auto-blame is disabled by default
- Logs are enabled by default now that performance has been improved

### Added

- Blame toggle button is added to the editor toolbar.
- SVN path/command configuration. Change `"svn"` to a different path or command

## [0.6.2] - 2024-03-31

### Changed
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/beaugust.blamer-vs?style=for-the-badge)
![Visual Studio Marketplace Rating](https://img.shields.io/visual-studio-marketplace/r/beaugust.blamer-vs?style=for-the-badge)

![Visual Studio Marketplace Last Updated](https://img.shields.io/visual-studio-marketplace/last-updated/beaugust.blamer-vs?style=for-the-badge)
![Visual Studio Marketplace Release Date](https://img.shields.io/visual-studio-marketplace/release-date/beaugust.blamer-vs?style=for-the-badge)

# SVN Blamer

A Visual Studio Code extension to SVN blame files.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "blamer-vs",
"displayName": "SVN Blamer",
"description": "Visually blame SVN-stored code line-by-line",
"version": "0.6.2",
"version": "0.7.0",
"publisher": "beaugust",
"repository": {
"type": "git",
Expand Down
1 change: 0 additions & 1 deletion src/img/icons/source-control.svg

This file was deleted.

0 comments on commit 6838c1a

Please sign in to comment.