1
1
mirror of https://github.com/kahole/edamagit.git synced 2024-08-15 18:20:30 +03:00

changelog

This commit is contained in:
Kristian Andersen Hole 2024-01-18 22:25:45 +01:00
parent 12617656c6
commit cc51974ce9
3 changed files with 8 additions and 3 deletions

View File

@ -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

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "magit",
"version": "0.6.55",
"version": "0.6.56",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "magit",
"version": "0.6.55",
"version": "0.6.56",
"license": "MIT",
"dependencies": {
"@vscode/iconv-lite-umd": "^0.7.0",

View File

@ -7,7 +7,7 @@
"author": {
"name": "Kristian Andersen Hole"
},
"version": "0.6.55",
"version": "0.6.56",
"engines": {
"vscode": "^1.50.0"
},