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 barehost.tldsits 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.
- 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).
-
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 clipsc"keeps.
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
- dont-wait
- ngtanthanh-qc
- Everyone who filed issues and test reports this cycle
What's Changed
- feat: Built-in web urls storage, indexing, matching by @kunkka19xx in #261
- fix: spawn Look on active screen by @kunkka19xx in #262
- Feat: Quick actions with bluetooth template by @kunkka19xx in #263
- fix: Ranking issue with path like queries by @kunkka19xx in #264
- Linows: Url like queries by @kunkka19xx in #265
- chore: re-format JS files by @kunkka19xx in #266
- fix: missing apps by @kunkka19xx in #267
- deps(deps): bump ignore from 0.4.26 to 0.4.27 in /core in the all group across 1 directory by @dependabot[bot] in #244
- fix: nested files/folders ranking should keep rule for fuzzy finding by @kunkka19xx in #268
- fix: tint-opacity on linux by @kunkka19xx in #270
- Linows: qactions bluetooth by @kunkka19xx in #274
- fix: Config redundant lines, not rely on comment by @kunkka19xx in #277
- fix(macos): make Quick Action toggles safe against stale panel state by @ngtanthanh-qc in #276
- linows: Absent configs by @kunkka19xx in #278
- Chore: configurable number of clipboad history items by @kunkka19xx in #280
- fix: Clipboard linows for terminal copies by @kunkka19xx in #282
- feat: bluetooth for windows by @kunkka19xx in #279
- feat: Ignored file patterns by @dont-wait in #281
- docs: update docs before the release by @kunkka19xx in #286
Full Changelog: v0.6.7...v0.6.8