Skip to content

Commit

Permalink
prepares for 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metacurb committed Apr 2, 2024
1 parent a38ea1d commit d0953d1
Show file tree
Hide file tree
Showing 4 changed files with 20 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.

4 changes: 2 additions & 2 deletions 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 Expand Up @@ -141,4 +141,4 @@
"prettier --cache --write --ignore-unknown"
]
}
}
}

0 comments on commit d0953d1

Please sign in to comment.