This repository has been archived by the owner on Jan 24, 2021. It is now read-only.
Releases: jannislehmann/csgo-demodownloader
Releases · jannislehmann/csgo-demodownloader
Version v1.1.0 - Now working without restarts
This release fixes many bugs and brings breaking changes to the config.
The biggest bug was me misunderstanding Valve's API. The API always returns the next share code in relation to the used share code. Therefore, the latest known share code is saved and used to request the next share code.
Version v1.0.0 - Hello World 🎉
Hello everyone!
This is the first release of my csgo-demodownloader written in Go.
There might have been more efficient and faster ways to create this. However, this was my take on learning Go.
I plan on extending my tool chain by some demo analyzers. The first PoC is already done, but I plan to rewrite it as it is missing persistence and the code is not extendable at all.