Skip to content

Commit

Permalink
Version bump v7.2.0+beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MoojMidge committed Jan 7, 2025
1 parent e300421 commit 5526d05
Show file tree
Hide file tree
Showing 2 changed files with 11 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.2.0+beta.2" provider-name="anxdpanic, bromix, MoojMidge">
<addon id="plugin.video.youtube" name="YouTube" version="7.2.0+beta.3" 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
10 changes: 10 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v7.2.0+beta.3
### Fixed
- Fix possible exception in creating request clients if client_data is not provided

### Changed
- Proxy stream requests using HTTPServer #527 #1040
- Correct primary video server url #1040
- Allow skipping adaptive formats for clients that may need PO tokens #1040
- Use default http server listen address of 127.0.0.1

## v7.2.0+beta.2
### Fixed
- Fix audio langauge fallback selection #989 #1036
Expand Down

0 comments on commit 5526d05

Please sign in to comment.