Skip to content

Commit fc0b621

Browse files
authored
Merge pull request #1426 from MoojMidge/v7.4
v7.4.2
2 parents 5e0d4f8 + a1f6b58 commit fc0b621

2 files changed

Lines changed: 23 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.2+beta.2" provider-name="anxdpanic, bromix, MoojMidge">
2+
<addon id="plugin.video.youtube" name="YouTube" version="7.4.2" 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: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## v7.4.2
2+
### Fixed
3+
- Ensure updated context is used in client instance when rerouting to existing provider handler methods #1418
4+
- Fix required ID potentially not being passed to YouTubeDataClient.(add|remove)_video_from_playlist() #1418
5+
- Skip unplayable live manifests #1377
6+
- Handle inconsistent error codes and names used in Python 2 #1412
7+
- Simplify byte range to timestamp conversion for compatibility with Python 2 #1412
8+
- Fix unnecessarily reloading listing when adding items to Bookmarks
9+
10+
### Changed
11+
- Update parsing of plugin urls for path params and ID lists #1418
12+
- Rework addon debug log settings (Addon > Settings > Advanced > Debug > Enable debug logging) #1385
13+
- Allowable values:
14+
- Disabled (addon logging output disabled)
15+
- Auto (default, addon logging output enabled if Kodi debug logging enabled)
16+
- Always enabled (addon logging output enabled)
17+
- Verbose (additional addon logging output enabled)
18+
- Various other improvement to addon logging
19+
20+
### New
21+
- Update Setup Wizard to account for user possibly using mismatched watch history settings
22+
123
## v7.4.2+beta.2
224
### Fixed
325
- Ensure updated context is used in client instance when rerouting to existing provider handler methods #1418

0 commit comments

Comments
 (0)