1
1
mirror of https://github.com/kahole/edamagit.git synced 2024-09-11 07:15:31 +03:00

changelog

This commit is contained in:
kahole 2023-05-19 14:21:09 +02:00
parent ff2a81031b
commit a677b26fcc
3 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## [0.6.41]
- Truncate large behind-upstream list to fix issue (#255) where the extension would grind to a halt. (@bjackman
Brendan Jackman)
- Change `win-git-path` config to `git-path` for consistency (@ShuguangSun)
- Minor fixes
## [0.6.40]
- fix windows git folder issue by providing an extension setting
named `win-git-path` to override (#243) (@rhoeberg)

4
package-lock.json generated
View File

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

View File

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