What's Changed
- Use bats-core/bats-action to set up Bats by @jparise in #176
- Mention Ghostty by @jparise in #172
- Test against Bash 3.2, 4.4, 5.0, and 5.3 in CI by @rcaloras in #177
- Use a function substitution in
$PS0for preexec in Bash >= 5.3 by @akinomyoga in #166 - Re-adjust
PROMPT_COMMANDwhenPROMPT_COMMANDis modified elsewhere by @akinomyoga in #143 - fix: Allow __bp_precmd_invoke_cmd to be called from __bp_install. by @JeffFaer in #184
- fix: Properly check to see if we're already installed in PROMPT_COMMAND. by @JeffFaer in #185
- fix preexec for the first command by @Rogach in #180
- Preserve $? and $_ on __bp_precmd_invoke_cmd early returns by @gnachman in #187
- Remove the local declarations of
{preexec,precmd}_functionsby @akinomyoga in #182
Special shout out to @akinomyoga for continued supports as primary collaborator/maintainer of this repo.
New Contributors
- @JeffFaer made their first contribution in #184
- @Rogach made their first contribution in #180
- @gnachman made their first contribution in #187
Full Changelog: 0.6.0...0.7.0