Changes in v2.7.7
Commits since v2.7.6:
- fix: add %ARGS% placeholder to actions (f9ced9e)
- feat: call Lua functions as actions (79c1057)
- feat: define multiple actions globally per menu (fe8a021)
- fix: multiline clipboard copying (7e9aecc)
- feat: define pure Lua menus (4787f1f)
⚠️ Breaking Changes
Custom Menus
-
Lua menus don't require a *.toml anymore, everything can be defined in Lua => see the example via
elephant generatedoc -
arguments won't be placed for
%VALUE%anymore, they will be placed for%ARGS%