diff --git a/CHANGELOG b/CHANGELOG index eb9cccc6..cbbb633e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,13 @@ # -*- mode: org -*- +* v0.4.1 2023-06-02 + +Bug fixes: + +- 070d47b0 Support searches that end right after suffix +- ab831828 transient--insert-group(columns): Drop separator before first column +- 62edeffd #247 Fix bug using :incompatible using suffixes before infixes +- 6efa9fad transient-predicate-map: Bind univeral-argument-more + * v0.4.0 2023-05-10 - Transient has to update state after every suffix command. If that diff --git a/docs/transient.org b/docs/transient.org index 9255072d..b1c71e94 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.4.0 +#+subtitle: for version 0.4.1 #+setupfile: .orgconfig @@ -40,7 +40,7 @@ https://github.com/positron-solutions/transient-showcase. #+end_quote #+texinfo: @noindent -This manual is for Transient version 0.4.0. +This manual is for Transient version 0.4.1. #+texinfo: @insertcopying :END: diff --git a/docs/transient.texi b/docs/transient.texi index 96e6208e..3aef6d73 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.4.0 +@subtitle for version 0.4.1 @author Jonas Bernoulli @page @vskip 0pt plus 1filll @@ -74,7 +74,7 @@ that hurdle is Psionic K's interactive tutorial, available at @end quotation @noindent -This manual is for Transient version 0.4.0. +This manual is for Transient version 0.4.1. @insertcopying @end ifnottex diff --git a/lisp/transient.el b/lisp/transient.el index e6f67338..3e9924e5 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -6,7 +6,7 @@ ;; Homepage: https://github.com/magit/transient ;; Keywords: extensions -;; Package-Version: 0.4.0 +;; Package-Version: 0.4.1 ;; Package-Requires: ((emacs "25.1") (compat "29.1.4.1")) ;; SPDX-License-Identifier: GPL-3.0-or-later