From e0f66d49d9063740abd3b55b1416acd14ec9d519 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 14:31:16 +0000 Subject: [PATCH] docs: add May 20 changelog entry for VidApi provider --- core/versions.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/versions.mdx b/core/versions.mdx index 4695cf4..8d9d9e4 100644 --- a/core/versions.mdx +++ b/core/versions.mdx @@ -7,6 +7,12 @@ mode: 'wide' You can always review the [latest release here](https://github.com/cinepro-org/core/releases/latest) and run it locally with `docker run -p 3000:3000 --name cinepro-core -e TMDB_API_KEY=your-tmdb-key ghcr.io/cinepro-org/core:latest` to see the newest features in action. For a detailed breakdown of recent changes, keep reading! + + ## New features + + - **VidApi provider** — A new `vidapi` provider has been added to the [provider lineup](/core/configuration/providers) and is enabled by default. It contributes additional movie and TV sources via the VaPlayer API, with no configuration changes required. + + ## Updates