Releases: abenz1267/walker
Releases · abenz1267/walker
v0.11.5
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.3
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
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
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.10.22
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
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
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
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