Releases: emacs-helm/helm
Releases · emacs-helm/helm
Version 1.7.8
- Improve usability of
helm-ucs
. - No flickering when using
helm-run-after-exit
. - Fix header-line length.
- helm-grep support now AG (silver searcher) and PT (platinium searcher).
- New command
helm-projects-find-files
.
Version 1.7.7
No new features, mostly bugfixes.
Version 1.7.6
Mostly bugfixes, no new features.
Version 1.7.5
- Allow customization of actions.
- Helm is now splitted in two packages helm-core and helm.
- Allow rewinding the C-l operations in `helm-find-files'.
- Helm use now only one help command bound to `C-h m'.
The generic help is always displayed after the local help. - Reorganisation of code in different files helm-lib and helm-types to
allow usage of helm-core alone.
Version 1.7.4
No new features, only bugfixes and improvements to
last features added in 1.7.3.
Version 1.7.3
Early release.
Fix bug in candidates in buffer.
New:
- Imenu in all buffers:
Allow finding imenu entries in all related buffers to current one. - It is now possible to have the replication of minibuffer on top of helm window
in header-line. - Occur sources are now in helm-sources-using-default-as-input by default.
- Default as input is now fully working in async sources.
- From buffers listing, now killing helm-current-buffer without quitting
is no more allowed. - New mode helm-push-mark-mode which provide a version of push-mark
that fit well with the helm global-mark-ring browser.
Version 1.7.2
New:
- helm-gid: helm interface to gid the id-utils tool to grep database.
Version 1.7.1
New
- Goto helm-find-files bookmark and back to helm-find-files
- Find file and maybe go to its line number if found at end
- Browse project always search a db in parent directories instead of
creating a new one. - Now action transformers check if marked files fit with action added
by the transformer instead of just checking current selection.
v1.7.0
Version 1.7.0
- Mostly bugfixes
- Allow bookmarking helm-find-files sessions.