Ιστορικό εκδόσεων του YouTube Subscription List View - 12 εκδόσεις
YouTube Subscription List View από Lukas Klinger
Προσέξτε τις παλιές εκδόσεις! Αυτές οι εκδόσεις εμφανίζονται για δοκιμές και σκοπούς αναφοράς.Θα πρέπει πάντα να χρησιμοποιείτε την πιο πρόσφατη έκδοση ενός προσθέτου.
Πιο πρόσφατη έκδοση
Έκδοση 2.1.9
Κυκλοφόρησε στις 22 Μαρ 2026 - 49,66 KBΛειτουργεί με firefox 128.0 και νεότεραPerformance- Remove fetch cap so descriptions load for entire feed by @Flaflo
Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT
Παλαιότερες εκδόσεις
Έκδοση 2.1.8
Κυκλοφόρησε στις 22 Μαρ 2026 - 49,71 KBΛειτουργεί με firefox 128.0 και νεότεραBug Fixes- Fix channel badge offset when switching from list to grid view by @Flaflo
Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT
Έκδοση 2.1.7
Κυκλοφόρησε στις 22 Μαρ 2026 - 50,1 KBΛειτουργεί με firefox 128.0 και νεότεραBug Fixes- Fix list view horizontal spacing to match grid view by @Flaflo
Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT
Έκδοση 2.1.6
Κυκλοφόρησε στις 22 Μαρ 2026 - 50,11 KBΛειτουργεί με firefox 128.0 και νεότεραBug Fixes- Fix Most Relevant videos missing list view spacing by @Flaflo
Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT
Έκδοση 2.1.5
Κυκλοφόρησε στις 22 Μαρ 2026 - 50,11 KBΛειτουργεί με firefox 128.0 και νεότεραBug Fixes- Fix header and content alignment in list view by @Flaflo
- Fix hide settings breaking video display in list view by @Flaflo
UI Changes- Improve Shorts shelf layout in list view by @Flaflo
Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT
Έκδοση 2.1.4
Κυκλοφόρησε στις 22 Μαρ 2026 - 50,09 KBΛειτουργεί με firefox 128.0 και νεότεραNew Features- Add avatar size setting to preferences by @Flaflo
- Add hide live streams setting by @Flaflo
Bug Fixes- Fix collaborating channel avatar not visible in list view by @Flaflo
- Fix live ring and collab avatar rendering in list view by @Flaflo
- Fix mini guide overlapping list view content by @Flaflo
- Fix settings modal spacing by @Flaflo
UI Changes- Align list view content spacing with grid view by @Flaflo
Performance- Lazy fetch descriptions via IntersectionObserver instead of eager DOM scanning by @Flaflo
Refactoring- Group selectors and move internal constants out of config by @Flaflo
Removals- Remove default view setting from preferences by @Flaflo
Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT
Έκδοση 2.1.3
Κυκλοφόρησε στις 22 Μαρ 2026 - 49,7 KBΛειτουργεί με firefox 128.0 και νεότεραNew Features- Add option to hide mini guide sidebar by @Flaflo
Bug Fixes- Update "Most Relevant" selector to match YouTube's new shelf-based layout by @Flaflo
Security- Fix minimatch ReDoS vulnerability via npm audit fix by @Flaflo
Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT
Έκδοση 2.1.2
Κυκλοφόρησε στις 22 Μαρ 2026 - 49,59 KBΛειτουργεί με firefox 128.0 και νεότεραBug Fixes- Fix double initYSLV execution in extension build by @Flaflo
Refactoring- Move entry points to src/bootstrap/ by @Flaflo
Removals- Remove duplicate restore calls in onSwitchView by @Flaflo
Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT
Έκδοση 2.1.1
Κυκλοφόρησε στις 22 Μαρ 2026 - 49,59 KBΛειτουργεί με firefox 128.0 και νεότεραBug Fixes- Fix Polymer restamping removes descriptions sometimes by @Flaflo
UI Changes- Reorganize settings sections and fix descriptions by @Flaflo
- Make modal header and footer paddings even by @Flaflo
Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT
Έκδοση 2.1.0
Κυκλοφόρησε στις 21 Μαρ 2026 - 49,54 KBΛειτουργεί με firefox 128.0 και νεότεραNew Features- Settings UI accessible via button in subscriptions page by @Flaflo
- Option to disable Shorts in subscriptions page by @Flaflo
- Option to disable most relevant section by @Flaflo
- Cross-Platform synchronization via user profile when installed as extension via official stores by @Flaflo
Bug Fixes- Fix version extraction in release workflow by @Flaflo
Refactoring- Rewrite project structure, add settings UI and created build pipeline by @Flaflo
- Refactored components from modal.ts to reusable component factories by @Flaflo
- Refactor css to bundle style and separate concerns by @Flaflo
- Rename redundant module files to index.ts by @Flaflo
- Deduplicate iconButton using optional wrap parameter by @Flaflo
- Extract YouTube/Kevlar class names into constants by @Flaflo
UI Changes- Replace --yt-spec-10-percent-layer with --yt-spec-outline by @Flaflo
Documentation- Move CI badge to front by @Flaflo
- Fix wrong version for Node.js mentioned as prerequisites by @Flaflo
- Add PRIVACY.md by @Flaflo
Configuration- Add Prettier, ESLint, upgrade to Vite 8 and Node 24 by @Flaflo
- Upgrade ESLint to v10, use defineConfig with extends by @Flaflo
- Include LICENSE in extension builds by @Flaflo
Dependencies- Bump TypeScript target and lib to ES2024 by @Flaflo
Full Changelog: https://github.com/Flaflo/yslv-userscript/compare/2.0.2...2.1.0Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT
Έκδοση 2.0.2
Κυκλοφόρησε στις 14 Μαρ 2026 - 45,79 KBΛειτουργεί με firefox 109.0 και νεότεραBug Fixes:
- Fixed channel names and icons not showing for some users
- Fixed avatar image not resizing when adjusting the avatar size setting
New Features:
- Added option to hide YouTube's algorithmic "Most Relevant" section on the subscriptions page
- Improved compatibility with the DeArrow extension to make thumbnails no longer collapse when replaced by DeArrow
Performance:
- Description fetching now uses YouTube's internal API instead of downloading full page HTMLΟ πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT
Έκδοση 2.0.1
Κυκλοφόρησε στις 8 Φεβ 2026 - 45,3 KBΛειτουργεί με firefox 109.0 και νεότερα- Fix a bug where navigating on the site and returning to subscribers sometimes won't load avatar & channel name
Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT