File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# -*- mode: org -*-
2+ * v0.9.0 UNRELEASED
3+
4+ - Key descriptions (as returned by ~key-description~ and understood by
5+ ~kbd~) are now the only key binding format understood by Transient.
6+ Vectors are no longer supported.
7+
8+ - Vectors are now preferred to identify a suffix or group in a menu by
9+ coordinates. It is still possible, but discouraged, to use a list.
10+
11+ - The internal format used to store menu layouts has been improved.
12+ The old format is still supported and translated on the fly when
13+ encountered. Instead of rely on that translation, users are advised
14+ to recompile dependent packages after updating Transient to this
15+ release.
16+
17+ - Added new macro ~transient-define-group~, which defines one or more
18+ groups of suffixes to be included in multiple menus. Such included
19+ groups are no longer immediately inlined when referenced in a menu
20+ definition, which makes it possible for users to make changes to
21+ included group and have those change affect all menus that include
22+ them.
23+
24+ - Added new macro ~transient-inline-group~, which inlines an included
25+ group into a specific menu.
26+
227* v0.8.8 2025-05-01
328
429- Added option ~transient-common-command-prefix~ to allow using a key
You can’t perform that action at this time.
0 commit comments