Changes in v2.11.0
Commits since v2.10.0:
- feat: add hide_action_hints config option (0615cf3)
- break: make keybinds layout mandatory (a185d4b)
- fix(theme): basic styling for context menu (e627940)
- minor: hide actions if no item in list (9e73b2a)
- feat: keybind hints are now clickable buttons (6eccb55)
- feat: add single_click_activation config option, default: true (7ae44fd)
- theme: change keybind hint styling (fa2d61f)
- minor: treat KP_Enter as Return (f19d1cd)
- feat: add left/right/up/down keybinds for navigating grids (f6fdb39)
- feat: add columns setting to config to define list columns per provider/menu (029b525)
- fix: dont handle accent-color changes, if property isnt present (a522d42)
- feat(clipboard): add localsend action (d52094f)
- feat(files): add localsend action (35ed531)
- fix: jump to end of list on PgDn if selection_wrap = false (#612) (4497172)
⚠️ Breaking Changes
Theme
The following GTK elements are now mandatory: Keybinds, GlobalKeybinds and ItemKeybinds.
Please refer to the default theme for reference.