mirror of
https://github.com/anxdpanic/plugin.video.youtube.git
synced 2025-12-05 18:20:41 -08:00
Version bump v7.3.0+beta.9
This commit is contained in:
parent
13a4907262
commit
0db45cb923
2 changed files with 15 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.3.0+beta.8" provider-name="anxdpanic, bromix, MoojMidge">
|
||||
<addon id="plugin.video.youtube" name="YouTube" version="7.3.0+beta.9" 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,17 @@
|
|||
## v7.3.0+beta.9
|
||||
### Fixed
|
||||
- Disable label masks being used in Kodi 18 #1327
|
||||
- Python 2 compatibility workaround for lack of timeout when trying to acquire an RLock #1327
|
||||
- More expansive handling of inconsistent urllib3 exception re-raising
|
||||
|
||||
### Changed
|
||||
- Improve robustness of fetching recommended and related videos
|
||||
- Improve workarounds for SQLite concurrency issues
|
||||
- Remove possibly invalid access token if an authentication error occurs
|
||||
- Better organise and use standard labels for http server address and port settings
|
||||
- Try to make http server IP address selection even more obvious when running Setup Wizard #1320
|
||||
- Improve logging of errors caused by localised strings that have been incorrectly translated
|
||||
|
||||
## v7.3.0+beta.8
|
||||
### Fixed
|
||||
- Fix regression in handling audio only setting after d154325c5b672dccc6a17413063cfdeb32256ffd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue