Skip to content

Commit

Permalink
Release version 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jul 13, 2024
1 parent ed732cb commit 2a680c2
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# -*- mode: org -*-
* v0.7.3 2024-07-13

- Refactored code responsible for inserting columns.

Bug fix:

- The ~transient-current-*~ variables are intended to only be used by
suffix commands, when they are invoked from a prefix. Previously
they were only cleared when the prefix is ultimately exited, which
meant that they unintentionally were accessible in timers. Now the
values of these variables are nil when used outside their intended
scope. 0e0ece32, f2cb28a5

* v0.7.2 2024-06-24

- Added support for adding suffixes that activate value presets. #183
Expand Down
4 changes: 2 additions & 2 deletions docs/transient.org
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
#+subtitle: for version 0.7.3

#+setupfile: .orgconfig

Expand All @@ -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.2.
This manual is for Transient version 0.7.3.

#+texinfo: @insertcopying
:END:
Expand Down
4 changes: 2 additions & 2 deletions docs/transient.texi
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ General Public License for more details.
@finalout
@titlepage
@title Transient User and Developer Manual
@subtitle for version 0.7.2
@subtitle for version 0.7.3
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
Expand All @@ -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.2.
This manual is for Transient version 0.7.3.

@insertcopying
@end ifnottex
Expand Down
2 changes: 1 addition & 1 deletion lisp/transient.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Homepage: https://github.com/magit/transient
;; Keywords: extensions

;; Package-Version: 0.7.2
;; Package-Version: 0.7.3
;; Package-Requires: ((emacs "26.1") (compat "30.0.0.0") (seq "2.24"))

;; SPDX-License-Identifier: GPL-3.0-or-later
Expand Down

0 comments on commit 2a680c2

Please sign in to comment.