New release for nushell 0.76.0
This release adds a bug fix for menu completions and starts work to improve the History
API by supporting clearing
What's Changed
- Fix columnar menu completion corrupting the editor insertion point by @csko in #534
- Add
History::clear()
function by @rgwood in #536 - add
history-clear
to demo by @fdncred in #537 - VACUUM after deleting SQLite data by @rgwood in #538
- Bump
rstest
to 0.16 by @sholderbach in #541 - Bump version for
0.16.0
release. by @sholderbach in #542
New Contributors
Full Changelog: v0.15.0...v0.16.0