TubeFeed의 버전 기록 - 3개 버전
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 0.5.9
2026년 5월 9일에 출시 - 99.33 KBfirefox 140.0 이상에서 작동v0.5.9
Fix - channel page scraper compatible with new YouTube lockupViewModel format- YouTube migrated their channel
/videospage fromvideoRendererper-item nodes tolockupViewModel. The scraper now recognises both formats - legacy and current - so channel polling works again without requiring a YouTube Data API key. The diagnostic added in 0.5.8 will continue to surface details of any future format change automatically.
MIT 라이선스에 따라 릴리스된 소스 코드
- YouTube migrated their channel
이전 버전
버전 0.5.7
2026년 5월 9일에 출시 - 98.49 KBfirefox 140.0 이상에서 작동v0.5.7
Diagnostics — scrape failure reasons surfaced in channel errors- When a channel poll fails because the YouTube channel-page scraper returned no videos, the channel's saved error now identifies which step of the scrape pipeline zeroed out (e.g.
no_ytInitialData_match,no_richGridRenderer,all_grid_items_unparseable). Visible via right-click on a channel and via Settings → Copy debug info. Previous error text was a single generic message that didn't pinpoint the cause; this is intended to help diagnose future YouTube format changes without code modifications.
MIT 라이선스에 따라 릴리스된 소스 코드
- When a channel poll fails because the YouTube channel-page scraper returned no videos, the channel's saved error now identifies which step of the scrape pipeline zeroed out (e.g.
버전 0.5.5
2026년 5월 9일에 출시 - 97.88 KBfirefox 140.0 이상에서 작동v0.5.5
Bug fix — tombstone write race- Concurrent watched/unwatched updates could race against each other in
chrome.storage.local, occasionally restoring a freshly unwatched video back to watched. Writes are now serialized through a single chain so the latest state always wins.
MIT 라이선스에 따라 릴리스된 소스 코드
- Concurrent watched/unwatched updates could race against each other in