diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2023-12-04 20:11:32 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2023-12-04 20:11:32 +0100 |
| commit | dde8e88435cb5f9d397a53942d7281eb7dc3e7a5 (patch) | |
| tree | 44dfb1626977823d9a90ffbf9e91138727e8bfd9 | |
| parent | e1a37e22220f8f9f94c01c1e615800d2aa92fcc2 (diff) | |
Update changelog
| -rw-r--r-- | CHANGELOG | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,4 +1,17 @@ # -*- mode: org -*- +* v0.5.1 UNRELEASED + +Bug fixes: + +- Faces that use a box are now defined more defensively to protect + against unexpected values and provide reasonable fallback colors. + 413310cd, b8aefce3 + +- Only prepare to return to the parent transient if there actually is + a parent. The only negative effect of failing to do this was that + the suffix was colored wrong, since ~transient--do-return~ falls back + to behave like ~transient--do-exit~. 5f2cfc9f + * v0.5.0 2023-11-28 - Some suffix commands exit the transient from which they were |
