mirror of
https://github.com/anxdpanic/plugin.video.youtube.git
synced 2025-12-15 15:10:34 -08:00
Version bump v7.3.0+alpha.3
This commit is contained in:
parent
1af63e5184
commit
cb43fcf05c
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.3.0+alpha.2" provider-name="anxdpanic, bromix, MoojMidge">
|
||||
<addon id="plugin.video.youtube" name="YouTube" version="7.3.0+alpha.3" 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.3.0+alpha.3
|
||||
### Fixed
|
||||
- Ensure plugin folders in channel listings are not processed as YouTube items
|
||||
- Fix not refreshing cached data when not logged in #1224
|
||||
- Fix potentially misidentifying vp9.2 video streams #1222
|
||||
- Fix not fully redacting logged stream data
|
||||
|
||||
### Changed
|
||||
- Do not show notification when automatically removing played video from Watch Later list
|
||||
- Add visitor ID to stream headers #1222
|
||||
- Improve logging of adaptive streams from player requests #1222
|
||||
- Identify and de-prioritise DRC audio streams
|
||||
- Specifically use elapsed time for plugin profiling if available
|
||||
- Use new BookmarkItem class for custom bookmarks to allow updating details like normal bookmarks
|
||||
- Default to list as path command if not given when navigating to various internal listings
|
||||
|
||||
### New
|
||||
- Add support for 3D/VR video and spatial audio in stream selections
|
||||
|
||||
## v7.3.0+alpha.2
|
||||
### Fixed
|
||||
- Fix clip start and end time parsing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue