Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kahole committed Jan 18, 2024
1 parent 1261765 commit cc51974
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.6.56]
- adds `git -c diff.noprefix=false` to raw commands (adressing #276)
- check cursor-word chooseRef is actually a commit, otherwise throw away
- develop adds `no verify` switch to merging commands

## [0.6.55]
- Fixes loss of fold functionality with CommitDetail due to overwriting the registered view

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 @@ -7,7 +7,7 @@
"author": {
"name": "Kristian Andersen Hole"
},
"version": "0.6.55",
"version": "0.6.56",
"engines": {
"vscode": "^1.50.0"
},
Expand Down

0 comments on commit cc51974

Please sign in to comment.