Skip to content

Releases: emacs-helm/helm

Version 3.8.6

03 Jul 13:46
v3.8.6
99c0362
Compare
Choose a tag to compare
  • It is possible to ignore diacritics when matching (still experimental may not work in some places).
  • Improve file-name-history.
  • Show details in helm-M-x and helm-apropos.
  • Implement completion-details for helm-mode (as slow as in Emacs vanilla).
  • Provide icons in Imenu (needs all-the-icons package).
  • Fix many bugs and warnings for Emacs-28/29.
  • Many other bugfixes like always.

Version 3.8.5

19 Mar 19:01
v3.8.5
5e035c9
Compare
Choose a tag to compare
  • Provide next-error for helm-grep-mode and helm-occur-mode buffers.
  • Display icons in helm-find-files and bookmarks.
  • Improve performances in helm-source-in-file.
  • Divers bug fixes.

version 3.8.4

05 Feb 15:00
v3.8.4
08c4ad8
Compare
Choose a tag to compare
v3.8.4

Version 3.8.4

version 3.8.2

05 Feb 14:39
v3.8.2
94cf15d
Compare
Choose a tag to compare
v3.8.2

Version 3.8.2

Version 3.8.0

24 Jun 16:49
v3.8.0
0714e27
Compare
Choose a tag to compare
  • 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.

Version 3.7.1

30 Mar 06:20
v3.7.1
8b0b995
Compare
Choose a tag to compare
v3.7.1

Version 3.7.1

Version 3.7.0

20 Oct 06:49
v3.7.0
5ad6c83
Compare
Choose a tag to compare

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

Version 3.6.5

01 Sep 13:08
v3.6.5
1f32ad2
Compare
Choose a tag to compare
  • Add helm completion on epa functions via helm-epa-mode
  • Allow configuring keybindings in help
  • Various bugfixes

Version 3.6.4

17 Jul 05:09
Compare
Choose a tag to compare
  • 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.

Version 3.6.2

17 May 06:32
Compare
Choose a tag to compare

Add rsync support in helm-find-files