github nushell/reedline v0.6.0
0.6.0

latest releases: v0.44.0, v0.43.0, v0.42.0...
3 years ago

New release for nushell 0.63

This release contains several bug fixes and improvements to the vi-emulation and documentation.

  • Improvements to the vi-style keybindings (@sadmac7000):
    • w now correctly moves to the beginning of the word.
    • e to move to the end of the word.
  • Bugfixes:
    • Support terminal emulators that erroneously report a size of 0x0 by assuming a default size to avoid panics and draw nevertheless (@DhruvDh)
    • Fix ListMenu layout calculations. Avoids scrolling bug when wrapping occurs due to the line numbering (@ahkrr)
    • Avoid allocating to the total history capacity which can cause the application to go out of memory (@sholderbach)
  • Documentation improvements including addition of documentation intended for reedline developers (@petrisch, @sholderbach)

This release was made possible with contributions from: @ahkrr, @DhruvDh, @petrisch, @sadmac7000, @sholderbach

Don't miss a new reedline release

NewReleases is sending notifications on new releases.