Skip to content

Releases: abenz1267/walker

v0.6.5

05 Aug 17:18
Compare
Choose a tag to compare

Changelog

v0.6.4

05 Aug 14:50
Compare
Choose a tag to compare

Changelog

  • c69820d break: removed 'force_keyboard_focus' option, as it's breaking window focusing
  • 3c445fe bump version
  • 59c63f0 fix: dmenu not working first time
  • 5d81e41 fix: module data not getting refreshed correctly
  • 19809f9 fix: modules loaded as single without theme not showing properly
  • a38d49a fix: password input not working
  • 3ab5a0b minor: added 'bare' theme
  • 2176dd1 minor: default themes mouse hover adjustment
  • 3b3a17b minor: improve init of servicable modules
  • 427b967 readme: mention theming features

v0.6.3

05 Aug 07:28
Compare
Choose a tag to compare

Changelog

  • ebec1b4 bump version
  • b53cfdb feat: theme inheritance (layout and css)
  • 3f5be7c minor: changes to make default layout more sane
  • 5da92f8 minor: set default layout to override
  • 8c3fd2e refactor: cleanup code due to pointer changes

v0.6.2

04 Aug 16:13
Compare
Choose a tag to compare

Changelog

  • 99b90d7 bump version
  • 25ee3a7 fix: resetting anchors now works with module theming
  • 136b65e refactor: put theme files in one place

v0.6.1

04 Aug 08:19
Compare
Choose a tag to compare

Changelog

v0.6.0

03 Aug 12:05
Compare
Choose a tag to compare

Changelog

  • 05a32ff feat: new theming system
  • cf4fd7f minor: change default theme to catppuccin
  • f2e66c1 refactor: never show sub when single module, unless specified per module
  • 512b728 remove wild 'done' debug print
  • 6ba00f4 udpated screenshots

v0.5.6

01 Aug 17:22
Compare
Choose a tag to compare

Changelog

  • 735b1b4 bump version
  • dcf2357 feat: windows module
  • 3a0ea3f fix: disabling modules not working
  • b9cdd33 readme: more info on building
  • b21d226 refactoring: refactored keyboard handling, AM is now HOLD not toggle.

v0.5.5

30 Jul 17:32
Compare
Choose a tag to compare

Changelog

  • 605c872 bump version
  • 341860d config: added single_click boolean (default: true)
  • ce94555 feat: shift+backspace = delete entry from history
  • 20929bf fix: add json struct tags to Entry
  • d447863 fix: re-add spinner
  • bcd6be6 minor: add "prefer" boolean to entry, to prefer if score is within range of 50.
  • 33fd16a minor: only respect "prefer" flag for sorting when input isn't empty
  • e21f620 nix: vendor hash
  • 3757735 readme: marketing bs
  • cbf0110 refactoring: make modules/plugins more customizable, new options: eager_loading and delay, improved finder

v0.5.4

28 Jul 18:48
Compare
Choose a tag to compare

Changelog

  • 9975cd3 Merge branch 'window_stuff'
  • 329b094 added new '--query,-q' flag to set initial query
  • ba7b1cc applications: don't parse desktop files with similar name from different sources twice
  • 1bc8d2b applications: new independend (hyprland-free) mechanism to get open windows for context
  • 42a10ad refactor: improved icon/image handling
  • 53a943e wip: new windows module

v0.5.3

27 Jul 15:17
Compare
Choose a tag to compare

Changelog

  • 3cf39dc applications: fix refresh not working
  • ae89c45 fix: AlwaysTopOnEmpty entries not being matched if search isn't empty
  • bbcf9a7 fix: minor fix to history
  • d163ae9 general: click outside to close (if fullscreen)
  • 6df4874 plugins: fix entries only working with json
  • 4bf1dec refactoring