You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28-1Lines changed: 28 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,32 @@
1
1
# Changelog
2
2
3
+
## Version 3.2.7
4
+
5
+
### Category Filters + Quick Block Hover Cross
6
+
7
+
-**Quick Block default ON (one-time migration)**: `showQuickBlockButton` now defaults to enabled in v3.2.7, while still allowing users to disable it anytime.
8
+
-**Safe migration behavior**: Added a one-time migration marker (`quickBlockDefaultV327Applied`) so this default is applied once and not re-forced on future updates.
9
+
-**Quick block card action hardening**: Improved card anchoring and hover lifecycle so the quick cross stays visible on complex YouTube surfaces.
10
+
-**Search/Home Shorts hover retention fix**: Pointer tracking now retains hover state while the pointer remains inside host/anchor bounds, reducing cross disappearance under overlay layers.
11
+
12
+
### Blocking Stability Fixes
13
+
14
+
-**Comment block isolation**: Comment-origin block actions are now context-isolated from watch/playlist card logic.
15
+
-**Playlist autoplay regression fix**: Blocking from comment menus no longer triggers unintended playlist row hide/next-video transitions.
16
+
-**Context-safe identity path**: Comment-origin actions skip video-card prefetch/identity merge paths that could leak currently-playing card identity.
17
+
18
+
### Release Notes + What’s New
19
+
20
+
-**v3.2.7 release note refreshed** in `data/release_notes.json` with short, feature-first highlights.
21
+
22
+
### Documentation Updates
23
+
24
+
- Updated quick-block behavior and reliability notes in:
25
+
-`docs/FUNCTIONALITY.md`
26
+
-`docs/ARCHITECTURE.md`
27
+
-`docs/CODEMAP.md`
28
+
- Added README feature note for the quick block cross and updated badge/version metadata.
FilterTube is a browser extension that gives you control over your YouTube feed. Filter videos, shorts, channels, and comments using keywords and smart rules—all processing happens privately on your device.
@@ -30,6 +20,7 @@ FilterTube is a browser extension that gives you control over your YouTube feed.
30
20
-**Hide Shorts**: Optional toggle to remove every Shorts shelf and player hand-off.
31
21
-**Smart Matching**: Choose partial or whole-word matching to stay strict or flexible.
32
22
-**Shelf & Playlist Cleanup**: Refilters shelves and playlists so blocked creators stay gone even after navigation.
23
+
-**Quick Block Cross (v3.2.7)**: One-tap hover cross on cards to block instantly (enabled by default, can be disabled).
33
24
-**Content-Based Filters (v3.2.6)**:
34
25
- Filter by video duration (longer/shorter/between specific lengths)
35
26
- Filter by upload date (newer/older/between specific dates)
@@ -231,7 +222,7 @@ FilterTube uses a robust hybrid blocking mechanism for YouTube Shorts.
231
222
232
223
Found a bug or have a feature request? [Open an issue on GitHub](https://github.com/varshneydevansh/FilterTube/issues).
233
224
234
-
Want to support the project? You can donate on Ko-fi: [ko-fi.com/filtertube](https://ko-fi.com/filtertube)
225
+
Want to support the project? You can donate on Ko-fi: [](https://ko-fi.com/filtertube)
Copy file name to clipboardExpand all lines: data/release_notes.json
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
{
3
3
"_comment": "Shared release notes source for the dashboard What's New tab and the YouTube release banner. Keep entries sorted newest-first by version."
0 commit comments