v0.18.1
- Swapped the tab order and default: "Manage Tags" is now first and what loads by default, "AI Analysis" moved second, reflecting that day-to-day tag management (not AI-driven analysis) has become the primary use case.
- Merged the "Overview" stat tiles and the "Usage distribution" histogram into a single side-by-side panel instead of two stacked blocks, and narrowed the histogram accordingly.
- Adding tags to the merge selection (via the table's bulk action or the "Add tags by name" field) now auto-scrolls down to the "Merge selection" section instead of leaving you on top of the reloaded page.
- Fixed the "Add tags by name" panel jumping to the very top of the page (above the tabs) instead of staying under "Merge selection": it used the
noticeCSS class, which WordPress core auto-relocates to the top of the screen regardless of where it is in the markup. - Fixed the "AI Analysis" stat tiles (Pending suggestions / Merges applied / Rejected suggestions) stacking full-width instead of sitting side by side; the column layout meant for the new Overview panel was leaking into the shared
.wpto-statsclass. - Toned down how far the floating "back to top" button was nudged up (70px was overkill for clearing the footer credits).
For the full version history, see CHANGELOG.md.