emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/embark 07af44c7de: Bump version numbers


From: ELPA Syncer
Subject: [elpa] externals/embark 07af44c7de: Bump version numbers
Date: Tue, 19 Sep 2023 15:57:48 -0400 (EDT)

branch: externals/embark
commit 07af44c7de72efde79ac563cbecdfff0b48d8411
Author: Omar Antolín <omar.antolin@gmail.com>
Commit: Omar Antolín <omar.antolin@gmail.com>

    Bump version numbers
---
 CHANGELOG.org     | 23 ++++++++++-------------
 embark-consult.el |  2 +-
 embark.el         |  2 +-
 3 files changed, 12 insertions(+), 15 deletions(-)

diff --git a/CHANGELOG.org b/CHANGELOG.org
index 69662e3351..0eda3da05f 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -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
diff --git a/embark-consult.el b/embark-consult.el
index 68105e0fe7..b8e9f873bf 100644
--- a/embark-consult.el
+++ b/embark-consult.el
@@ -5,7 +5,7 @@
 ;; Author: Omar Antolín Camarena <omar@matem.unam.mx>
 ;; Maintainer: Omar Antolín Camarena <omar@matem.unam.mx>
 ;; 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"))
 
diff --git a/embark.el b/embark.el
index 6f33461768..0969d34e84 100644
--- a/embark.el
+++ b/embark.el
@@ -5,7 +5,7 @@
 ;; Author: Omar Antolín Camarena <omar@matem.unam.mx>
 ;; Maintainer: Omar Antolín Camarena <omar@matem.unam.mx>
 ;; 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"))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]