Skip to content

Commit

Permalink
set version to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoch committed Nov 5, 2020
1 parent f37e2f3 commit a57e6c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,18 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

- added dns cache prepopulation to request handling
- refactored uploadShareCode function
## [1.2.0] - 2020-11-05

- added dns cache prepopulation to curl request handling
- refactored uploadShareCode function to do a single POST request
- changed compilation triplet from "x64-windows-dynamic" to "x64-windows-static"
- all 3th-party dependencies are now baked-in
- except redistributable steam64.dll
- except redistributable steam64.dll, cacert.pem
- switched to automatic c++ dependency management using vcpkg
- rapidjson, zlib, curl, protobuf
- see vcpkg.json: rapidjson, zlib, curl, protobuf
- updated sw_sdk to v150
- switched from secure-file to password protected zip for sw_sdk
- updated csgo protobufs

## [1.1.0] - 2019-08-23

Expand Down
2 changes: 1 addition & 1 deletion src/VersionAndConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

// Application Version
#define CSGO_CLI_VERSION_MAJOR "1"
#define CSGO_CLI_VERSION_MINOR "1"
#define CSGO_CLI_VERSION_MINOR "2"
#define CSGO_CLI_VERSION_REVISION "0"
#define CSGO_CLI_VERSION CSGO_CLI_VERSION_MAJOR "." CSGO_CLI_VERSION_MINOR "." CSGO_CLI_VERSION_REVISION

Expand Down

0 comments on commit a57e6c0

Please sign in to comment.