diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 67fb0050..8423a126 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,7 +4,6 @@ variables: trigger: branches: include: - - Matrix - Nexus - Omega - releases/* @@ -30,16 +29,26 @@ jobs: GENERATOR: "Visual Studio 17 2022" ARCHITECTURE: x64 CONFIGURATION: Release + Win32-UWP: + GENERATOR: "Visual Studio 17 2022" + ARCHITECTURE: Win32 + CONFIGURATION: Release + WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0" Win64-UWP: GENERATOR: "Visual Studio 17 2022" ARCHITECTURE: x64 CONFIGURATION: Release WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0" - ARM64-UWP: + ARM32-UWP: GENERATOR: "Visual Studio 17 2022" - ARCHITECTURE: ARM64 + ARCHITECTURE: ARM CONFIGURATION: Release WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0" + #ARM64-UWP: + # GENERATOR: "Visual Studio 17 2022" + # ARCHITECTURE: ARM64 + # CONFIGURATION: Release + # WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0" workspace: clean: all diff --git a/pvr.iptvsimple/changelog.txt b/pvr.iptvsimple/changelog.txt index a1b65c90..4cc33ca1 100644 --- a/pvr.iptvsimple/changelog.txt +++ b/pvr.iptvsimple/changelog.txt @@ -1,4 +1,4 @@ -v2.8.0 +v21.8.0 - Support catchup-id for live URLs where possible - Support the Y, m, d, H, M, S specifiers for live URLs, useful for plugins and debugging - Enable Play from EPG in Live TV mode setting for Catchup VOD