Skip to content

Releases: abenz1267/walker

v0.4.2

24 Jul 08:48
Compare
Choose a tag to compare

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

23 Jul 15:20
Compare
Choose a tag to compare
  • applications: prioritize_new to show apps installed less than 5 minutes ago on top
  • runner: generic_entry shows a generic entry that just runs your input

improved history/typeahead, fixes

23 Jul 07:24
Compare
Choose a tag to compare
  • 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

22 Jul 17:41
Compare
Choose a tag to compare

use WALKER_CONFIG_TYPE=toml walker to generate a default toml config.

toml. yaml. json (default).

expose matching to plugins

22 Jul 17:18
Compare
Choose a tag to compare

Plugins can set the matching algo to following:

  • 0 = fuzzy
  • 1 = always top
  • 2 = always bottom

minor improvements

22 Jul 13:12
Compare
Choose a tag to compare
  • 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

22 Jul 07:05
Compare
Choose a tag to compare

fix switcher-only modules not being ignored

refactor switcher handling

22 Jul 06:36
Compare
Choose a tag to compare

refactor switcher handling

fix explicit modules

22 Jul 04:26
Compare
Choose a tag to compare

ignore prefix-handling when running explicit modules

fix

22 Jul 02:48
Compare
Choose a tag to compare
fix

fixed prefixed modules/plugins always working when input has no prefix.