Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

45 lines (29 loc) · 1.15 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Secondary protocol version to support 1.8 Steam patch
  • getProtocol function to retrieve player protocol
  • HTTPS support (using libcurl)
  • New FPS related functions: getCountedFps (detects lag spikes properly), isLagging

1.1.1 (Hotfix) - 2019-03-09

Fixed

  • Fixed JSON module not parsing booleans properly

1.1.0 - 2019-03-09

Added

  • Full support for HTTP 1.1
  • JSON support (GSC module, see unleashed\json in bin)
  • isArray function
  • getEpochTime and epochTimeToString
  • setSpectatedClient

Changed

  • Project renamed to CoD4: Unleashed
  • Updated compile info
  • Deprecated httpPostRequest

1.0 - 2016-08-13

  • Initial release