Releases: emacs-helm/helm
Version 3.8.6
- 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
- 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
v3.8.4 Version 3.8.4
version 3.8.2
v3.8.2 Version 3.8.2
Version 3.8.0
- 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
v3.7.1 Version 3.7.1
Version 3.7.0
This Helm version is stable enough to be considered as mature, it is probably the last Helm version under my maintenance.
- Add support for https://github.com/sharkdp/fd
- Small bugfixes.
Version 3.6.5
- Add helm completion on epa functions via helm-epa-mode
- Allow configuring keybindings in help
- Various bugfixes
Version 3.6.4
-
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
Add rsync support in helm-find-files