This release adds 4 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+7 more
Summary
AI summaryBroad release touches Special thanks, Bug fixes and improvements, fix, and New features.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds ability to open URLs from launcher as "Open in browser" action. Adds ability to open URLs from launcher as "Open in browser" action. Source: llm_adapter@2026-07-17 Confidence: high |
— |
| Feature | Medium |
Adds Bluetooth quick action toggle template for macOS and Windows. Adds Bluetooth quick action toggle template for macOS and Windows. Source: llm_adapter@2026-07-17 Confidence: high |
— |
| Feature | Medium |
Adds configurable clipboard history size via `clipboard_history_limit` (10‑100). Adds configurable clipboard history size via `clipboard_history_limit` (10‑100). Source: llm_adapter@2026-07-17 Confidence: high |
— |
| Feature | Medium |
Adds configurable ignored file patterns using gitignore‑style globs. Adds configurable ignored file patterns using gitignore‑style globs. Source: llm_adapter@2026-07-17 Confidence: low |
— |
| Feature | Low |
Allows ignoring files via gitignore‑style `ignored_patterns_<group>` config keys. Allows ignoring files via gitignore‑style `ignored_patterns_<group>` config keys. Source: granite4.1:30b@2026-07-17-audit Confidence: low |
— |
| Dependency | Low |
Updates dependency `ignore` from 0.4.26 to 0.4.27 in core module. Updates dependency `ignore` from 0.4.26 to 0.4.27 in core module. Source: llm_adapter@2026-07-17 Confidence: high |
— |
| Bugfix | Medium |
Fixes missing apps appearing in search results. Fixes missing apps appearing in search results. Source: llm_adapter@2026-07-17 Confidence: high |
— |
| Bugfix | Medium |
Fixes tint‑opacity rendering issue on Linux. Fixes tint‑opacity rendering issue on Linux. Source: llm_adapter@2026-07-17 Confidence: high |
— |
| Bugfix | Medium |
Fixes clipboard handling for terminal copies on Linux and Windows. Fixes clipboard handling for terminal copies on Linux and Windows. Source: llm_adapter@2026-07-17 Confidence: high |
— |
| Bugfix | Medium |
Improves ranking for path‑like queries and nested files/folders fuzzy matching. Improves ranking for path‑like queries and nested files/folders fuzzy matching. Source: llm_adapter@2026-07-17 Confidence: high |
— |
| Bugfix | Medium |
Fixes spawning Look on the active screen. Fixes spawning Look on the active screen. Source: llm_adapter@2026-07-17 Confidence: low |
— |
| Bugfix | Low |
Launches Look on the currently active screen. Launches Look on the currently active screen. Source: granite4.1:30b@2026-07-17-audit Confidence: low |
— |
Full changelog
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 https://github.com/kunkka19xx/look/pull/261
- fix: spawn Look on active screen by @kunkka19xx in https://github.com/kunkka19xx/look/pull/262
- Feat: Quick actions with bluetooth template by @kunkka19xx in https://github.com/kunkka19xx/look/pull/263
- fix: Ranking issue with path like queries by @kunkka19xx in https://github.com/kunkka19xx/look/pull/264
- Linows: Url like queries by @kunkka19xx in https://github.com/kunkka19xx/look/pull/265
- chore: re-format JS files by @kunkka19xx in https://github.com/kunkka19xx/look/pull/266
- fix: missing apps by @kunkka19xx in https://github.com/kunkka19xx/look/pull/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 https://github.com/kunkka19xx/look/pull/244
- fix: nested files/folders ranking should keep rule for fuzzy finding by @kunkka19xx in https://github.com/kunkka19xx/look/pull/268
- fix: tint-opacity on linux by @kunkka19xx in https://github.com/kunkka19xx/look/pull/270
- Linows: qactions bluetooth by @kunkka19xx in https://github.com/kunkka19xx/look/pull/274
- fix: Config redundant lines, not rely on comment by @kunkka19xx in https://github.com/kunkka19xx/look/pull/277
- fix(macos): make Quick Action toggles safe against stale panel state by @ngtanthanh-qc in https://github.com/kunkka19xx/look/pull/276
- linows: Absent configs by @kunkka19xx in https://github.com/kunkka19xx/look/pull/278
- Chore: configurable number of clipboad history items by @kunkka19xx in https://github.com/kunkka19xx/look/pull/280
- fix: Clipboard linows for terminal copies by @kunkka19xx in https://github.com/kunkka19xx/look/pull/282
- feat: bluetooth for windows by @kunkka19xx in https://github.com/kunkka19xx/look/pull/279
- feat: Ignored file patterns by @dont-wait in https://github.com/kunkka19xx/look/pull/281
- docs: update docs before the release by @kunkka19xx in https://github.com/kunkka19xx/look/pull/286
Full Changelog: https://github.com/kunkka19xx/look/compare/v0.6.7...v0.6.8
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About kunkka19xx/look
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]