Skip to content

v0.6.8 Open URLs, Bluetooth quick action

Latest

Choose a tag to compare

@kunkka19xx kunkka19xx released this 17 Jul 06:09
c077dd4

New features

  • Open URLs from the launcher. Type something that looks like a URL and Look offers an Open in browser row (no prefix needed). A full URL (scheme, port, path, or localhost/IP) jumps to the top; a bare host.tld sits after your local results so it never steals a real match. URLs you open this way come back as Recently opened rows, ranked by frecency. Shared across macOS and Windows/Linux.
image
  • Bluetooth quick action. A new Quick Action toggle template for Bluetooth, available on macOS and Windows (Windows path is shipped but untested, no device on hand to verify).
image
  • Ignored file patterns. New ignored_patterns_<group> config keys let you exclude noisy files from the index with gitignore-style path globs (*, **, ?, [abc], joined with |). All groups are merged; matches files only.

  • Configurable clipboard history size. Set clipboard_history_limit (default 10, range 10-100) to control how many clips c" keeps.

image

Bug fixes and improvements

  • Ranking fixes for path-like queries and nested files/folders fuzzy matching
  • Fix missing apps in results
  • Fix tint-opacity on Linux
  • Spawn Look on the active screen
  • Fix clipboard for terminal copies (Linux/Windows)
  • macOS: Quick Action toggles are now safe against stale panel state
  • Config cleanup: drop redundant lines and seed absent config keys

Special thanks

What's Changed

Full Changelog: v0.6.7...v0.6.8