|
6 | 6 |
|
7 | 7 | --- |
8 | 8 |
|
9 | | -# Features |
10 | | - |
11 | | -- **Dedicated category page navigation** |
12 | | - - Movies |
13 | | - - TV Shows |
14 | | - - TV Packs |
15 | | - - Top Downloads |
16 | | - - 4K UHD |
17 | | - |
18 | | -- **Improved multi-page search flow** |
19 | | - - Resets searches back to page 1 first |
20 | | - - Loads results progressively while scanning more pages |
21 | | - - Better duplicate prevention |
22 | | - - Better status text during scanning |
23 | | - |
24 | | -- **Safer Stop and Clear behavior** |
25 | | - - Stop safely aborts active searches |
26 | | - - Clear detects when a search is still running |
27 | | - - Clear waits for Stop to finish before resetting filters |
28 | | - - Helps prevent freezing, slowdown, and tab crashes during active page loading |
29 | | - |
30 | | -- **Smarter text matching** |
31 | | - - Case-insensitive matching |
32 | | - - Accent normalization |
33 | | - - Better handling for dots, dashes, spaces, and other separators |
34 | | - - More forgiving matching for inconsistent release naming |
35 | | - |
36 | | -- **Custom pagination under the toolbar** |
37 | | - - Native pagination is hidden |
38 | | - - A cleaner custom pager is shown beneath the script controls |
39 | | - |
40 | | -- **Improved toolbar layout** |
41 | | - - Better wrapping |
42 | | - - Better visibility on sidebar-heavy layouts |
43 | | - - Search box stays visible more reliably |
44 | | - |
45 | | -- **Rounded result cards with green glow** |
46 | | - - Rounded corners |
47 | | - - Green outer glow |
48 | | - - Improved matched-result highlighting |
49 | | - - Cleaner hover feel |
50 | | - |
51 | | -- **Better empty-state messaging** |
52 | | - - Shows a visible no-results message in the results area |
53 | | - |
54 | | -- **Dynamic release-group handling** |
55 | | - - Group list updates from visible results |
56 | | - - Works better as filters change |
57 | | - |
58 | | -- **Updated labels** |
59 | | - - `All groups` → `All Release Groups` |
60 | | - - `All resolutions` → `All Resolutions` |
61 | | - - `All pages` → `All Pages` |
62 | | - |
63 | | -- **Quick links improvements** |
64 | | - - Host labels cleaned up |
65 | | - - Copy individual links |
66 | | - - Copy all links per host |
67 | | - - Inline access without opening each detail page |
| 9 | +## 🔎🔥 Highlights: |
68 | 10 |
|
69 | | ---- |
70 | 11 | ### 🗃️ Advanced Filtering and Sorting |
71 | 12 |
|
72 | 13 | #### Row 1: Main filters and section navigation |
@@ -145,18 +86,29 @@ Examples it is better at handling: |
145 | 86 | - View host links without opening the release page |
146 | 87 | - Copy links to clipboard directly |
147 | 88 |
|
| 89 | +### 🔤 Smart Text Matching |
| 90 | + |
| 91 | +- Case-insensitive matching |
| 92 | +- Accent normalization |
| 93 | +- Better handling for dots, dashes, spaces, and other separators |
| 94 | +- More forgiving matching for inconsistent release naming |
| 95 | + |
| 96 | +### 📕 Custom Pagination |
| 97 | +- Native pagination is hidden |
| 98 | +- A cleaner custom pagination that dynamically shows filtered results, with live changes depending on your filters. |
| 99 | +- Modern intuitive page number buttons |
| 100 | + |
148 | 101 | --- |
149 | 102 |
|
150 | 103 | ### 💪 Stability |
151 | 104 |
|
152 | | -Improvements include: |
| 105 | +#### Stability included: |
| 106 | + |
153 | 107 | - Abort protection for active loading |
154 | 108 | - Delayed clear-after-stop handling |
155 | 109 | - Safer observer timing |
156 | 110 | - Fewer UI collisions during large result updates |
157 | 111 |
|
158 | | -These changes are aimed at reducing freezes and slowdown during aggressive multi-page searching. |
159 | | - |
160 | 112 | --- |
161 | 113 |
|
162 | 114 | ## ✅ Easy Installation |
|
0 commit comments