web/changelogs: update all links to markdown format

This commit is contained in:
dumbmoron
2024-07-17 08:59:10 +00:00
parent ce609ad201
commit dd16fb65cf
16 changed files with 42 additions and 42 deletions

View File

@ -7,17 +7,17 @@ banner:
---
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. <a class="text-backdrop link" href="https://discord.gg/pQPt8HBUPu" target="_blank">go check it out!</a>
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, <a class="text-backdrop link" href="https://github.com/imputnet/cobalt/blob/current/docs/API.md" target="_blank">get it here.</a>
- new infra, new hosting structure, new main instance api url. developers, [get it here](https://github.com/imputnet/cobalt/blob/current/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.
- (hopefully) no more random video/audio download drops.
service improvements:
- added support for pinterest videos and stories (pr by <a class="text-backdrop link" href="https://github.com/imputnet/cobalt/commit/40291c4d24cb5f441cdddfd26104f149bc4ee27c" target="_blank">@Snazzah</a>).
- added support for pinterest videos and stories (pr by [@Snazzah](https://github.com/imputnet/cobalt/commit/40291c4d24cb5f441cdddfd26104f149bc4ee27c)).
- added support for tumblr audio. sorry, tumblr.
- added support for youtube vr videos. please note that they're in youtube's proprietary ratio.
- added support for vine archive.
@ -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. <a class="text-backdrop link" href="https://github.com/imputnet/cobalt/blob/current/docs/API.md#get-apiserverinfo" target="_blank">check the api docs</a> 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/current/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.