Releases: cinepro-org/core
main-98ba005
What's Changed
- Add fshare feature by @An0n-00 in #56
- Add deployment guides and fshare feature with CI improvements by @An0n-01 in #58
Full Changelog: main-06fc661...main-98ba005
main-06fc661
What's Changed
Full Changelog: main-d89bad4...main-06fc661
main-d89bad4
What's Changed
Full Changelog: main-ecbc12d...main-d89bad4
main-ecbc12d
Release main-8334af1
Release main-8334af1
Release commit: 8334af1
✨ Features
none
🐛 Bug Fixes
🔧 Maintenance
- chore: update dependencies
- chore: add beta message
- chore: rewrite README and fix release workflow
- chore: update dependencies
📦 Other Changes
- Merge PR: #43 from dev (8334af1)
- cinepro-org/core into dev
- Update README.md
🚀 Quick Start
Run the latest version:
docker run --name cinepro-core-main-8334af1 -p 3000:3000 \
-e TMDB_API_KEY=your-tmdb-key \
ghcr.io/cinepro-org/core:latest📚 Documentation
For more details, check the:
Release main-a9ae33c
Release main-a9ae33c
Release commit: a9ae33c90697dd8ee0b6e2b309b15c05ed1b4420
✨ Features
- Added AnyEmbed support (currently disabled) (174adbc)
- Added VideoEasy provider (c83a746)
- Improved VideoEasy integration and formatting (592f807)
- Added VidNest provider (2d0e6f3)
- Added Cine.su provider (fe99986)
- Added new
peachify.tsprovider (862b55e) - Added optional MCP support (a5d4131)
- Added automated release action (0d2807a)
🐛 Bug Fixes
- Fixed Docker labeling and automated release workflow (5cde129)
- Fixed automatic release process (ed5d82e)
- Fixed linter issues (86bea0c)
- Fixed release action configuration (91f5896)
🔧 Maintenance
- Updated dependencies (67b5377)
- Applied Prettier formatting (0c4fa9b)
- General improvements and small changes (7333c43)
- Improved VidNest integration (7019e41)
- Fixed
release.ymlhandling for special commit messages (913eafa) - Applied additional formatting updates (3435797)
- Refactored for latest provider changes (87cb049)
- Improved
release.ymlworkflow (ddf5dea) - Minor internal changes (b981f7f)
- Refactored CI pipeline (05b67d4)
- General refactoring (cfb9926)
- Additional formatting cleanup (d237e5a)
- Miscellaneous small improvements (5d0af14)
- Removed
axiosdependency (9cb87a6, d92b217) - Formatting updates (aef367b)
- Minor cleanup changes (78e9c0b)
- Updated documentation (74640dd)
📦 Other Changes
- Merged PR #42 from
dev(a9ae33c) - Merged PR #41 from
Inside4ndroid/main(7c18050) - Applied formatting fixes after Prettier checks (f27889e)
- Fixed 02MovieDownloader (232390f)
- Merged PR #40 from
dev(2cba217) - Synced
coreintodev(54dcf4a) - Merged PR #39 from
nischaldoescode/dev(ab78459) - Ran
npm format(5e05262) - Updated server list (9631547)
- Merged PR #36 from
dev(57b315c) - Merged PR #35 for VidNest provider support (99e845a)
- Merged PR #34 for Cine.su provider support (5f5c293)
- Merged PR #33 from
nischaldoescode/dev(837da0e) - Ran
npm format(69106b3) - Merged PR #29 from
dev(f5d9fb8) - Merged PR #28 from
dev(2db7e8a) - Merged PR #26 for Popr provider support (2737e3b)
- Removed
vitestandnode:path, added parallel requests, and implemented regex stream extension matching (8d0c6c9) - Merged
devintofeat/popr-provider(722d957) - Merged PR #27 from
dev(8619cc3)
🚀 Quick Start
Run the latest version with Docker:
docker run --name cinepro-core-main-a9ae33c \
-p 3000:3000 \
-e TMDB_API_KEY=your-tmdb-key \
ghcr.io/cinepro-org/core:latest📚 Documentation
- Docs: https://docs.cinepro.cc
- Version history: https://docs.cinepro.cc/core/versions
Release main-2cba217
Release main-2cba217
Release commit: 2cba217
✨ Features
- feat: adds videasy
- feat: adds videasy (format fix)
- feat: added vidnest
- feat: add cine.su
- feat: added a new provider
peachify.ts - feat: add optional MCP support
- feat: add release action
- feat: add CI for dev branch
- feat: add audiotracks
- feat: fetchMovieSource method + popr tests
- feat: automated GHCR docker build
🐛 Bug Fixes
- fix: docker labeling and automated release workflow
- fix: auto release
- fix: linter issues
- fix: release action issues
- fix: crypto package not loading
🔧 Maintenance
- chore: formatting (multiple commits)
- chore: refactor to latest provider changes
- chore: improve release workflow
- chore: small changes & cleanup
- chore: remove axios dependency
- chore: refactor CI
- chore: general refactors
- chore: remove popr provider test file
- chore: update docs
📦 Other Changes
- merge pull request #40 (dev → main)
- merge pull request #39
- merge pull request #36
- merge pull request #35
- merge pull request #34
- merge pull request #33
- merge pull request #29
- merge pull request #28
- merge pull request #27
- merge pull request #26
- merge pull request #25
- various merge commits and provider updates
🚀 Quick start
Run the latest version:
docker run \
--name cinepro-core-main-2cba217 \
-p 3000:3000 \
-e TMDB_API_KEY=your-tmdb-key \
ghcr.io/cinepro-org/core:latest📚 Documentation
Release main-57b315c
Release main-57b315c
Released at commit main-57b315c.
✨ Features
- feat: added vidnest
- feat: add cine.su
- feat: added a new provider peachify.ts
- feat: add optional MCP support
- feat: add release action
- feat: add ci also for dev
- feat: add audiotracks
- feat: fetchMovieSource method for accessing source | test for popr added by using vitest
- feat: add automated ghcr docker build; credit: @keonramses
- feat: add Icefy and sunset Uembed
- feat: add Stremio addon configuration and update @omss/framework to v1.1.19
- feat: initial setup of popr provider
🐛 Bug Fixes
- fix: docker labeleling and automated release workflow
- fix: auto Release
- fix: linter
- fix: release action
- fix: crypto package not loading
- fix: minor changes (bug fixes)
- fix: prettier
🔧 Maintenance
- chore: small change
- chore: refactor CI
- chore: refactor
- chore: formatting
- chore: some small changes
- chore: remove axios as dependency
- chore: remove axios as dependency
- chore: formatting
- chore: small change
- chore: update docs
- chore: remove popr provider test file
- chore: formatting
- chore: update @omss/framework
- chore: update deps
- chore: refactor and minor fixes
📦 Other Changes
- Merge pull request #36 from cinepro-org/dev
- Merge pull request #35 from cinepro-org/feat/5-provider-request-vidnestfun
- Merge pull request #34 from cinepro-org/feat/32-provider-request-cinesu
- Merge pull request #33 from nischaldoescode/dev
- format: ran npm format
- Merge pull request #29 from cinepro-org/dev
- Merge pull request #28 from cinepro-org/dev
- Merge pull request #26 from nikhil-dev-395/feat/popr-provider
- refactor: remove vitest and node:path; add parallel requests; implement regex for stream extension
- Merge branch dev into feat/popr-provider
- Merge pull request #27 from cinepro-org/dev
- Merge branch dev into feat/popr-provider
- refactor: create single function for movie and TV sources, including subtitles handling
- Merge pull request #25 from cinepro-org/dev
- Merge pull request #23 from cinepro-org/dev
- Merge pull request #22 from cinepro-org/dev
Docker images
The following multi-arch images (linux/amd64, linux/arm64) were published to GitHub Container Registry:
- ghcr.io/cinepro-org/core:main-57b315c
- ghcr.io/cinepro-org/core:main
- ghcr.io/cinepro-org/core:latest
Quick start
Pull the latest image:
docker pull ghcr.io/cinepro-org/core:latestRun the newest API locally:
docker run -p 3000:3000 \
-e TMDB_API_KEY=your-tmdb-key \
ghcr.io/cinepro-org/core:latestFor more details, check the CinePro documentation and the Version History.
Release main-20260428-9
Release main-20260428-9
Released on 20260428. This release includes the following changes. Version History:
✨ Features
- feat: add optional MCP support
- feat: add release action
- feat: add ci also for dev
- feat: add audiotracks
- feat: fetchMovieSource method for accessing source | test for popr added by using vitest
- feat: add automated ghcr docker build; credit: @keonramses
- feat: add Icefy and sunset Uembed
- feat: add Stremio addon configuration and update @omss/framework to v1.1.19
- feat: initial setup of popr provider
- feat: add streammafia
🐛 Bug Fixes
- fix: docker labeleling and automated release workflow
- fix: auto Release
- fix: linter
- fix: release action
- fix: crypto package not loading
- fix: minor changes (bug fixes)
- fix: prettier
- fix: prettier
🔧 Maintenance
- chore: formatting
- chore: some small changes
- chore: remove axios as dependency
- chore: remove axios as dependency
- chore: formatting
- chore: small change
- chore: update docs
- chore: remove popr provider test file
- chore: formatting
- chore: update @omss/framework
- chore: update deps
- chore: refactor and minor fixes
- chore: small refactor
- chore: update @omss/framework
- chore: update deps
- chore: update readme
- chore: update readme
- chore: update readme
- chore: some refactoring
📦 Other Changes
- Merge pull request #29 from cinepro-org/dev
- Merge pull request #28 from cinepro-org/dev
- Merge pull request #26 from nikhil-dev-395/feat/popr-provider
- refactor: remove vitest and node:path; add parallel requests; implement regex for stream extension
- Merge branch dev into feat/popr-provider
- Merge pull request #27 from cinepro-org/dev
- Merge branch dev into feat/popr-provider
- refactor: create single function for movie and TV sources, including subtitles handling
- Merge pull request #25 from cinepro-org/dev
- Merge pull request #23 from cinepro-org/dev
- Merge pull request #22 from cinepro-org/dev
- Disable streammafia.ts
- Merge pull request #20 from cinepro-org/dev
Docker images
The following multi-arch images (linux/amd64, linux/arm64) were published to GitHub Container Registry:
- ghcr.io/cinepro-org/core:main-20260428-9
- ghcr.io/cinepro-org/core:main
- ghcr.io/cinepro-org/core:latest
Quick start
Pull the latest image:
docker pull ghcr.io/cinepro-org/core:latestRun the newest API locally:
docker run -p 3000:3000 \
-e TMDB_API_KEY=your-tmdb-key \
ghcr.io/cinepro-org/core:latestFor more details, check the CinePro documentation and the Version History.
Release main-20260427-7
Release main-20260427-7
Released on 20260427. This release includes the following changes. Version History:
✨ Features
- feat: add optional MCP support
- feat: add release action
- feat: add ci also for dev
- feat: add audiotracks
- feat: fetchMovieSource method for accessing source | test for popr added by using vitest
- feat: add automated ghcr docker build; credit: @keonramses
- feat: add Icefy and sunset Uembed
- feat: add Stremio addon configuration and update @omss/framework to v1.1.19
- feat: initial setup of popr provider
- feat: add streammafia
🐛 Bug Fixes
- fix: docker labeleling and automated release workflow
- fix: auto Release
- fix: linter
- fix: release action
- fix: crypto package not loading
- fix: minor changes (bug fixes)
- fix: prettier
- fix: prettier
- fix: prettier
🔧 Maintenance
- chore: formatting
- chore: small change
- chore: update docs
- chore: remove popr provider test file
- chore: formatting
- chore: update @omss/framework
- chore: update deps
- chore: refactor and minor fixes
- chore: small refactor
- chore: update @omss/framework
- chore: update deps
- chore: update readme
- chore: update readme
- chore: update readme
- chore: some refactoring
- chore: small changes
- chore: update dependencies and refine stream patterns
📦 Other Changes
- Merge pull request #28 from cinepro-org/dev
- Merge pull request #26 from nikhil-dev-395/feat/popr-provider
- refactor: remove vitest and node:path; add parallel requests; implement regex for stream extension
- Merge branch dev into feat/popr-provider
- Merge pull request #27 from cinepro-org/dev
- Merge branch dev into feat/popr-provider
- refactor: create single function for movie and TV sources, including subtitles handling
- Merge pull request #25 from cinepro-org/dev
- Merge pull request #23 from cinepro-org/dev
- Merge pull request #22 from cinepro-org/dev
- Disable streammafia.ts
- Merge pull request #20 from cinepro-org/dev
- Merge pull request #18 from cinepro-org/dev
- Merge pull request #16 from cinepro-org/dev
Docker images
The following multi-arch images (linux/amd64, linux/arm64) were published to GitHub Container Registry:
- ghcr.io/cinepro-org/core:main-20260427-7
- ghcr.io/cinepro-org/core:main
- ghcr.io/cinepro-org/core:latest
Quick start
Pull the latest image:
docker pull ghcr.io/cinepro-org/core:latestRun the newest API locally:
docker run -p 3000:3000 \
-e TMDB_API_KEY=your-tmdb-key \
ghcr.io/cinepro-org/core:latest