summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2024-06-24 13:08:12 +0200
committerJonas Bernoulli <jonas@bernoul.li>2024-06-24 13:08:12 +0200
commit2d6fae0ca232c2423facbbbf8ece18c856e7d31d (patch)
tree4f271f12134027dcaaae8759757263424053c6b6
parentedafe7bdb658d6d6baa8fdce953d56745a792e5b (diff)
Release version 0.7.2v0.7.2
-rw-r--r--CHANGELOG9
-rw-r--r--docs/transient.org4
-rw-r--r--docs/transient.texi4
-rw-r--r--lisp/transient.el2
4 files changed, 14 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4fa6b6d..e8e1178 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,13 @@
# -*- mode: org -*-
+* v0.7.2 2024-06-24
+
+- Added support for adding suffixes that activate value presets. #183
+
+Bug fix:
+
+- Restored the ability to individually set infix arguments if the
+ prefix's ~refresh-suffixes~ slot is non-nil. 8db5f0fd
+
* v0.7.1 2024-06-19
- Added a workaround for ~emoji.el~ from Emacs 29.1 calling an internal
diff --git a/docs/transient.org b/docs/transient.org
index d147c69..83bf8d6 100644
--- a/docs/transient.org
+++ b/docs/transient.org
@@ -7,7 +7,7 @@
#+texinfo_dir_category: Emacs misc features
#+texinfo_dir_title: Transient: (transient).
#+texinfo_dir_desc: Transient Commands
-#+subtitle: for version 0.7.1
+#+subtitle: for version 0.7.2
#+setupfile: .orgconfig
@@ -20,7 +20,7 @@ resource to get over that hurdle is Psionic K's interactive tutorial,
available at https://github.com/positron-solutions/transient-showcase.
#+texinfo: @noindent
-This manual is for Transient version 0.7.1.
+This manual is for Transient version 0.7.2.
#+texinfo: @insertcopying
:END:
diff --git a/docs/transient.texi b/docs/transient.texi
index 62d15b8..b6254aa 100644
--- a/docs/transient.texi
+++ b/docs/transient.texi
@@ -31,7 +31,7 @@ General Public License for more details.
@finalout
@titlepage
@title Transient User and Developer Manual
-@subtitle for version 0.7.1
+@subtitle for version 0.7.2
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
@@ -53,7 +53,7 @@ resource to get over that hurdle is Psionic K's interactive tutorial,
available at @uref{https://github.com/positron-solutions/transient-showcase}.
@noindent
-This manual is for Transient version 0.7.1.
+This manual is for Transient version 0.7.2.
@insertcopying
@end ifnottex
diff --git a/lisp/transient.el b/lisp/transient.el
index 066f2f4..f26bd76 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -6,7 +6,7 @@
;; Homepage: https://github.com/magit/transient
;; Keywords: extensions
-;; Package-Version: 0.7.1
+;; Package-Version: 0.7.2
;; Package-Requires: ((emacs "26.1") (compat "29.1.4.5") (seq "2.24"))
;; SPDX-License-Identifier: GPL-3.0-or-later