Version 1.5.0
February 3, 2026
Changed
- Improved entry search performance by using direct title matching instead of search index
Version 1.4.0
February 2, 2026
Added
- Current entry shown at top of favorites dropdown with "Add to favorites" button
- Ability to favorite entries directly without visiting them first
Changed
- Show Related Entries setting now defaults to enabled
- Favorites limit default increased to 25
Version 1.3.0
February 2, 2026
Fixed
- Made migrations idempotent to handle both fresh installs and upgrades correctly
Version 1.2.0
February 1, 2026
Added
- Multi-site support with site filter dropdown
- Site badges on entries when viewing all sites
- Configurable search results limit setting
- Fetch timeouts (10 seconds) to prevent UI freezes
- Loading indicators for history and favorites popups
- Search request cancellation to prevent race conditions
Changed
- Improved error handling throughout
- Back button now considers both entry ID and site
Fixed
- Site context now correctly tracked from URL query parameter
- History entries now properly track which site was visited
Version 1.1.0
January 31, 2026
Added
- Favorites system with star button
- Entry outline navigation popup
- Related entries view (optional)
- Compact mode for denser display
- Clear history functionality
- 20 language translations
Changed
- Simplified section filter settings (removed include/exclude mode)
- Default favorites limit increased to 20
Version 1.0.0
January 30, 2026
Added
- Initial release
- Global header search integration
- Entry search by title with section filtering
- Section dropdown filter in search UI
- Visit history tracking (configurable limit per user)
- History popup with search functionality
- Keyboard navigation support (arrow keys, Enter, Escape)
- Automatic entry visit tracking on edit pages
- Permission-aware search and history
- Configurable settings:
- History limit
- Show/hide section filter
- Searchable sections
- Minimum search length
- Debounce delay
- Database migrations with proper indexes
- AJAX API endpoints for search and history
- Responsive design matching Craft CP styles