Skip to content

Releases: abenz1267/walker

v0.11.5

30 Dec 07:34
Compare
Choose a tag to compare

Changelog

  • d0ac629 bump version
  • 36d2b8f fix: ignore history, if module has history = false
  • d4f166d keybinds: add left and right arrow keys
  • 276bf5f minor: mention libvips for building
  • b58dd16 themeing: don't search subdirectories proactively
  • d485eb9 themeing: load default style/layout for missing theme equivalent

v0.11.4

29 Dec 09:17
Compare
Choose a tag to compare

Changelog

v0.11.3

27 Dec 08:55
Compare
Choose a tag to compare

Changelog

  • 977d0b9 bump version
  • 2178a67 keybinds: fix shift tab not working, minor selectNext/Prev refactor
  • 1819fbc keybinds: refactor to allow multiple actions on keybind, f.e. typeahead and next on tab
  • 59a64e9 minor: don't parse config twice when run as service

v0.11.2

23 Dec 17:09
Compare
Choose a tag to compare

Changelog

  • e6c09b2 bump version
  • cf608be fix: exact-match search works correctly again
  • 5f1b9f3 keybinds: use array for multiple keybinds
  • a8b5ae3 minor: added launch flags to disable/enable autostart of service
  • 0d2b804 minor: always use markup for labels, f.e. so markup can be used for dmenu

v0.11.1

22 Dec 18:19
Compare
Choose a tag to compare

Changelog

  • 38208de bump version
  • 2790fb7 dmenu: minor behaviour adjustment in regards to force-print flag
  • 1f8f8ae dmenu: print result as newline to match other launchers
  • 190765e fix: localized names not being applied correctly
  • d6cdec9 keybinds: fix faulty validation messages
  • 5beb1ec minor: don't overwrite last query with empty query
  • a66fdf7 minor: make arrow down/up default for next/prev
  • f75becc minor: remove deprecated config field
  • 002f64d minor: use proper exit code for closing, fixes some dmenu behaviour

v0.11.0

22 Dec 08:37
Compare
Choose a tag to compare

Changelog

v0.10.22

19 Dec 19:24
Compare
Choose a tag to compare

Changelog

  • f691c52 applications: show match marker for exact matches
  • 1bc6d8e bump version
  • 84d1dd9 emojis: correctly highlight matching chars
  • 64e8072 finder: allow using exact match search
  • a78ab9e finder: use new marker color
  • d98785e runner: strip exact-match prefix from general entry

v0.10.21

18 Dec 13:48
Compare
Choose a tag to compare

Changelog

  • 4fe84da break: added "terminal_title_flag" instead of predefined one to avoid breakage
  • cfea405 break: replace use_uwsm with generic app_launch_prefix config option
  • 345bc23 theme: use GTKs 'variables' instead of custom properties, not everyone is on latest GTK4
  • 36c70f4 update

v0.10.20

18 Dec 06:14
Compare
Choose a tag to compare

Changelog

  • 2b65efe Merge pull request #187 from Hexygo/master
  • 621e2c0 bump version
  • 0e83230 fix: prioritize_new breaking on some systems
  • 39fbf1a minor: removed MarkerColor PrintLn

v0.10.19

17 Dec 18:06
Compare
Choose a tag to compare

Changelog

  • 0ba640a bump version
  • 9620e0f minor: add option to dynamically change the sub of an entry based on the fuzzy match, defaults to true
  • 3966730 minor: added close_when_open config which will close Walker when it's open
  • 8e5ca35 minor: added highlighting for fuzzy matched characters