This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
Releases: jannislehmann/csgo-tools
Releases · jannislehmann/csgo-tools
Version v2.8.1 - Add Faceit Match Time
This adds the faceit match time and fixes an issue with third-party demo parsers.
Version v2.8.0 - FACEIT!
2.8.0 FACEIT
🎉🎉 🎉
This versions add a Faceit api client that downloads all Faceit matches for users that have the Faceit set in the database.
Version v2.7.4
Full Changelog: v2.7.3...v2.7.4
Version 2.7.4
- Add map and time to player results while parsing
- Increment parser version
Version v2.7.3 - Match score in player results
Full Changelog: v2.7.2...v2.7.3
Version 2.7.3
- The player results now contain the team scores from both the own and the enemy team
- Demoparser version was incremented to add the results to the collection
Version v2.7.2
Full Changelog: v2.7.1...v2.7.2
Parser changes
- Self-kills aka. suicides are now count as death and decrement the kills by 1
- Therefore, a player can have a negative kill count. Thus, the data type of player kills was changed
- Demoparser version was incremented
Version v2.7.1
Full Changelog: v2.7.0...v2.7.1
REST API changes
- Fixed calculating average stats per round
- Count successful entry kills as opening duel attempts as well
- Expose player win count in Match detail
Version v2.7.0
Version 2.7.0
- The parser now stores the matchmaking ranks.
- Matchmaking ranks are now exposed
- Demos will be marked as unavailable if the parser tries to reparse them and the files is missing
- Entrykills and opening duel attempts will now be stored
- Average stats are now calculated on per round instead of per game basis
- Player matchmaking wins are now exposed in the player list
- Damage dealt per player is now being stored for each game
Artifacts
Currently, GitHub actions is unable to upload the release artifacts.
Version v2.6.0
Full Changelog: v2.5.0...v2.6.0
Changes
- Previously, old player results were not deleted when a game was reparsed. Before updating, you could clear the
players
collection to delete all earlier created duplicate results. The demoparser will reparse all demos after the update - Incremented the demoparser version. This will trigger reparsing all demos
- Matches with multiple restarts (e.g. Faceit games after the knife round) will now clean up properly before starting the game. Previously, all players were added to all teams as they switched around
- Matches where one team has 0 round wins can now be stored.
Version v2.5.0 - Authentication service
Authentication
This update adds another service to the list. The authentication service allows a user to sign in using a Steam account.
Other services will soon be able to require an authenticated user for different API routes.
Version v2.4.1 - Fix json key names
This releases unifies some JSON key names in the responses of the API.