Skip to content

1.0

Compare
Choose a tag to compare
@oantolin oantolin released this 08 Dec 07:19
· 39 commits to master since this release

Finally a 1.0! πŸŽ‰

Main changes since 0.23:

  • 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.
  • Now pressing RET in an embark-collect on a selection made by
    using embark-select in a normal buffer will take you to the location
    each target was collected from.
  • Some functions renamed for greater consistency (these functions are
    unlikely to be referred to in user's configuration):
    • embark-target-completion-at-point β†’ embark-target-completion-list-candidate
    • embark-target-top-minibuffer-completion β†’ embark-target-top-minibuffer-candidate
    • embark-completions-buffer-candidates β†’ embark-completion-list-candidates