app-v2.5.103
screenpipe/screenpipeapp-v2.5.103Jul 10, 2026by louis030195
AI Summary
Focused on performance tuning, database optimization, and fixing critical capture and recording issues to improve reliability.
Key Highlights
- Optimized background work to prioritize user recording
- Fixed SQLite contention and improved partial redaction indexes
- Fixed 'Chat Always on Top' toggle and hidden search webview issues
Full Release Notes
## What's Changed * Prevent duplicate Automate My Work pipes by @louis030195 in https://github.com/screenpipe/screenpipe/pull/5049 * fix: preserve capture writes through SQLite contention by @louis030195 in https://github.com/screenpipe/screenpipe/pull/5051 * perf(windows): deprioritize background work so recording yields to the user (#4849) by @EzraEllette in https://github.com/screenpipe/screenpipe/pull/4927 * fix(db): batch accessibility-element inserts instead of per-node RETURNING id by @EzraEllette in https://github.com/screenpipe/screenpipe/pull/5042 * perf(db): partial redaction indexes + periodic PRAGMA optimize by @EzraEllette in https://github.com/screenpipe/screenpipe/pull/5047 * ci(macos): add Intel launch smoke test to catch Intel-only crashes (#4968) by @EzraEllette in https://github.com/screenpipe/screenpipe/pull/4978 * fix(app): don't give up mic-grant capture restart on a slow-but-succeeding boot by @EzraEllette in https://github.com/screenpipe/screenpipe/pull/4992 * hide pipe card actions until hover by @louis030195 in https://github.com/screenpipe/screenpipe/pull/5050 * Changelog: week of July 6 — batch pipe delete, attendee pills, quit confirm + fixes by @mintlify[bot] in https://github.com/screenpipe/screenpipe/pull/5056 * fix(app): suspend hidden search webview by @louis030195 in https://github.com/screenpipe/screenpipe/pull/5058 * fix(app): bound native overlay render pressure by @louis030195 in https://github.com/screenpipe/screenpipe/pull/5069 * fix(redact): back off cloud PII failures by @louis030195 in https://github.com/screenpipe/screenpipe/pull/5070 * fix(chat): make 'Chat Always on Top' toggle work on the open window by @Anshgrover23 in https://github.com/screenpipe/screenpipe/pull/5066 * fix(ai-presets): load ollama models via tauriFetch to bypass webview block by @Anshgrover23 in https://github.com/screenpipe/screenpipe/pull/5064 * fix(mcp): throttle + downgrade api key discovery telemetry (SCREENPIPE-CLI-XC) by @Anshgrover23 in https://github.com/screenpipe/screenpipe/pull/5043 * fix: speaker reassignment in meeting transcripts by @divanshu-go in https://github.com/screenpipe/screenpipe/pull/5024 **Full Changelog**: https://github.com/screenpipe/screenpipe/compare/mcp-v0.18.15...app-v2.5.103