Emacs Helm Helm Versions Save

Emacs incremental completion and selection narrowing framework

v3.8.4

2 years ago

v3.8.2

2 years ago

v3.8.0

2 years ago
  • Add a manual in different formats.
  • Improve quitting.
  • Use of completion-styles is no more the default.
  • Helm-M-x is no more using completion-styles.
  • Improve trashing.
  • Marked candidates are now ticked in margin in addition of face.
  • Various bugfixes.

v3.7.1

3 years ago

v3.7.0

3 years ago

This Helm version is stable enough to be considered as mature, it is probably the last Helm version under my maintenance.

v3.6.5

3 years ago
  • Add helm completion on epa functions via helm-epa-mode
  • Allow configuring keybindings in help
  • Various bugfixes

v3.6.4

3 years ago
  • Improve Rsync support.

  • Remove dependencies on crap Ido code.

  • Allow switching to different shells from helm-find-files.

  • Emacs-helm.sh is now supporting Straight installation.

  • Helm-find-files is now caching candidates, a small mode is provided to update directories in cache when emacs is idle.

  • Allow using Eshell async commands on files in helm-find-files, this work by fixing a bug in Eshell introduced 15 years ago! This allow using aliases ending with "&".

  • Pressing RET in helm-find-files on incomplete tramp name expand filenames until completed.

  • Allow using a bash syntax for wilcards in helm-find-files (braces).

  • Several bugfixes as usual have been done.

v3.6.2

4 years ago

Add rsync support in helm-find-files

v3.6.1

4 years ago

Mostly bugfixes

v3.6.0

4 years ago
  • Allow using completion-styles in helm.
  • Rewrite helm-M-x using completion-styles.
  • Fix window issues with dedicated frames.