Skip to content

Commit 17c54a5

Browse files
committed
2 parents b96be1a + 619f588 commit 17c54a5

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

Repo/.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.3.6"
2+
".": "1.3.7"
33
}

Repo/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.3.7](https://github.com/Fred-Vatin/yt-playlist-filter/compare/v1.3.6...v1.3.7) (2026-07-27)
4+
5+
6+
### 🐞 Bug Fixes
7+
8+
* autoTopList with new YouTube version ([3968a04](https://github.com/Fred-Vatin/yt-playlist-filter/commit/3968a046bb33e5b35f0856fb509d42f23ecb641f)), closes [#20](https://github.com/Fred-Vatin/yt-playlist-filter/issues/20)
9+
310
## [1.3.6](https://github.com/Fred-Vatin/yt-playlist-filter/compare/v1.3.5...v1.3.6) (2026-04-11)
411

512

user script/yt-playlist-filter.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name YouTube Save to Playlist filter
33
// @namespace fred.vatin.yt-playlists-filter
4-
// @version 1.1.10
4+
// @version 1.3.8
55
// @description Tap P key to open the “save to playlist” menu where your can type to filter
66
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com
77
// @author Fred Vatin
@@ -658,7 +658,7 @@
658658
const sortedItems = Array.from(playlists.querySelectorAll(selector_ListItems));
659659
console.log("✅ [autoTopList] sortedItems number: ", sortedItems.length);
660660
} else {
661-
console.log("❌ [autoTopList] this video doesn’t belong to any existing playlist. No sorting needed.");
661+
console.log(`❌ [autoTopList] Selector "${selector_SelItems}" not found. This video may not belong to any existing playlist. Sorting aborted.`);
662662
}
663663
}
664664

0 commit comments

Comments
 (0)