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

@@ -21,13 +21,13 @@ user interface improvements:
internal improvements:
- cobalt will now match the link to regex when using ?u= query for autopasting it into input area.
- better rate limiting: limiting now is done per minute, not per 20 minutes. this ensures less waiting and less attack area for request spammers.
- moved to my own fork of ytdl-core, cause main project seems to have been abandoned. go check it out on <a class="text-backdrop link" href="https://github.com/wukko/better-ytdl-core" target="_blank">github</a> or <a class="text-backdrop link" href="https://www.npmjs.com/package/better-ytdl-core" target="_blank">npm</a>!
- moved to my own fork of ytdl-core, cause main project seems to have been abandoned. go check it out on [github](https://github.com/wukko/better-ytdl-core) or [npm](https://www.npmjs.com/package/better-ytdl-core)!
- ALL user inputs are now properly sanitized on the server. that includes variables for POST api method, too.
- "got" package has been (mostly) replaced by native fetch api. this should greatly reduce ram usage.
- all unnecessary duplications of module imports have been gotten rid of. no more error passing strings from inside of service modules. you don't make mistakes only if you don't do anything, right?
- other code optimizations. there's less clutter overall.
huge update, right? seems like everything's fixed now?
nope, one issue still persists: sometimes youtube server drops packets for an audio file while cobalt's rendering the video for you. this results in abrupt cuts of audio. if you want to help solving this issue, <a class="text-backdrop link" href="https://github.com/imputnet/cobalt/issues/62" target="_blank">please feel free to do it on github!</a>
nope, one issue still persists: sometimes youtube server drops packets for an audio file while cobalt's rendering the video for you. this results in abrupt cuts of audio. if you want to help solving this issue, [please feel free to do it on github!](https://github.com/imputnet/cobalt/issues/62)
thank you for reading this, and thank you for sticking with cobalt and me.