Skip to content

Releases: abenz1267/walker

v0.8.4

05 Nov 07:31
Compare
Choose a tag to compare

Changelog

  • 2bef239 bump version
  • 1cb4586 config: respect envvars for settings
  • f1db63e minor: make idle timeout respect scrolling

v0.8.3

04 Nov 07:08
Compare
Choose a tag to compare

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

02 Nov 19:21
Compare
Choose a tag to compare

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

01 Nov 10:23
Compare
Choose a tag to compare

Changelog

  • 133c79a bump version
  • 86799f9 clipboard: added 'avoid_line_breaks' (default: true)
  • 6369fa7 minor: changed default catppuccin theme, added empty list placeholder

v0.8.0

01 Nov 08:03
Compare
Choose a tag to compare

Changelog

  • 411063a bump version
  • 4491287 feat: static bar (commands or modules)
  • 38d4932 minor: default 'force_keyboard_focus' to false
  • 97b91ec refactoring: removed channeled handler, pointless complexity.

v0.7.10

30 Oct 13:06
Compare
Choose a tag to compare

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

29 Oct 18:22
Compare
Choose a tag to compare

Changelog

  • 7873517 applications: respect OnlyShowIn and NotShowIn
  • 4b4b9ee clipboard: added exec field which defaults to wl-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

26 Oct 07:14
Compare
Choose a tag to compare

Changelog

  • e4a58cd Merge pull request #124 from PZeide/master
  • 85e06c7 fix: set application as done even if hidden
  • 5a0059c minor: added module-wide 'recalculate_score' bool
  • 7f24a50 minor: make --placeholder work with --password
  • a22814d minor: make --theme work with single --module

v0.7.7

27 Aug 07:02
Compare
Choose a tag to compare

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

16 Aug 11:20
Compare
Choose a tag to compare

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