v0.4.0
github-actions
released this
25 May 15:05
·
1865 commits
to master
since this release
Added
- stashing support (save,apply,drop) (#3)
Changed
- log tab refreshes when head changes (#78)
- performance optimization of the log tab in big repos
- more readable default color for the commit hash in the log tab
- more error/panic resiliance (
unwrap
/panic
denied by clippy now) [@MCord] (#77)
Fixes
- panic on small terminal width (#72)