Skip to content

Commit ecf4228

Browse files
committed
Version bump v7.4.2+beta.1
1 parent 4e7c629 commit ecf4228

2 files changed

Lines changed: 20 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.1" provider-name="anxdpanic, bromix, MoojMidge">
2+
<addon id="plugin.video.youtube" name="YouTube" version="7.4.2+beta.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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## v7.4.2+beta.1
2+
### Fixed
3+
- Skip unplayable live manifests #1377
4+
- Handle inconsistent error codes and names used in Python 2 #1412
5+
- Simplify byte range to timestamp conversion for compatibility with Python 2 #1412
6+
- Fix unnecessarily reloading listing when adding items to Bookmarks
7+
8+
### Changed
9+
- Rework addon debug log settings (Addon > Settings > Advanced > Debug > Enable debug logging) #1385
10+
- Allowable values:
11+
- Disabled (addon logging output disabled)
12+
- Auto (default, addon logging output enabled if Kodi debug logging enabled)
13+
- Always enabled (addon logging output enabled)
14+
- Verbose (additional addon logging output enabled)
15+
- Various other improvement to addon logging
16+
17+
### New
18+
- Update Setup Wizard to account for user possibly using mismatched watch history settings
19+
120
## v7.4.1.1
221
### Fixed
322
- Address possible race condition resulting in KeyError exception when calling pop() on an empty set

0 commit comments

Comments
 (0)