Skip to content

Commit

Permalink
Version bump v7.0.6+beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MoojMidge committed Apr 16, 2024
1 parent 166483d commit 729bd7e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.youtube" name="YouTube" version="7.0.6+beta.1" provider-name="anxdpanic, bromix, MoojMidge">
<addon id="plugin.video.youtube" name="YouTube" version="7.0.6+beta.2" provider-name="anxdpanic, bromix, MoojMidge">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.requests" version="2.27.1"/>
Expand Down
12 changes: 10 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v7.0.6+beta.1
### Fixed
- Further fixes for multiple busy dialog crash workaround
- Possibly fix issues reported in comments of #704
- Update error checks to avoid unnecessary retries of player request

### Changed
- Make "Support alternative player" and "Use YouTube website urls with default player" mutually exclusive options

## v7.0.6+beta.1
### Fixed
- Improve updating containers and (re)loading windows #681
Expand All @@ -7,8 +16,7 @@

### Changed
- Setup Wizard default settings now disable pre-downloading subtitles if MPEG-DASH is enabled
- Ask for quality, Play with subtitles, Play audio only context menu items only displayed if
associated setting is not already enabled
- Ask for quality, Play with subtitles, Play audio only context menu items only displayed if associated setting is not already enabled
- Only make extra request for subtitles for Android client when all subtitle languages are enabled
- Overhaul alternative player support due to Kodi changes and also improve external player support

Expand Down

0 comments on commit 729bd7e

Please sign in to comment.