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-07-11 20:21:16 +02:00
parent b02b539226
commit 95ebda5fb4
3 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## [0.6.44]
- Improved performance of status view and fix commit ahead/behind list for very out-of-sync repos (@bjackman Brendan Jackman)
- add a switch for log --first-parent (@tzemanovic Tomas Zemanovic)
- Fold/unfold diff hunks in stash detail view (@vbh Bindu)
## [0.6.43]
- When discarding a file change fails because of resolved conflicts (e.g. during merge) prompt to checkout our stage,
their stage or to leave conflicts for manual resolving. @tzemanovic (Tomas Zemanovic)

4
package-lock.json generated
View File

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

View File

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