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:
Kristian Andersen Hole 2023-10-08 17:57:06 +02:00
parent e82f11094c
commit 53d8f64ae1
3 changed files with 11 additions and 3 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## [0.6.46]
- Show running git command in git status message: @Rutherther, Rutherther
- More move commands: @jdanbrown, Dan Brown
- Add command toggle-all-folds-for-change-views: @jdanbrown, Dan Brown
- Concise log decorate: @evannjohnson
- Support fold/unfold diff hunks in commit detail view: @Rutherther, Rutherther
## [0.6.45]
- Fix resolution of user keybindings for help-view (`?` view)

4
package-lock.json generated
View File

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

View File

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