Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v0.38.0

Choose a tag to compare

@github-actions github-actions released this 10 Oct 19:37
· 55 commits to master since this release
40570fe

[0.38.0] - 2025-10-10

🚀 Features

  • Don't refresh previous screen when closing a nested one
  • Revert to using Crossterm as backend (fixes rendering/input bugs)

⚡ Performance

  • Revert back to forking out to git to check status (faster)
  • Skip status check if status.showUntrackedFiles false, helps in large repos
  • Avoid excessive allocation while computing hunk highlights
  • Change rendering output from Stderr to Stdout - more efficient