1
1
mirror of https://github.com/kahole/edamagit.git synced 2024-07-14 18:40:31 +03:00

changelog

This commit is contained in:
Kristian Andersen Hole 2024-03-25 18:30:28 +01:00
parent cce3727048
commit 0fd309db0a
3 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## [0.6.60]
- Set --no-ext-diff when running git diff, supporting configs with other diff tools (#228). (@garymm Gary Miguel)
- Adds `magit-branch-spinoff` command (@bezbac Ben Bachem)
## [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

4
package-lock.json generated
View File

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

View File

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