mirror of
https://github.com/anxdpanic/plugin.video.youtube.git
synced 2025-12-15 15:10:34 -08:00
Version bump v7.1.0+beta.1
This commit is contained in:
parent
bdfa47f947
commit
83e5339003
2 changed files with 16 additions and 1 deletions
|
|
@ -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.0.9.2" provider-name="anxdpanic, bromix, MoojMidge">
|
<addon id="plugin.video.youtube" name="YouTube" version="7.1.0+beta.1" 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"/>
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,18 @@
|
||||||
|
## v7.1.0+beta.1
|
||||||
|
###
|
||||||
|
- Fix logging/retry of sqlite3.OperationalError
|
||||||
|
- Fix trying to use ISA for progressive live streams
|
||||||
|
- Retain list position when refreshing listings
|
||||||
|
- Add workarounds for trying to play videos using RunPlugin rather PlayMedia
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Update multiple busy dialog crash workaround #891
|
||||||
|
- Use all playable codecs but deprioritise if not selected in stream features
|
||||||
|
- Change default live stream type to suit ISA and Youtube stream availability
|
||||||
|
|
||||||
|
### New
|
||||||
|
- Allow ask for quality from context menu to override audio only setting
|
||||||
|
|
||||||
## v7.0.9.2
|
## v7.0.9.2
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fix various Kodi 18 listitem setInfo compatibility issues
|
- Fix various Kodi 18 listitem setInfo compatibility issues
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue