Skip to content

Releases: abenz1267/walker

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

v0.7.5

15 Aug 06:26
Compare
Choose a tag to compare

Changelog

  • 73decc2 fix: disabled modules not being considered
  • bcce3e4 minor: add 'wrap' boolean to labels

v0.7.4

14 Aug 06:03
Compare
Choose a tag to compare

Changelog

  • b2e72b9 minor: consider start of match and not just match score

v0.7.3

13 Aug 13:25
Compare
Choose a tag to compare

Changelog

  • 079125b bump version
  • 6cedb37 fix: npe
  • 67cfd75 minor: added more icon sizes
  • 3e0d77a minor: added new "weight" value for modules
  • b29b25e minor: calc always top
  • 1470256 minor: change benchmark timestamps to milliseconds instead of nanoseconds
  • f4bdc82 regression: re-added 'force_keyboard_focus'

v0.7.2

11 Aug 07:47
Compare
Choose a tag to compare

Changelog

  • de9dc67 applications: improve performance when running as service, by caching and updating in background
  • 9beb825 bump version
  • 9ad7670 modules: add "min_chars" option to define min chars on which entries should be returned
  • 22018a9 nix: update vendor hash
  • 5253796 refactor: minor

v0.7.1

10 Aug 07:22
Compare
Choose a tag to compare

Changelog

  • dbe8435 bump version
  • b46b3e8 minor: don't wait for calc exchange rate update command being run
  • 78c35b3 performance: async layout cache setup when not using single module
  • d1a8a2a readme: remove benchmarks.. who cares. it's fast.

v0.7.0

09 Aug 07:01
Compare
Choose a tag to compare

Changelog

  • daeb595 bump version
  • 6942bd6 feat: added calculator module using libqalculate
  • 83e39c5 feat: customize labels
  • ff1a88d fix: shift-open not working in AM
  • 943a56c minor: added modifier to AM label [configurable]
  • 44dff42 minor: don't show modifier when using f-keys
  • af56241 nix: added git cache
  • bb2f7fa nix: update hm
  • 26be878 windows: set prefer to true, so windows get prioritize over apps when close in matching

v0.6.9

07 Aug 04:38
Compare
Choose a tag to compare

Changelog

  • 4b921dd bump version
  • 9115d27 fix: crash if trying to load clipboard without wl-clipboard installed
  • 70accda fix: initial entries breaking if there's a desktop file without an icon
  • 3fc5b2e minor: proper disabled msg for clipboard
  • efffb52 refactor: module setup

v0.6.8

06 Aug 18:57
Compare
Choose a tag to compare

Changelog

  • 031bccc Merge pull request #101 from diniamo/fix-nix-package
  • ed36ac2 Merge pull request #97 from diniamo/nix-build-default
  • e7f3ec1 Merge pull request #99 from diniamo/hm-restart-service
  • fe5c3f4 Update issue templates
  • 3421bf6 Update issue templates
  • ebda9d1 fix: applications breaking if desktop entry doesn't start with generic entry
  • 4041bc8 nix(ci): build default instead of .
  • c72080d nix(hm): restart service on failure
  • 05d3b61 nix(package): specify missing subPackages
  • 05420dc nix: fixed HM in readme