diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 51ea5bc..330850b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.53.7" + ".": "0.54.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3545146..62aca12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [0.54.0](https://github.com/webstreamr/webstreamr/compare/v0.53.7...v0.54.0) (2025-10-06) + + +### Miscellaneous Chores + +* **deps:** lock file maintenance ([#408](https://github.com/webstreamr/webstreamr/issues/408)) ([5a4f28e](https://github.com/webstreamr/webstreamr/commit/5a4f28e50a31d4bda361fb9f1aca0580dd803a26)) +* **deps:** update dependency @types/node to v22.18.8 ([#407](https://github.com/webstreamr/webstreamr/issues/407)) ([f7bb497](https://github.com/webstreamr/webstreamr/commit/f7bb4974327a3fc91a51dd5d622b46bc4614af1c)) +* **deps:** update eslint monorepo to v9.37.0 ([#404](https://github.com/webstreamr/webstreamr/issues/404)) ([b836040](https://github.com/webstreamr/webstreamr/commit/b8360405dd250bbc3682a3d7ab6defb53d07f27f)) +* **extractor:** add FileLions domain ([78125c7](https://github.com/webstreamr/webstreamr/commit/78125c7f375b4a8ed69ea962cd9c9e2d6c6b4a11)) +* **extractor:** add KinoGer domain ([c27c1f9](https://github.com/webstreamr/webstreamr/commit/c27c1f95417f408bd14bd8c7e33b52d3a8ab20f3)) +* **extractor:** re-use and optimise mediaflow default fetch init slightly ([7191c59](https://github.com/webstreamr/webstreamr/commit/7191c59b8a9624e565a0b9e813d4a3833fa306ab)) +* **extractor:** work around VidSrc blocking by generating random IPs ([c610a99](https://github.com/webstreamr/webstreamr/commit/c610a995c2e4b8f397f5b6af05b46695c3305453)) + + +### Features + +* **extractor:** add new MediaFlow Proxy extractors FileMoon, LuluStream and Voe ([bb21bbc](https://github.com/webstreamr/webstreamr/commit/bb21bbc7fa042b1dd2ebcceffe389dc28aa5753d)) + + +### Bug Fixes + +* **extractor:** handle FileLions Not Found case ([d1493cb](https://github.com/webstreamr/webstreamr/commit/d1493cbb579a6d02399b9bd28003f2aee6467844)) +* **extractor:** handle StreamEmbed video is not ready ([424c2fd](https://github.com/webstreamr/webstreamr/commit/424c2fd1e0cf63438f5726de281cdf08a1aab46d)) +* **extractor:** remove referer header from Mixdrop ([eea8cac](https://github.com/webstreamr/webstreamr/commit/eea8cac018aa99cc870ae4665d81e43c30af8904)) +* **source:** use PrimeWire page instead of API as Referer ([30a709d](https://github.com/webstreamr/webstreamr/commit/30a709d6198f96e8d781fdab58421ca968931640)) + ## [0.53.7](https://github.com/webstreamr/webstreamr/compare/v0.53.6...v0.53.7) (2025-10-02) diff --git a/package-lock.json b/package-lock.json index d6d46a4..5f9442b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "webstreamr", - "version": "0.53.7", + "version": "0.54.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "webstreamr", - "version": "0.53.7", + "version": "0.54.0", "license": "MIT", "dependencies": { "@keyv/sqlite": "^4.0.5", diff --git a/package.json b/package.json index 89bf9df..406feb5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "webstreamr", "description": "Provides HTTP URLs from streaming websites.", - "version": "0.53.7", + "version": "0.54.0", "type": "commonjs", "scripts": { "analyse": "tsc --noEmit --project ./tsconfig.dev.json", diff --git a/src/utils/manifest.ts b/src/utils/manifest.ts index 27033d4..a9f6ac1 100644 --- a/src/utils/manifest.ts +++ b/src/utils/manifest.ts @@ -10,7 +10,7 @@ const typedEntries = (obj: T): [keyof T, T[keyof T]][] => (Obj export const buildManifest = (sources: Source[], extractors: Extractor[], config: Config): CustomManifest => { const manifest: CustomManifest = { id: envGetAppId(), - version: '0.53.7', // x-release-please-version + version: '0.54.0', // x-release-please-version name: envGetAppName(), description: 'Provides HTTP URLs from streaming websites. Configure add-on for additional languages. Add MediaFlow proxy for more URLs.', resources: [