From 8015dc2226a6c168464078c664bfe3dad080a60e 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 | 13 +++++++++++++ 2 files changed, 14 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..5e35efbd7 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,16 @@ +## 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 + +### Changed +- Update multiple busy dialog crash workaround #891 +- Use all playable codecs but deprioritise if not selected in stream features + +### 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