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 2022-09-05 11:28:14 +02:00
parent 92584e7991
commit f08f1a8022
3 changed files with 4181 additions and 37 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## [0.6.32] - 2022-09-05
- Fixes rebase error message offset and makes error header visitable
Some git error messages included a single carriage return making a the
visting "click" logic off by one. This is now fixed by pruning these
characters. The error header is now also visitable by pressing enter.
## [0.6.31] - 2022-07-30
- Rename, and swap, `i` and `w` stash actions to match emacs-magit (#218)

4209
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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