diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2024-07-13 23:02:18 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2024-07-13 23:02:18 +0200 |
| commit | 2a680c21e2be0b055e0e801d43c92792e5305acc (patch) | |
| tree | 172c8d1bd97f6bdb17796e23eda7ecee3c78a824 /CHANGELOG | |
| parent | ed732cb35f6a6753930df10a0f66a6e4efd29e6d (diff) | |
Release version 0.7.3v0.7.3
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |
