Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Dec 22, 2024
1 parent 5a18a79 commit 49f5581
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,39 @@
# -*- mode: org -*-
* v0.8.2 UNRELEASED

- Added support for displaying the transient menu in a dedicated
frame. bf58c0bb

- When including a group via a variable, the imported value can now be
a top-level group. eebcbe30

- The transient window is now fitted to its buffer horizontally as well.
fd9811ea

- Added new command ~transient-copy-menu-text~. 042f37aa

- Added new command ~transient-toggle-docstrings~. 52679f98

- Added new command ~transient-describe~, which can be bound as many times
as needed to show help for arbitrary things. 5a18a791

Bug fixes:

- The use of ~display-buffer-full-frame~ was prevented too aggressively.
5353464b

- Fixed remembering and restoring the old value of the ~no-other-window~
window parameter. de984302

- When a command is bound multiple times and the instances use different
transient behavior, then the behavior (and color) for the last binding
was used for all bindings. fe71a7e7, a99dcda9

- Enabling ~transient-force-single-column~ resulted in an error.
28347e59

- ~transient-toggle-common~ used to exit the menu. 98c01b84

* v0.8.1 2024-12-08

Bug fixes:
Expand Down

0 comments on commit 49f5581

Please sign in to comment.