Releases: szermatt/emacs-bash-completion
Releases · szermatt/emacs-bash-completion
Release 3.2
This is a long-overdue release, and yet mostly a bugfix one.
What's Changed
- Support functions calling compopt -o default and others, required for bash-completion scripts 2.13 to work
- Fix issue scripts using < <(cmd).
- Append / to directories, even under Bash 4.2 and 4.3.
- Avoid executing PROMPT_COMMAND when doing completion.
- Improve Bash process detection by @montag451 in #60
- Add eshell setup by @xiaoyuechen in #68
Full Changelog: v3.1.1...3.2
v3.1.1
What's Changed
- Fix history uncluttering when Bash version is >= 5.1 by @montag451 in #57
Full Changelog: v3.1.0...v3.1.1
v3.1.0
v3.0.0
- better compatibility with bash-completion
- support for remote shell (TRAMP) (by montag451)
- in shell-mode, execute completion using the current process instead of starting a new one (by montag451)
- supports case-insensitive matching, if enabled in the bash configuration
- requires emacs 24.3 or later