Skip to content

Releases: szermatt/emacs-bash-completion

Release 3.2

01 Jan 15:04
Compare
Choose a tag to compare

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

26 Jan 20:22
Compare
Choose a tag to compare

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

06 Aug 17:48
Compare
Choose a tag to compare
  • fix behaviour when completion is slow
  • fix issues with helm-mode

v3.0.0

05 Jul 14:19
Compare
Choose a tag to compare
  • 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

v2.1.0

22 Apr 09:33
Compare
Choose a tag to compare
Delete duplicates when extracting candidates. fixes #26