|
| 1 | +## v7.4.1.1 |
| 2 | +### Fixed |
| 3 | +- Address possible race condition resulting in KeyError exception when calling pop() on an empty set |
| 4 | + |
| 5 | +## v7.4.1 |
| 6 | +### Fixed |
| 7 | +- Fix unnecessary double resolve on playback #1371 |
| 8 | +- Attempt to break busy dialog workaround loop if post run action succeeds #1386 |
| 9 | +- Don't swallow unhandled plugin exceptions without logging and running listing end callback #1386 |
| 10 | +- Python 2 compatibility fix for urllib3 only checking for str type when accessing module constants using getattr |
| 11 | +- Always refresh missing access tokens if partially logged in and refresh tokens are available #1389 |
| 12 | +- Fix missing post run plugin runner option used when search input is a plugin url |
| 13 | +- Fix incorrectly identifying and removing Opus audio from list of available streams #537 |
| 14 | +- Clean up window properties in case of exception during plugin invocation #1386 |
| 15 | + |
| 16 | +### Changed |
| 17 | +- Simplify caching and fetching of updated subscriptions for My Subscriptions #1395 |
| 18 | +- Always load cached My Subscriptions feed data and load cached data if feed update fails #1395 |
| 19 | +- Use available access token when first initialising client rather than setting access tokens at later stage of client initialisation #1389 |
| 20 | +- Don't cache main plugin menu so that Sign-In/Out item always reflects actual logged in status |
| 21 | +- Automatically add/remove items from local watch later list when using YouTube WL list |
| 22 | + |
| 23 | +### New |
| 24 | +- Add Auto-like after watch feature with optional channel filtering |
| 25 | + |
| 26 | +## v7.4.1+beta.3 |
| 27 | +### Changed |
| 28 | +- Always load cached My Subscriptions feed data and load cached data if feed update fails #1395 |
| 29 | + |
| 30 | +## v7.4.1+beta.2 |
| 31 | +### Fixed |
| 32 | +- Fix unnecessary double resolve on playback #1371 |
| 33 | +- Attempt to break busy dialog workaround loop if post run action succeeds #1386 |
| 34 | +- Don't swallow unhandled plugin exceptions without logging and running listing end callback #1386 |
| 35 | +- Python 2 compatibility fix for urllib3 only checking for str type when accessing module constants using getattr |
| 36 | + |
| 37 | +## v7.4.1+beta.1 |
| 38 | +### Fixed |
| 39 | +- Always refresh missing access tokens if partially logged in and refresh tokens are available #1389 |
| 40 | +- Fix missing post run plugin runner option used when search input is a plugin url |
| 41 | +- Fix incorrectly identifying and removing Opus audio from list of available streams #537 |
| 42 | +- Clean up window properties in case of exception during plugin invocation #1386 |
| 43 | + |
| 44 | +### Changed |
| 45 | +- Use available access token when first initialising client rather than setting access tokens at later stage of client initialisation #1389 |
| 46 | +- Don't cache main plugin menu so that Sign-In/Out item always reflects actual logged in status |
| 47 | +- Automatically add/remove items from local watch later list when using YouTube WL list |
| 48 | + |
| 49 | +### New |
| 50 | +- Add Auto-like after watch feature with optional channel filtering |
| 51 | + |
1 | 52 | ## v7.4.0.1 |
2 | 53 | ### Fixed |
3 | 54 | - Use correct default value if view count is missing from player requests response #1386 |
|
0 commit comments