diff options
| author | Omar Antolín <omar.antolin@gmail.com> | 2026-04-04 17:02:03 -0600 |
|---|---|---|
| committer | Omar Antolín <omar.antolin@gmail.com> | 2026-04-04 17:02:03 -0600 |
| commit | 27de48004242e98586b9c9661fdb6912f26fe70f (patch) | |
| tree | 2ee695c97970f1c438ae81bcdd383eb4a0677d0f | |
| parent | 246daaf5954c7dacacddcaa04ba136e0a4be7474 (diff) | |
Version 1.2
| -rw-r--r-- | CHANGELOG.org | 4 | ||||
| -rw-r--r-- | embark.el | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org index 45a9636..49b463f 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -1,13 +1,13 @@ #+title: Embark changelog -* Development +* Version 1.2 (2026-04-04) - Acted-on minibuffer candidates now get recorded in the minibuffer history. You can configure which actions record history via the new =embark-record-minibuffer-history= option; by default, we skip meta commands such as =embark-export=, =embark-collect= and =embark-become=. - =embark-target-buffer-at-point=: New target finder for buffers at point in Ibuffer or Buffer-menu. -- =embark-context-menu=: Bew function which can be added to +- =embark-context-menu=: New function which can be added to =context-menu-functions=. The mouse context menu is activated via =context-menu-mode=. * Version 1.1 (2024-04-18) @@ -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: 1.1 +;; Version: 1.2 ;; URL: https://github.com/oantolin/embark ;; Package-Requires: ((emacs "29.1") (compat "30")) |
