From 5526d058275c8183dee9196b0ca96ef51cbe2d2f Mon Sep 17 00:00:00 2001 From: MoojMidge <56883549+MoojMidge@users.noreply.github.com> Date: Mon, 30 Dec 2024 02:36:06 +1100 Subject: [PATCH] Version bump v7.2.0+beta.3 --- addon.xml | 2 +- changelog.txt | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/addon.xml b/addon.xml index 2b4868432..ada5d7c18 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + diff --git a/changelog.txt b/changelog.txt index 867b4f700..c8fac6352 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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