Skip to content

Releases: szermatt/emacs-bash-completion

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