Releases: abenz1267/walker
Releases · abenz1267/walker
v0.4.2
Changelog
- a9dba90 Merge pull request #77 from diniamo/add-flake-config
- 5387b8f added wezterm to list of sane terminals
- 4be39c4 dont create sigchan for non-service
- 002b880 fix: don't re-init servicable modules
- 631eb16 fix: explicit placeholder via '-p' not being set in some cases
- b4b4422 flake: add binary cache
- da100f9 git
- 1ab818f goreleaser
- b3f8acf more benchmark markers
- 86d4f50 readme: add list of deps for manually building
- 01cd4b9 readme: minor benchmark correction
- f26aed8 readme: updated nix stuff
- 2087b3e remove not needed check
- b503670 remove stupid startup time measure, not realistic nor correct
v0.4.1
improved history/typeahead, fixes
- input history and typeahead need to be defined per module now
- applications will respect
path
- config creation has been fixed
- fuzzy matching fixed (case sensitivity)
config file type
use WALKER_CONFIG_TYPE=toml walker
to generate a default toml config.
toml. yaml. json (default).
expose matching to plugins
Plugins can set the matching algo to following:
- 0 = fuzzy
- 1 = always top
- 2 = always bottom
minor improvements
- list config now has a 'cycle' boolean that allows cycling though the list
- dmenu-mode will have history and typeahead disabled
- fix with fuzzy matching
fix switcher-only modules
fix switcher-only modules not being ignored
refactor switcher handling
refactor switcher handling
fix explicit modules
ignore prefix-handling when running explicit modules