mirror of
https://github.com/anxdpanic/plugin.video.youtube.git
synced 2025-12-15 15:10:34 -08:00
Version bump - v7.0.5
This commit is contained in:
parent
5782e7b257
commit
c68bdc6e41
2 changed files with 37 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.0.5+beta.5" provider-name="anxdpanic, bromix, MoojMidge">
|
||||
<addon id="plugin.video.youtube" name="YouTube" version="7.0.5" 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,39 @@
|
|||
## v7.0.5
|
||||
### Fixed
|
||||
- Fix typo causing no fractional frame rate hinting to fail #679
|
||||
- Fix typo that caused android player requests to fail
|
||||
- Fix error message when rating video #666
|
||||
- Fix various issues with Kodi 18 and Python 2 #668
|
||||
- Fix issues with video playback #654, #659, #663
|
||||
- Fix typos #661
|
||||
- Fix typo that prevented videos from being listed in Kodi versions prior to v20 #662
|
||||
- Try to prevent Kodi freezing when settings are updated and container is reloaded
|
||||
- Fix lockups when using xbmc.executebuiltin #647, #653
|
||||
- Fix searching for preferred language subtitles not using non-region specific subtitles
|
||||
- Fix not being able to set custom watch later history playlist per user #646
|
||||
- Update workarounds for multiple busy dialog crashes #640, #649
|
||||
- Fix playing incorrect video when player request is blocked #654
|
||||
|
||||
### Changed
|
||||
- Update language used for maintenance action prompts that clear data
|
||||
- Display search history as list rather than videos
|
||||
- Update Setup Wizard
|
||||
- Add settings for Raspberry Pi 3 class devices (1080p30, VP9 enabled)
|
||||
- Update settings for Raspberry Pi 4 class devices (1080p60, VP9 enabled)
|
||||
- Move option to disable list details to last step in wizard
|
||||
- Shared playlist play using default order without prompting
|
||||
- Removed dependency on script.module.infotagger #479
|
||||
- Removed Nexus specific releases
|
||||
- Matrix releases will now work in Kodi v19+
|
||||
- Leia releases will work, but are unsupported, for Kodi v18 only
|
||||
- Updated client versions used for player requests
|
||||
- Use iOS client as fallback for default client selection
|
||||
|
||||
### New
|
||||
- Add new client that may provide 1080p non-adaptive formats
|
||||
- Can be accessed as Alternate #2
|
||||
- Allow channel name to be displayed/sorted in listing depending on sort order #644
|
||||
|
||||
## v7.0.5+beta.5
|
||||
### Fixed
|
||||
- Fix typo causing no fractional frame rate hinting to fail #679
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue