v0.4.0
Changelog
Added
- Counts indicating the number of staged/unstaged changes
- Improvements to minibuffer
- Emacs-style cursor motion
- Support for Home and End
- Basic stashing functionality with z
- Basic push functionality with p
Changed
- Use b b to open the branch list
- Use b n to create a new branch
Fixed
- Receiving double inputs on certain terminals such as Windows Terminal
- LF/CRLF warning breaks UI on hunk staging (#26)
- Bad diff preview when external diff tool is enabled (#28)
- Terminal left in bad state in case of panic
- Cursor disappears in status view after jumping to top (#31)
Full Changelog: https://github.com/Piturnah/gex/blob/master/CHANGELOG.md
New Contributors
- @jedth made their first contribution in #28