Skip to content

Commit

Permalink
Version bump - v7.0.3+beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MoojMidge committed Feb 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 017945c commit d8389be
Showing 2 changed files with 17 additions and 1 deletion.
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.3+beta.2" provider-name="anxdpanic, bromix">
<addon id="plugin.video.youtube" name="YouTube" version="7.0.3+beta.3" provider-name="anxdpanic, bromix">
<requires>
<import addon="xbmc.python" version="3.0.1"/>
<import addon="script.module.requests" version="2.12.4"/>
16 changes: 16 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v7.0.3+beta.3
### Fixed
Fix invalid error when removing subscriptions #568
Fix removing item from playlist #570
Fix related videos and respect pagination limits #572
Fix not correctly including visitor data in continuation requests
Fix for possible database locks during setup
Fix incorrect timezone details for premiered time #574

### Changed
Don't show subscribe context menu item in My Subscriptions #568

### New
Add ability to unsubscribe from My Subscriptions #240, #568
Make MPEG-DASH frame rate details configurable #336

## v7.0.3+beta.2
### Changed
- Function and data cache are now created per user

0 comments on commit d8389be

Please sign in to comment.