Skip to content

v0.5.0

Compare
Choose a tag to compare
@Piturnah Piturnah released this 10 Jul 20:06
· 154 commits to main since this release

Changelog

Added

  • Scrolling on cursor movement if content goes off-screen (#1)
  • Config file to configure certain options
    • auto_expand_files
    • auto_expand_hunks
    • lookahead_lines
    • truncate_lines
  • Command line argument to provide alternative config file to use
  • Use Space to toggle expansion of items

Changed

  • Hunks are now automatically expanded by default
  • Use J to jump to next file
  • Use K to jump to previous file

Fixed

  • Minibuffer can obscure the available subcommands (#33)
  • Minibuffer receiving double inputs on certain terminals such as Windows Terminal
  • (un)staging an already (un)staged hunk may affect the wrong hunk (#27)

Full Changelog: https://github.com/Piturnah/gex/blob/master/CHANGELOG.md

This is one that's been needed for an extremely long time - finally we have scrolling!