Skip to content

Commit 07af44c

Browse files
committed
Bump version numbers
1 parent 60e3a02 commit 07af44c

File tree

3 files changed

+12
-15
lines changed

3 files changed

+12
-15
lines changed

CHANGELOG.org

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,30 @@
11
#+title: Embark changelog
22

3-
* Development version
3+
* Version 0.23 (2023-09-19)
44
- Added a mode line indicator showing the number of selected targets in
55
the current buffer (contributed by @minad, thanks!)
66
- Now =embark-select= can also be called as a top-level command, from
77
outside =embark-act=. When called that way, it will select the first
88
target at point.
9+
- =embark-org= now has support for acting on references to org headings
10+
in other buffers, by jumping to the heading first and then running
11+
the action. One source of references to org headings in other
12+
buffers are agenda views: each agenda item is such a reference. But
13+
this feature also supports some great third party commands which
14+
produce references to org headings, such as =org-ql-find= from the
15+
=org-ql= package or =consult-org-heading= from =consult=.
916
- Renamed =embark-isearch= to =embark-isearch-forward= and added
1017
=embark-isearch-backward=.
11-
- Added key bindings for org agenda items consistent with those of org
12-
headings where possible. Also improved bindings for org targets in
13-
general.
1418
- =embark-become= now removes any invisible text from the minibuffer
1519
input on the grounds that users probably expect the target command
1620
to receive exactly the input they can see.
1721
- The meaning of the prefix argument in =embark-bindings= has flipped:
18-
now by default global key bindings are excluded and you =C-u= to
19-
include them.
22+
now by default global key bindings are excluded and you can use =C-u=
23+
to include them.
2024
- If any candidate in an embark-collect buffer contains a newline,
2125
then candidates will be separated by horizontal lines. This is handy
2226
for the kill-ring, which you can browse by calling =embark-collect=
2327
from =yank-pop=.
24-
- =embark-org= now has support for acting on references to org headings
25-
in other buffers, by jumping to the heading first and then running
26-
the action. One source of references to org headings in other
27-
buffers are agenda views: each agenda item is such a reference. But
28-
this feature also supports some great third party commands which
29-
produce references to org headings, such as =org-ql-find= from the
30-
=org-ql= package or =consult-org-heading= from =consult=.
3128
* Version 0.22.1 (2023-04-20)
3229
** New feature: selections
3330
Now users can select several targets to make an ad hoc collection. The

embark-consult.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Omar Antolín Camarena <[email protected]>
66
;; Maintainer: Omar Antolín Camarena <[email protected]>
77
;; Keywords: convenience
8-
;; Version: 0.7
8+
;; Version: 0.8
99
;; Homepage: https://github.com/oantolin/embark
1010
;; Package-Requires: ((emacs "27.1") (embark "0.20") (consult "0.17"))
1111

embark.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Omar Antolín Camarena <[email protected]>
66
;; Maintainer: Omar Antolín Camarena <[email protected]>
77
;; Keywords: convenience
8-
;; Version: 0.22.1
8+
;; Version: 0.23
99
;; Homepage: https://github.com/oantolin/embark
1010
;; Package-Requires: ((emacs "27.1") (compat "29.1.4.0"))
1111

0 commit comments

Comments
 (0)