brush v0.2.11
reubeno
released this
18 Oct 18:49
·
74 commits
to main
since this release
What's Changed
- docs: update readme by @reubeno in #182
- test: enable setting min oracle version on tests by @reubeno in #184
- feat: experimentally enable reedline as an input backend by @reubeno in #186
- feat: default to reedline and add syntax highlighting support by @reubeno in #187
- fix: allow newlines in extended test exprs by @reubeno in #188
- fix: deduplicate completion candidates by @reubeno in #189
- build(deps): bump futures from 0.3.30 to 0.3.31 in the cargo group by @dependabot in #190
- feat: add a panic handler via human-panic by @reubeno in #191
- feat: several fixes for bash-completion + tests by @reubeno in #192
- fix: fixes for short-circuit precedence + parameter expr replacement by @reubeno in #193
- fix: workarounds for edge word parsing cases by @reubeno in #194
- fix: only show filenames in completions by @reubeno in #195
- build: leave rustyline disabled by default by @reubeno in #196
- fix: assorted completion issues with ~ and vars by @reubeno in #199
- feat: implement
cd -
by @39555 in #201 - build(deps): bump the cargo group with 4 updates by @dependabot in #203
- chore: where possible replace
async-trait
with native async trait support in 1.75+ by @39555 in #197 - docs: update readme with new links by @reubeno in #204
- fix: slight compat improvements to set -x by @reubeno in #205
- feat: implement command hashing by @reubeno in #206
- fix: matching newline chars in glob patterns by @reubeno in #207
- fix: honor IFS in read builtin by @reubeno in #208
- chore: upgrade reedline to 0.36.0 by @reubeno in #209
- fix: correct behavior of break in arithmetic for loop by @reubeno in #210
- fix: address issues with array unset by @reubeno in #211
- fix: handle expansion in here documents by @reubeno in #212
- fix: cleanup transient completion variables by @reubeno in #213
- fix: leave trailing whitespace out of reedline completion suggestions by @reubeno in #214
- chore: increase max column count for completion menu by @reubeno in #215
- build: remove rustyline support by @reubeno in #216
- chore: prepare release by @reubeno in #217
- docs: update readme by @reubeno in #218
Full Changelog: brush-shell-v0.2.10...brush-shell-v0.2.11