Skip to content

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
oantolin committed Sep 19, 2023
1 parent 60e3a02 commit 07af44c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
23 changes: 10 additions & 13 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -1,33 +1,30 @@
#+title: Embark changelog

* Development version
* Version 0.23 (2023-09-19)
- Added a mode line indicator showing the number of selected targets in
the current buffer (contributed by @minad, thanks!)
- Now =embark-select= can also be called as a top-level command, from
outside =embark-act=. When called that way, it will select the first
target at point.
- =embark-org= now has support for acting on references to org headings
in other buffers, by jumping to the heading first and then running
the action. One source of references to org headings in other
buffers are agenda views: each agenda item is such a reference. But
this feature also supports some great third party commands which
produce references to org headings, such as =org-ql-find= from the
=org-ql= package or =consult-org-heading= from =consult=.
- Renamed =embark-isearch= to =embark-isearch-forward= and added
=embark-isearch-backward=.
- Added key bindings for org agenda items consistent with those of org
headings where possible. Also improved bindings for org targets in
general.
- =embark-become= now removes any invisible text from the minibuffer
input on the grounds that users probably expect the target command
to receive exactly the input they can see.
- The meaning of the prefix argument in =embark-bindings= has flipped:
now by default global key bindings are excluded and you =C-u= to
include them.
now by default global key bindings are excluded and you can use =C-u=
to include them.
- If any candidate in an embark-collect buffer contains a newline,
then candidates will be separated by horizontal lines. This is handy
for the kill-ring, which you can browse by calling =embark-collect=
from =yank-pop=.
- =embark-org= now has support for acting on references to org headings
in other buffers, by jumping to the heading first and then running
the action. One source of references to org headings in other
buffers are agenda views: each agenda item is such a reference. But
this feature also supports some great third party commands which
produce references to org headings, such as =org-ql-find= from the
=org-ql= package or =consult-org-heading= from =consult=.
* Version 0.22.1 (2023-04-20)
** New feature: selections
Now users can select several targets to make an ad hoc collection. The
Expand Down
2 changes: 1 addition & 1 deletion embark-consult.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Omar Antolín Camarena <[email protected]>
;; Maintainer: Omar Antolín Camarena <[email protected]>
;; Keywords: convenience
;; Version: 0.7
;; Version: 0.8
;; Homepage: https://github.com/oantolin/embark
;; Package-Requires: ((emacs "27.1") (embark "0.20") (consult "0.17"))

Expand Down
2 changes: 1 addition & 1 deletion embark.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Omar Antolín Camarena <[email protected]>
;; Maintainer: Omar Antolín Camarena <[email protected]>
;; Keywords: convenience
;; Version: 0.22.1
;; Version: 0.23
;; Homepage: https://github.com/oantolin/embark
;; Package-Requires: ((emacs "27.1") (compat "29.1.4.0"))

Expand Down

0 comments on commit 07af44c

Please sign in to comment.