Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

Releases: jannislehmann/csgo-demodownloader

Version v1.1.0 - Now working without restarts

23 Jan 18:37
064fca9
Compare
Choose a tag to compare

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 🎉

17 Jan 18:53
Compare
Choose a tag to compare

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.