Skip to content

v1.0.2-beta

Pre-release
Pre-release

Choose a tag to compare

@ryuichiueda ryuichiueda released this 02 Mar 23:44
· 1345 commits to main since this release

Support of dynamic load of completion functions in bash-completion

We don't need to load completion functions of git or some commands in .sushrc.

Other improvelments

  • Enabled to use BASH_RESOURCE
  • Implemented readonly and export as builtin commands
  • Enabled to use compgen -A shopt
  • Enabled to use noglob option
  • Fixed some bugs

For contributions

  • We start using the test scripts in the Bash repository according to issue #124 . See this document.

Full Changelog: v1.0.1...v1.0.2

Thank you.