Skip to content

Releases: thorio/gravel

v0.8.2

05 Jan 17:00
11c6ed2
Compare
Choose a tag to compare

Changelog:

  • renamed hotkey actions from ShowHide to show_hide etc.
  • internal refactoring to allow for future enhancements
  • updated dependencies

v0.8.1

27 Aug 17:14
5ef4a5d
Compare
Choose a tag to compare

Changelog:

  • fixed window positioning on multi-monitor systems
  • fixed a bug where the window could get stuck on hidden workspaces on X11
  • updated dependencies

v0.8.0

22 Jul 05:59
b0ca2b9
Compare
Choose a tag to compare

Changelog:

  • added secondary actions, accessible by holding shift
  • added a provider for creating custom hits
  • added hit caching
  • added an system action to clear all caches
  • added additional cosmetic options to the fltk frontend
  • fixed incorrect plugin compatibility check
  • fixed process not disappearing from kill query on windows

v0.7.0

07 Jul 17:51
86073a9
Compare
Choose a tag to compare

Changelog:

  • added support for frontend and provider plugins
  • added tar, zip and msi download options
  • fixed panic logging
  • fixed kill provider logging non-errors as errors on windows

v0.6.1

21 Jun 05:52
0c58cdf
Compare
Choose a tag to compare

Changelog:

  • fixed detailed frontend color config not parsing correctly

V0.6.0

15 Jun 10:53
103e106
Compare
Choose a tag to compare

Changelog:

  • added a "reload" hit to the system provider that restarts gravel
  • added more color customization options
  • added host-specific config files
  • added a file logger
  • fixed startup focus on windows

v0.5.1

22 Mar 10:20
57b43c4
Compare
Choose a tag to compare

Changelog:

  • fixed FLTK frontend's behaviour.start_hidden feature
  • fixed FLTK frontend's WM_CLASS on linux

v0.5.0

21 Mar 21:17
73589f4
Compare
Choose a tag to compare

AUR package now available!

Changelog:

  • improved packaging for arch and debian: now includes icons, desktop file and template config
  • added a dmenu-like oneshot mode which closes the application after it's done doing stuff, see provider-fltk behaviour.exit_on_hide

v0.4.0

17 Mar 12:01
9e18dc0
Compare
Choose a tag to compare

This release will likely require changes to your config, see config.yml.

Changelog:

  • reworked plugin config system
  • reworked config for ShowWith hotkey action
  • added exec provider
  • fixed issue where paste wouldn't trigger a query
  • lowered default window_hide_debounce to improve responsiveness

v0.3.0

31 Jan 07:14
9036d35
Compare
Choose a tag to compare

Changelog:

  • added config option for startup visibility
  • added wildcard query * to show all hits
  • added refresh action to the kill provider
  • added colorful crash handler
  • added support for a platform-specific config file
  • fixed startup visibility on linux
  • fixed calculator clipboard not working when gravel is started with x11
  • fixed high cpu usage on windows while window hadn't been shown yet
  • some internal refactoring and improved error logging