From 83e5339003ba9de6493ed374a11b164fcdd069db Mon Sep 17 00:00:00 2001 From: MoojMidge <56883549+MoojMidge@users.noreply.github.com> Date: Wed, 4 Sep 2024 06:45:43 +1000 Subject: [PATCH] Version bump v7.1.0+beta.1 --- addon.xml | 2 +- changelog.txt | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/addon.xml b/addon.xml index 4fe7c8693..e5a77d0e4 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + diff --git a/changelog.txt b/changelog.txt index a46721359..33e03c8e8 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,18 @@ +## v7.1.0+beta.1 +### +- Fix logging/retry of sqlite3.OperationalError +- Fix trying to use ISA for progressive live streams +- Retain list position when refreshing listings +- Add workarounds for trying to play videos using RunPlugin rather PlayMedia + +### Changed +- Update multiple busy dialog crash workaround #891 +- Use all playable codecs but deprioritise if not selected in stream features +- Change default live stream type to suit ISA and Youtube stream availability + +### New +- Allow ask for quality from context menu to override audio only setting + ## v7.0.9.2 ### Fixed - Fix various Kodi 18 listitem setInfo compatibility issues