summaryrefslogtreecommitdiff
path: root/CHANGELOG.org
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.org')
-rw-r--r--CHANGELOG.org10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
index c5894a3..f3ed5ff 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -1,6 +1,16 @@
#+title: Embark changelog
* Development version
+- You can now use around action hooks with multitarget actions (that
+ you couldn't previously was an oversight).
+- Users of the =embark-consult= package can now use consult async search
+ commands such as =consult-grep= as multitarget actions (through
+ =embark-act-all=) to search a list of files. For example, you can use
+ =consult-find= to search among file /names/ and once you have the
+ relevant files in the minibuffer, you can use =embark-act-all= to
+ search for some text in those files. When acting on buffers consult
+ async search commands will search the associated file if there is
+ one, or else the =default-directory= of the buffer.
- =embark-bindings= and similar commands now show definition of keyboard
macros.
- =embark-org= now recognizes Org links in non-org buffers.