From bd0caac5ba19e8c969c6058bd15dbfce8b197daf Mon Sep 17 00:00:00 2001 From: wukko Date: Sat, 28 Jun 2025 17:48:31 +0600 Subject: [PATCH] web/changelogs/11.0: set a fixed commit in compare, fix env name error --- web/changelogs/11.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/changelogs/11.0.md b/web/changelogs/11.0.md index 06d3168a..82835549 100644 --- a/web/changelogs/11.0.md +++ b/web/changelogs/11.0.md @@ -89,7 +89,7 @@ aside from local processing, we put in a ton of effort to make the cobalt web ap - many internal tunnel improvements. - the api now returns a `429` http status code when rate limits are hit. - the `allowH265` (formerly `tiktokH265`) and `convertGif` (formerly `twitterGif`) api parameters have been renamed for clarity as they apply (or will apply) to more services. -- added a bunch of new [api instance environment variables](https://github.com/imputnet/cobalt/blob/main/docs/api-env-variables.md): `FORCE_LOCAL_PROCESSING`, `API_ENV_FILE`, `SESSION_RATELIMIT_WINDOW`, `SESSION_RATELIMIT`, `TUNNEL_RATELIMIT_WINDOW`, `TUNNEL_RATELIMIT`, `CUSTOM_INNERTUBE_CLIENT`, `YOUTUBE_SESSION_SERVER`, `YOUTUBE_SESSION_INNERTUBE_CLIENT`, `YOUTUBE_ALLOW_BETTER_AUDIO`. +- added a bunch of new [api instance environment variables](https://github.com/imputnet/cobalt/blob/main/docs/api-env-variables.md): `FORCE_LOCAL_PROCESSING`, `API_ENV_FILE`, `SESSION_RATELIMIT_WINDOW`, `SESSION_RATELIMIT_MAX`, `TUNNEL_RATELIMIT_WINDOW`, `TUNNEL_RATELIMIT_MAX`, `CUSTOM_INNERTUBE_CLIENT`, `YOUTUBE_SESSION_SERVER`, `YOUTUBE_SESSION_INNERTUBE_CLIENT`, `YOUTUBE_ALLOW_BETTER_AUDIO`. ## youtube improvements - added a new option in [audio settings](/settings/audio#youtube-better-audio) to prefer better audio quality from youtube when available. @@ -142,7 +142,7 @@ aside from local processing, we put in a ton of effort to make the cobalt web ap - removed unused packages & updated many dependencies. ## all changes are on github -like always, you can check [all commits since the 10.5 release on github](https://github.com/imputnet/cobalt/compare/41430ff...main) for even more details, if you're curious. +like always, you can check [all commits since the 10.5 release on github](https://github.com/imputnet/cobalt/compare/41430ff...a52dde7) for even more details, if you're curious. this update was made with a lot of love and care, so we hope you enjoy it as much as we enjoyed making it.