Skip to content

Commit ddd75bb

Browse files
author
Inside4ndroid
committed
chore(release): bump version to 1.0.2, standardize Docker port 8787, update CHANGELOG and README badge
1 parent e489a1b commit ddd75bb

4 files changed

Lines changed: 16 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.0.2] - 2025-09-17
6+
7+
### Fixed
8+
- Standardized Docker port to `8787` everywhere (Dockerfile `EXPOSE`, compose `ports`, healthchecks, and README examples). Previous release notes mentioned 8787 but some environments weren't reset; this release ensures consistency.
9+
10+
### Documentation
11+
- Updated README version badge to 1.0.2 and verified Docker commands use `-p 8787:8787`.
12+
513
## [1.0.1] - 2025-09-17
614

715
### Added
@@ -29,7 +37,8 @@ All notable changes to this project will be documented in this file.
2937
## [1.0.0] - 2025-09-16
3038
- Initial stable release.
3139

32-
[1.0.1]: https://github.com/Inside4ndroid/TMDB-Embed-API/compare/v1.0.0...v1.0.1# Changelog
40+
[1.0.2]: https://github.com/Inside4ndroid/TMDB-Embed-API/compare/v1.0.1...v1.0.2
41+
[1.0.1]: https://github.com/Inside4ndroid/TMDB-Embed-API/compare/v1.0.0...v1.0.1
3342

3443
## [1.0.0] - 2025-09-16
3544

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<img src="https://img.shields.io/badge/Node.js-18%2B-brightgreen?style=flat" />
77
<img src="https://img.shields.io/badge/Status-Active-success?style=flat" />
88
<img src="https://img.shields.io/badge/License-MIT-blue?style=flat" />
9-
<img src="https://img.shields.io/badge/Version-1.0.1-informational?style=flat" />
9+
<img src="https://img.shields.io/badge/Version-1.0.2-informational?style=flat" />
1010
<img src="https://img.shields.io/docker/pulls/inside4ndroid/tmdb-embed-api?label=Docker%20Pulls&style=flat" />
1111
</p>
1212

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tmdb-embed-api",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Standalone streaming embed source aggregation API (TMDB ID in, streams out)",
55
"main": "apiServer.js",
66
"scripts": {

utils/user-config.json

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
{
22
"defaultProviders": [],
33
"configVersion": 1,
4-
"tmdbApiKeys": [
5-
"qwfghfgh",
6-
"fghsdfs",
7-
"uygghmng"
8-
],
4+
"tmdbApiKeys": [],
95
"enableShowboxProvider": true,
10-
"febboxCookies": [
11-
"gfdgfdgf"
12-
],
6+
"febboxCookies": [],
137
"enableXprimeProvider": true,
148
"enable4khdhubProvider": true,
159
"enableMoviesmodProvider": true,
@@ -20,7 +14,6 @@
2014
"enablePStreamApi": true,
2115
"disableUrlValidation": false,
2216
"disable4khdhubUrlValidation": false,
23-
"excludeCodecsRaw": "{\"excludeDV\":true,\"excludeHDR\":true}",
24-
"minQualitiesRaw": "1080p",
25-
"port": 3000
17+
"excludeCodecsRaw": "{\"excludeDV\":false,\"excludeHDR\":false}",
18+
"minQualitiesRaw": "all"
2619
}

0 commit comments

Comments
 (0)