From 81b5f9f2d3d46f836cc36f2a3b7612e030fc3fd5 Mon Sep 17 00:00:00 2001 From: MoojMidge <56883549+MoojMidge@users.noreply.github.com> Date: Sat, 14 Sep 2024 22:27:57 +1000 Subject: [PATCH] Version bump v7.1.0+beta.2 --- addon.xml | 2 +- changelog.txt | 30 +++++++++++++++++++++++++++++- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/addon.xml b/addon.xml index e5a77d0e4..0fdfbc8c3 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + diff --git a/changelog.txt b/changelog.txt index 33e03c8e8..5cf89fc29 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,33 @@ +## v7.1.0+beta.2 +### Fixed +- Fix possible regression causing 6s delay on first play +- Fix regression in building client details causing wrong referer to be used +- Only reroute to new window if container was not filled by the plugin #896 +- Only reroute to new window if modal dialog is not open #896 + +### Changed +- Use a CommandItem that opens the Info dialog for comments to avoid log spam +- Revert old workaround for Kodi treating a non-folder listitem as playable +- Improve parsing of plugin url query parameters to allow empty values + +### New +- Add items_per_page query parameter to allow number of items in widgets to be customised #896 +- Add item_filter query parameter to override "Hide videos from listings" setting #896 + - Comma seperated string of item types to be filtered out of listing + - "?item_filter=shorts" will remove shorts from listing + - "?item_filter=shorts,live" will remove shorts and live streams from listing + - "?item_filter" will show all item types + - Allowable item types: + - shorts + - upcoming + - upcoming_live + - live + - premieres + - completed + - vod + ## v7.1.0+beta.1 -### +### Fixed - Fix logging/retry of sqlite3.OperationalError - Fix trying to use ISA for progressive live streams - Retain list position when refreshing listings