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

Latest commit

 

History

History
25 lines (21 loc) · 641 Bytes

CHANGELOG.md

File metadata and controls

25 lines (21 loc) · 641 Bytes

Changelog

v1.0.0-rc2

Added

  • Added GET method to retrieve if sc.dll hash matches.

Changes

  • SteamID64 now use ulong instead of string.
  • Changes ban and map hashes to be uint.

v1.0.0-rc1

Added

  • Added GET method to retrieve if steamid64 is banned.

Changes

  • Combined all the bags to a single "Bags" field.

Fixes

  • Fixed map check returning true when it should be false.
  • Fixed unhandled exception if map or ban list files don't exists.

v0.0.2-rc2

Changes

  • Renamed Shortcuts to Quickslots to be more concise.
  • Only create fake database records under DEBUG environment.

v0.0.1-rc1

Initial release.