Version bump v7.1.0+beta.5

This commit is contained in:
MoojMidge 2024-09-26 10:34:21 +10:00
parent 1e19271b2c
commit 75401214ec
2 changed files with 13 additions and 1 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.youtube" name="YouTube" version="7.1.0+beta.4" provider-name="anxdpanic, bromix, MoojMidge"> <addon id="plugin.video.youtube" name="YouTube" version="7.1.0+beta.5" provider-name="anxdpanic, bromix, MoojMidge">
<requires> <requires>
<import addon="xbmc.python" version="3.0.0"/> <import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.requests" version="2.27.1"/> <import addon="script.module.requests" version="2.27.1"/>

View file

@ -1,3 +1,15 @@
## v7.1.0+beta.5
### Fixed
- Fix default thumbnails not being updated if available
### Changed
- Remove revoked API credentials
- Improve handling of "forbidden - The caller does not have permission" errors
### New
- Preliminary support for /watch_videos YouTube urls
- Player client updates
## v7.1.0+beta.4 ## v7.1.0+beta.4
### Fixed ### Fixed
- Fix playback history related context menu items not being shown #904 - Fix playback history related context menu items not being shown #904