From aa25421422351740a45de67e06be5d02607e1949 Mon Sep 17 00:00:00 2001 From: dumbmoron Date: Mon, 9 Sep 2024 16:38:47 +0000 Subject: [PATCH] web/changelogs: update references from current to main --- web/changelogs/4.3.md | 2 +- web/changelogs/6.0.md | 4 ++-- web/changelogs/7.11.md | 8 ++++---- web/changelogs/7.14.md | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/web/changelogs/4.3.md b/web/changelogs/4.3.md index 3ec39101..0d66468c 100644 --- a/web/changelogs/4.3.md +++ b/web/changelogs/4.3.md @@ -7,7 +7,7 @@ banner: --- this update features a TON of improvements. -[developers](https://www.youtube.com/watch?v=SaVTHG-Ev4k), you now can rely on cobalt for getting content from social media. the api has been revamped and [documentation](https://github.com/imputnet/cobalt/tree/current/docs/api.md) is now available. you can read more about API changes down below. go crazy, and have fun :D +[developers](https://www.youtube.com/watch?v=SaVTHG-Ev4k), you now can rely on cobalt for getting content from social media. the api has been revamped and [documentation](https://github.com/imputnet/cobalt/tree/main/docs/api.md) is now available. you can read more about API changes down below. go crazy, and have fun :D if you're not a developer, here's a list of changes that you probably care about: - rate limit is now approximately 8 times bigger. no more waiting, even if you want to download entirety of your tiktok "for you" page. diff --git a/web/changelogs/6.0.md b/web/changelogs/6.0.md index 4841d8c2..dfaeddb6 100644 --- a/web/changelogs/6.0.md +++ b/web/changelogs/6.0.md @@ -10,7 +10,7 @@ hey! long time no see, hopefully over 40 changes will make up for it :) cobalt now has an official community discord server. you can go there for news, support, or just to chat. [go check it out!](https://discord.gg/pQPt8HBUPu) tl;dr -- new infra, new hosting structure, new main instance api url. developers, [get it here](https://github.com/imputnet/cobalt/blob/current/docs/api.md). +- new infra, new hosting structure, new main instance api url. developers, [get it here](https://github.com/imputnet/cobalt/blob/main/docs/api.md). - added support for pinterest, vine archive, tumblr audio, youtube vr videos. - better web app performance and look. - better stability thanks to load balancing. @@ -56,7 +56,7 @@ infrastructure improvements: - currently there are multiple servers in europe. i will let you know when (and if) i manage to get an american one. updates for developers and instance hosters: -- server info api endpoint: you can now check up on the api server of choice. it reports all the basic info you may need. [check the api docs](https://github.com/imputnet/cobalt/blob/current/docs/api.md#get-apiserverinfo) for more info. +- server info api endpoint: you can now check up on the api server of choice. it reports all the basic info you may need. [check the api docs](https://github.com/imputnet/cobalt/blob/main/docs/api.md#get-apiserverinfo) for more info. - api names: each and every api instance should have a distinctive name. this will be useful in the future :) - added docker compose sample config. - updated and more granular setup script. diff --git a/web/changelogs/7.11.md b/web/changelogs/7.11.md index 4430d44a..67919050 100644 --- a/web/changelogs/7.11.md +++ b/web/changelogs/7.11.md @@ -26,12 +26,12 @@ make sure to save both shortcuts and read the updated tutorial! for people who host a cobalt instance: - updated all environment variables TO_BE_LIKE_THIS. time to update your configs! for now cobalt is backwards compatible with old variable names, but it won't last forever. -- added a list of all environment variables and their descriptions to [run-an-instance doc](https://github.com/imputnet/cobalt/blob/current/docs/run-an-instance.md#list-of-all-environment-variables). -- updated [cookie file example](https://github.com/imputnet/cobalt/blob/current/docs/examples/cookies.example.json) with more services and improved examples. -- updated [docker compose example](https://github.com/imputnet/cobalt/blob/current/docs/examples/docker-compose.example.yml) with better explanations and up-to-date env variable samples. +- added a list of all environment variables and their descriptions to [run-an-instance doc](https://github.com/imputnet/cobalt/blob/main/docs/run-an-instance.md#list-of-all-environment-variables). +- updated [cookie file example](https://github.com/imputnet/cobalt/blob/main/docs/examples/cookies.example.json) with more services and improved examples. +- updated [docker compose example](https://github.com/imputnet/cobalt/blob/main/docs/examples/docker-compose.example.yml) with better explanations and up-to-date env variable samples. - updated some packages to get rid of all unnecessary messages in console. -want to host an instance? [learn how to do it here](https://github.com/imputnet/cobalt/blob/current/docs/run-an-instance.md). +want to host an instance? [learn how to do it here](https://github.com/imputnet/cobalt/blob/main/docs/run-an-instance.md). frontend changes: - removed migration popup. diff --git a/web/changelogs/7.14.md b/web/changelogs/7.14.md index 14bec864..b41ec08f 100644 --- a/web/changelogs/7.14.md +++ b/web/changelogs/7.14.md @@ -30,13 +30,13 @@ ui/ux improvements: other changes: - added support for [freebind](https://github.com/imputnet/freebind.js), made by one of the cobalt developers. -- rate limit and max video length limits are now customizable through [environment variables](https://github.com/imputnet/cobalt/blob/current/docs/run-an-instance.md#variables-for-api). +- rate limit and max video length limits are now customizable through [environment variables](https://github.com/imputnet/cobalt/blob/main/docs/run-an-instance.md#variables-for-api). - cobalt api now returns rate limit headers at all times. - majorly cleaned up the codebase: removed unnecessary functions, rewrote those that were cryptic and confusing. it's way more comprehensible and contribution-friendly than ever before. - moved the [cobalt repo](https://github.com/imputnet/cobalt) to our organization on github. everything stayed the same and all old links link back to it. note for instance hosters: -along with cobalt repo, the docker image also moved! please update the url for it in your config along with watchtower args to include restarting containers (just in case) as seen in [updated docker compose example](https://github.com/imputnet/cobalt/blob/current/docs/examples/docker-compose.example.yml). we're mirroring packages to old url for now, but it won't last forever. +along with cobalt repo, the docker image also moved! please update the url for it in your config along with watchtower args to include restarting containers (just in case) as seen in [updated docker compose example](https://github.com/imputnet/cobalt/blob/main/docs/examples/docker-compose.example.yml). we're mirroring packages to old url for now, but it won't last forever. that's it for now! hope you have an amazing day and share the 1 million celebration with us :)