Skip to content

Commit 3edccda

Browse files
committed
Version bump v7.4.3+beta.1
1 parent cd9252f commit 3edccda

2 files changed

Lines changed: 19 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" provider-name="anxdpanic, bromix, MoojMidge">
2+
<addon id="plugin.video.youtube" name="YouTube" version="7.4.3+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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## v7.4.3+beta.1
2+
### Fixed
3+
- Updates to resolve inconsistent Python2 string encoding/decoding
4+
- Ensure parameters to Kodi builtin functions are parsed as string literals
5+
- Allow trailing slashes in url of html pages served by internal http server
6+
7+
### Changed
8+
- Open confirmation dialog, with a link for further information, when sign in process fails
9+
- Update API config page html
10+
- Improve handling of API key settings changes
11+
- Detect and notify when API requests cannot be completed
12+
- Use consistent language for signing in/out
13+
14+
### New
15+
- Add button in API settings to view address of API config page
16+
- Fallback to playing channel uploads if no live stream is available
17+
- Add fallback method to load playlists when v3 API request cannot be made
18+
119
## v7.4.2
220
### Fixed
321
- Ensure updated context is used in client instance when rerouting to existing provider handler methods #1418

0 commit comments

Comments
 (0)