Skip to content

Commit 3ea819d

Browse files
committed
Version bump v7.4.1
1 parent 410b63b commit 3ea819d

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

addon.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<addon id="plugin.video.youtube" name="YouTube" version="7.4.1+beta.3" provider-name="anxdpanic, bromix, MoojMidge">
2+
<addon id="plugin.video.youtube" name="YouTube" version="7.4.1" provider-name="anxdpanic, bromix, MoojMidge">
33
<requires>
44
<import addon="xbmc.python" version="3.0.0"/>
55
<import addon="script.module.requests" version="2.27.1"/>

changelog.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## v7.4.1
2+
### Fixed
3+
- Fix unnecessary double resolve on playback #1371
4+
- Attempt to break busy dialog workaround loop if post run action succeeds #1386
5+
- Don't swallow unhandled plugin exceptions without logging and running listing end callback #1386
6+
- Python 2 compatibility fix for urllib3 only checking for str type when accessing module constants using getattr
7+
- Always refresh missing access tokens if partially logged in and refresh tokens are available #1389
8+
- Fix missing post run plugin runner option used when search input is a plugin url
9+
- Fix incorrectly identifying and removing Opus audio from list of available streams #537
10+
- Clean up window properties in case of exception during plugin invocation #1386
11+
12+
### Changed
13+
- Simplify caching and fetching of updated subscriptions for My Subscriptions #1395
14+
- Always load cached My Subscriptions feed data and load cached data if feed update fails #1395
15+
- Use available access token when first initialising client rather than setting access tokens at later stage of client initialisation #1389
16+
- Don't cache main plugin menu so that Sign-In/Out item always reflects actual logged in status
17+
- Automatically add/remove items from local watch later list when using YouTube WL list
18+
19+
### New
20+
- Add Auto-like after watch feature with optional channel filtering
21+
122
## v7.4.1+beta.3
223
### Changed
324
- Always load cached My Subscriptions feed data and load cached data if feed update fails #1395

0 commit comments

Comments
 (0)