From 74e5148e644b4fe137427fe53da82f21d3a76416 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 06:35:33 +0000 Subject: [PATCH 1/3] chore(main): release 1.31.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab51b28..c32a8dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.31.1](https://github.com/g0ldyy/comet/compare/v1.31.0...v1.31.1) (2024-09-04) + + +### Bug Fixes + +* metadata ([23966f2](https://github.com/g0ldyy/comet/commit/23966f22887e1d744f2342a97d7b39652155ddb1)) + ## [1.31.0](https://github.com/g0ldyy/comet/compare/v1.30.1...v1.31.0) (2024-09-01) From 9e7407d7ced4a1d570e11c350dd5b6ce4a878db6 Mon Sep 17 00:00:00 2001 From: Goldy <153996346+g0ldyy@users.noreply.github.com> Date: Wed, 4 Sep 2024 08:55:57 +0200 Subject: [PATCH 2/3] fix: fail build --- .env-sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env-sample b/.env-sample index 3b84986..19e46e9 100644 --- a/.env-sample +++ b/.env-sample @@ -2,7 +2,7 @@ ADDON_ID=stremio.comet.fast # for Stremio ADDON_NAME=Comet # for Stremio FASTAPI_HOST=0.0.0.0 FASTAPI_PORT=8000 -FASTAPI_WORKERS=1 # remove to destroy CPU -> max performances :D +FASTAPI_WORKERS=1 # remove to destroy CPU -> max performances :) DASHBOARD_ADMIN_PASSWORD=CHANGE_ME # The password to access the dashboard with active connections and soon more... DATABASE_TYPE=sqlite # or postgresql if you know what you're doing DATABASE_URL=username:password@hostname:port # to connect to PostgreSQL @@ -24,4 +24,4 @@ PROXY_DEBRID_STREAM_MAX_CONNECTIONS=100 # IP-Based connection limit for the Debr PROXY_DEBRID_STREAM_DEBRID_DEFAULT_SERVICE=realdebrid # if you want your users who use the Debrid Stream Proxy not to have to specify Debrid information, but to use the default one instead PROXY_DEBRID_STREAM_DEBRID_DEFAULT_APIKEY=CHANGE_ME # if you want your users who use the Debrid Stream Proxy not to have to specify Debrid information, but to use the default one instead TITLE_MATCH_CHECK=True # disable if you only use Jackett / Prowlarr / Torrentio and are sure you're only scraping good titles, for example (keep it True if Zilean is enabled) -CUSTOM_HEADER_HTML=None # only set it if you know what it is \ No newline at end of file +CUSTOM_HEADER_HTML=None # only set it if you know what it is From cd71d3db0f2b246f3e63ab21e469d95f0a2bb15d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 06:56:24 +0000 Subject: [PATCH 3/3] chore(main): release 1.31.2 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c32a8dc..056f39b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.31.2](https://github.com/g0ldyy/comet/compare/v1.31.1...v1.31.2) (2024-09-04) + + +### Bug Fixes + +* fail build ([9e7407d](https://github.com/g0ldyy/comet/commit/9e7407d7ced4a1d570e11c350dd5b6ce4a878db6)) + ## [1.31.1](https://github.com/g0ldyy/comet/compare/v1.31.0...v1.31.1) (2024-09-04)