Skip to content

Releases: abenz1267/walker

v2.15.2

11 Mar 07:07
04ec7aa

Choose a tag to compare

Changes in v2.15.2

Commits since v2.15.1:

  • fix: flickering caused by dynamic grid layouting (04ec7aa)

v2.15.1

08 Mar 17:11
e840b67

Choose a tag to compare

Changes in v2.15.1

Commits since v2.15.0:

  • fix: not hiding global keybinds when hiding keybinds is set (e840b67)

v2.15.0

07 Mar 07:04
ddaf9a0

Choose a tag to compare

Changes in v2.15.0

Commits since v2.14.2:

  • fix(calc): use shared image transformer (ddaf9a0)
  • feat: add support for wireplumber provider (48c6db3)
  • feat(dmenu): add -X/--selectsingle flag to auto-select single items (a71467e)
  • minor: forgot to remove file... (359b0c9)
  • confi: add exclusive_zone setting for shell (b988c95)

v2.14.2

14 Feb 09:57
19b1104

Choose a tag to compare

Changes in v2.14.2

Commits since v2.14.1:

  • feat: add --password flag to use walker as password input (19b1104)
  • fix: ignore fallback actions that are defined in the providers actions (8033a60)
  • feat: add autoplay_videos boolean config, false by default (3b33e6b)
  • fix: ignore capslock when looking up actions (6996e8b)
  • minor: Fix handling version as local option (#675) (2900746)
  • feat: allow ListView and GridView (64942ae)
  • feat: add layer config to shell, either overlay or top (88024fb)
  • feat: add as_window config option (65ed2b2)

v2.14.1

22 Jan 14:55
e427025

Choose a tag to compare

Changes in v2.14.1

Commits since v2.14.0:

  • fix: crashing on preview text truncation with multi-byte utf8 (e427025)

v2.14.0

21 Jan 17:31
e7d2717

Choose a tag to compare

Changes in v2.14.0

Commits since v2.13.0:

  • feat: prefix placeholders with "cmd:" to allow running commands (e7d2717)
  • chore(nix): update flake (#672) (3310f77)
  • feat: implement niriactions provider (572f6eb)
  • fix: truncate label text with unknown length (#671) (b849c15)
  • minor: improve dmenu performance by batching (2df7b88)

v2.13.0

08 Jan 17:33
3dfc75e

Choose a tag to compare

Changes in v2.13.0

Commits since v2.12.2:

  • feat: add actions for bitwarden provider (3dfc75e)
  • feat(clipboard): item pinning (c591d98)
  • feat(calc): add delete_all action (67b6f94)
  • theme(break): change item xml file format for custom menus (0ea0ec9)
  • fix: remove cursor css prop (2a9d225)
  • feat(config): merge provider prefixes instead of overwriting (b8900a3)
  • fix: store last query by currently set provider (#650) (874eea0)
  • feat(bluetooth): power on/off (c18728d)
  • fix(runner):remove argument delimiter (b8ce79b)
  • fix: dont apply resume_last_query for dmenu (3074b60)
  • feat(clipboard): allow relative timestamp on clipboard items (#642) (c8d5528)
  • feat: DNF Packages provider (#657) (c7e07eb)
  • feat: Add scss support (#653) (1395d92)
  • fix: always reset the input text on menu activation when resume_last_query is true (#648) (fb61527)

BREAKING

Theme

Previously, theme files for custom menus were of form item_menus:themes.xml. From now on it's item_menus-themes.xml.

v2.12.2

09 Dec 18:54
1320049

Choose a tag to compare

Changes in v2.12.2

Commits since v2.12.1:

  • fix: dont hide all keybinds if list is empty (1320049)
  • fix: store default theme grid columns at init instead of activation (c2af691)

v2.12.1

08 Dec 17:02
fb8e039

Choose a tag to compare

Changes in v2.12.1

Commits since v2.12.0:

  • feat(files): add handling for manual re-fresh (fb8e039)
  • fix: bottom anchor not working (4f1623e)

v2.12.0

06 Dec 08:31
cbd8096

Choose a tag to compare

Changes in v2.12.0

Commits since v2.11.3:

  • feat: actions_as_menu config option to hide actions in a submenu (cbd8096)
  • feat: add hide_return_action option (c0924d6)
  • feat(websearch): add feature to open URL if query is an URL (8437a1a)
  • fix: reset grid layout on quit (c670cdc)