diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2024-12-06 23:04:03 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2024-12-06 23:04:03 +0100 |
| commit | 005e50bf4683cbb58b5c48c873609e7f4af7ac5f (patch) | |
| tree | 2ed78521bd5f1877e4e8326d74f514a51dd2c6aa | |
| parent | fe5fd3904f6a032a954667f7d53c0cfda9ba420f (diff) | |
Release version 0.8.0v0.8.0
| -rw-r--r-- | CHANGELOG | 2 | ||||
| -rw-r--r-- | docs/transient.org | 4 | ||||
| -rw-r--r-- | docs/transient.texi | 4 | ||||
| -rw-r--r-- | lisp/transient.el | 2 |
4 files changed, 6 insertions, 6 deletions
@@ -1,5 +1,5 @@ # -*- mode: org -*- -* v0.8.0 UNRELEASED +* v0.8.0 2024-12-06 - While the minibuffer is in use, the menu window is now hidden by default. The new option ~transient-show-during-minibuffer-read~ not diff --git a/docs/transient.org b/docs/transient.org index 6e34331..eb9bc01 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.9 +#+subtitle: for version 0.8.0 #+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.9. +This manual is for Transient version 0.8.0. #+texinfo: @insertcopying :END: diff --git a/docs/transient.texi b/docs/transient.texi index 34865e0..319284d 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.9 +@subtitle for version 0.8.0 @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.9. +This manual is for Transient version 0.8.0. @insertcopying @end ifnottex diff --git a/lisp/transient.el b/lisp/transient.el index 9f99db2..d3b55b8 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.9 +;; Package-Version: 0.8.0 ;; Package-Requires: ((emacs "26.1") (compat "30.0.0.0") (seq "2.24")) ;; SPDX-License-Identifier: GPL-3.0-or-later |
