Skip to content

Releases: cinepro-org/core

main-98ba005

27 May 09:43
98ba005

Choose a tag to compare

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

21 May 19:14
06fc661

Choose a tag to compare

What's Changed

Full Changelog: main-d89bad4...main-06fc661

main-d89bad4

20 May 14:34
d89bad4

Choose a tag to compare

What's Changed

Full Changelog: main-ecbc12d...main-d89bad4

main-ecbc12d

19 May 09:28
ecbc12d

Choose a tag to compare

What's Changed

  • Update popr.ts by @userness in #45
  • Refactor and improve mirror functionality and peachify fixes by @An0n-01 in #47

New Contributors

Full Changelog: main-8334af1...main-ecbc12d

Release main-8334af1

10 May 19:24
8334af1

Choose a tag to compare

Release main-8334af1

Release commit: 8334af1

✨ Features

none

🐛 Bug Fixes

🔧 Maintenance

📦 Other Changes

🚀 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

07 May 13:53
a9ae33c

Choose a tag to compare

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.ts provider (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.yml handling for special commit messages (913eafa)
  • Applied additional formatting updates (3435797)
  • Refactored for latest provider changes (87cb049)
  • Improved release.yml workflow (ddf5dea)
  • Minor internal changes (b981f7f)
  • Refactored CI pipeline (05b67d4)
  • General refactoring (cfb9926)
  • Additional formatting cleanup (d237e5a)
  • Miscellaneous small improvements (5d0af14)
  • Removed axios dependency (9cb87a6, d92b217)
  • Formatting updates (aef367b)
  • Minor cleanup changes (78e9c0b)
  • Updated documentation (74640dd)

📦 Other Changes

🚀 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

Release main-2cba217

01 May 19:10
2cba217

Choose a tag to compare

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

29 Apr 17:33
57b315c

Choose a tag to compare

Release main-57b315c

Released at commit main-57b315c.

✨ Features

🐛 Bug Fixes

🔧 Maintenance

📦 Other Changes

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:latest

Run the newest API locally:

docker run -p 3000:3000 \
  -e TMDB_API_KEY=your-tmdb-key \
  ghcr.io/cinepro-org/core:latest

For more details, check the CinePro documentation and the Version History.

Release main-20260428-9

28 Apr 12:28
f5d9fb8

Choose a tag to compare

Release main-20260428-9

Released on 20260428. This release includes the following changes. Version History:

✨ Features

🐛 Bug Fixes

🔧 Maintenance

📦 Other Changes

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:latest

Run the newest API locally:

docker run -p 3000:3000 \
  -e TMDB_API_KEY=your-tmdb-key \
  ghcr.io/cinepro-org/core:latest

For more details, check the CinePro documentation and the Version History.

Release main-20260427-7

27 Apr 15:07
2db7e8a

Choose a tag to compare

Release main-20260427-7

Released on 20260427. This release includes the following changes. Version History:

✨ Features

🐛 Bug Fixes

🔧 Maintenance

📦 Other Changes

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:latest

Run the newest API locally:

docker run -p 3000:3000 \
  -e TMDB_API_KEY=your-tmdb-key \
  ghcr.io/cinepro-org/core:latest

For more details, check the CinePro documentation and the Version History.