v1.5.18
n4ze3m/page-assistv1.5.18Jun 15, 2025by n4ze3m
AI Summary
Migrated storage from browser storage to Dexie.js (IndexedDB) to reduce lag, improved web search handling, and filtered tabs by completion status.
Key Highlights
- Migrated to Dexie.js instead of browser storage
- Improved web search and context handling
- Filtered tabs by status 'complete'
New Features
- Dexie.js migration (IndexedDB)
- One-time migration for older users
- Web search improvement
- Tab status filtering
- UI enhancements
Full Release Notes
## What's Changed * feat: Migrated to Dexie.js instead of browser storage * fix: Filtered tabs by status "complete" * feat: Improved web search and context handling * fix: UI enhancements Note: For older users, a one-time migration will be performed to move chats from browser storage to IndexedDB. This will help reduce the lag previously caused by Page Assist. **Full Changelog**: https://github.com/n4ze3m/page-assist/compare/v1.5.17...v1.5.18