Fixed: The fix in version 1.6.2 was insufficient, so an additional fix was applied.
1.6.2
Fixed: Prevented double-click from triggering browser word-selection, which was causing the Auto-populate feature to overwrite the search field before replacement.
1.6.1
Fixed: Scroll-to-match now works correctly in iframe-based themes (e.g. Astra) where the iframe window itself is the scroll container.
1.6.0
Fixed: Added compatibility with iframe-based block editors used by themes such as Astra. Search, highlight, and replace now work correctly in these environments.
Improved: Suppressed deprecation warnings for PluginSidebar, TextControl, and CheckboxControl introduced in WP 6.6–6.8.
1.5.6
Fixed: Improved whitespace handling in “Auto-populate from Selection”.
1.5.5
Fixed: Resolved a critical issue where the match counter would become inaccurate after repeated “Replace All” and “Undo” actions.
Fixed: Corrected highlight and synchronization issues introduced by recent feature updates and standard editor operations.
1.5.0
Added: “Auto-populate from selection” feature. Automatically fills the search field with text selected in the editor.
1.4.1
Fixed: Prevented Regular Expression replacements from breaking HTML entities (e.g., ‘&’ or ‘<‘).
Fixed: Enabled whitespace search and replacement.
1.4.0
Added: Dynamic proximity highlighting for improved performance in long documents.
Added: Click-to-Select, instantly setting any clicked match as the current position.
Improved: Unified click and double-click logic for smoother interaction.
Public Release.
1.2.0
Added: Double-click to Replace, allowing instant replacement of any highlighted match by double-clicking it directly in the editor.
Added: Keyboard navigation support (Enter for Next / Shift + Enter for Previous).
1.1.3
Fixed: Prevented browser freezing from infinite loops in regex.
1.1.2
Fixed: Improved special character support (<, >, &, “, ‘).
1.1.1
Restricted CSS Highlight API to Visual Editor for better stability.
1.1.0
Added “Current” button to quickly jump back to the active match.