web/changelogs: update references from current to main

This commit is contained in:
dumbmoron
2024-09-09 16:38:47 +00:00
parent f71f8b086d
commit aa25421422
4 changed files with 9 additions and 9 deletions

View File

@@ -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)
<span class='text-backdrop'>tl;dr</span>
- 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.