Releases: abenz1267/walker
Releases · abenz1267/walker
v0.8.4
v0.8.3
Changelog
- 5053b4f bump version
- c4935cc config: added 'monitor' variable
- e88c25c emojis: add 'show_unqualified' bool to hide/show emojis with status 'unqualified'
- 50f85b0 fix: don't panic, if gob file couldn't be decoded, return false and error out
- 6770e70 fix: prefix always considered when more than 1 module is loaded
v0.8.2
Changelog
- 1821fef bump version
- 030886f feat: added 'label_column', 'result_column' and 'separator' to plugin options
- 9c2e899 feat: added 'timeout' config to close after X seconds
- f7c3e24 minor: put display of empty list placeholder into correct thread
- daec3bc websearch: fix no results being shown when list.visibility_threshold is set
v0.8.1
v0.8.0
v0.7.10
Changelog
- 8bd9ee2 fix: make desktop action 'prefer'-comparison only work within the same file
- e7a9c45 minor: added mechanism to add debug messages
- 6914eb2 minor: always print version
- 2b0298f minor: another debug block
- d35bccb minor: if a label has
wrap: false
=> show ellipsis - d3f4aa7 nix: updated hash
- 7a4471b updated dependencies
v0.7.9
Changelog
- 7873517 applications: respect
OnlyShowIn
andNotShowIn
- 4b4b9ee clipboard: added
exec
field which defaults towl-copy
- 7262958 clipboard: trim leading/trailing whitespace for display
- bd9937f commands: re-add clear typeahead history, remove dangling
reload config
command - fc98fb7 config: added
visibility_threshold
to hide items below a fixed score
v0.7.8
v0.7.7
Changelog
- 86acef6 Don't trim whitespaces for clipboard
- ea96b28 Merge pull request #118 from noamsto/dont-trim-whitespaces
- 291ed37 config: added 'disable_click_to_close' boolean to disable clicking outside to close
- f1401c0 fix: dmenu active item marker always being set
- e334242 minor: added 'active' flag to indicate the active item for dmenu usage
- c73beb0 minor: avoid flickering
- 8fa17a3 updated build instructions
v0.7.6
Changelog
- 1edb9a5 applications: added 'show_generic' to also display an apps generic label
- c5f8297 clipboard: re-copy copied text to let it persist even if source application gets closed
- b5b3866 clipboard: slight performance improvement
- db6f6d4 config: added 'as_window' boolean to run as window and not shell
- 79dac2b performance: slight performance improvement when handling modules => only sort onces every module is done
- 33a0172 typeahead: improve by also saving entry identifier and putting it on top
- bcd5fd6 typeahead: preparation for something that doesn't work rn