mirror of
https://github.com/anxdpanic/plugin.video.youtube.git
synced 2025-12-15 15:10:34 -08:00
Version bump v7.1.1+beta.2
This commit is contained in:
parent
4ca960b403
commit
b6f6837733
2 changed files with 20 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<addon id="plugin.video.youtube" name="YouTube" version="7.1.1+beta.1" provider-name="anxdpanic, bromix, MoojMidge">
|
||||
<addon id="plugin.video.youtube" name="YouTube" version="7.1.1+beta.2" provider-name="anxdpanic, bromix, MoojMidge">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="3.0.0"/>
|
||||
<import addon="script.module.requests" version="2.27.1"/>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,22 @@
|
|||
## v7.1.1+beta.2
|
||||
### Fixed
|
||||
- Standardise return type of LoginClient.refresh_token #932
|
||||
- Fix curl headers not being used when set on path of setResolvedUrl listitem
|
||||
- Fix HEAD requests to MPD manifests
|
||||
- Fix various Python2 incompatible changes
|
||||
- Properly distinguish between VP9 and VP9.2 with HDR info
|
||||
- Fix http server not running when script shows client IP
|
||||
|
||||
### Changed
|
||||
- Improve display and update of bookmarks
|
||||
- Explicitly set http server protocol version to HTTP/1.1
|
||||
- Improve logging
|
||||
|
||||
### New
|
||||
- Add View all and Shuffle context menu items for playlists
|
||||
- New setting to enable debug logging for addon
|
||||
- Setting > Advanced > Logging > Enable debug logging
|
||||
|
||||
## v7.1.1+beta.1
|
||||
### Fixed
|
||||
- Fix http server not listening on any interface if listen IP is 0.0.0.0 #927
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue