Skip to content

v1.0.6

Choose a tag to compare

@xXSalamanderXx xXSalamanderXx released this 10 Mar 13:43
· 7 commits to main since this release
e0989b1

Release Notes: HD-Encode Search+ v1.0.6

This update brings a more informative search experience with real-time loading progress, smarter page detection, and a cleaner, better-organized user interface.

✨ New Features

  • Real-Time Tweening Progress Bar: The progress bar has been upgraded from a generic activity scanner to an accurate, dynamically filling bar. It calculates your search progress based on the current page versus the total available pages, featuring a smooth 0.3s tweening animation as it loads.
  • Enhanced Search Status Notifier: You will now always know exactly how much ground the script has covered. The status text now dynamically updates to show your progress against the total page count (e.g., "Searching Page 18 out of 500....").

🎨 UI & UX Improvements

  • Streamlined Header Layout: The Category dropdown menu has been repositioned to the top right of the header space, maximizing room for your custom search filters.
  • Filter Section Redesign: Search filters are now neatly compartmentalized. We've added a helpful sub-text label ("Search Filters - Modify these to customize your results...") and a clean, thin dividing line to visually separate your filter options from the main action buttons.

⚙️ Under the Hood

  • Robust Max Page Detection: Introduced a new extractMaxPage function. The script now intelligently scans the site's native pagination structure—checking href link values, active spans, and standard fallback text—to accurately detect the absolute maximum number of pages available for your current search loop.