File tree Expand file tree Collapse file tree 4 files changed +17
-9
lines changed
Expand file tree Collapse file tree 4 files changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
99------------------------
1010
11+ ## [ 0.6.0] - 2025-07-18
12+ ### Changed
13+ - support patch 2.3
14+ - bump libcpr to 1.12.0 (was 1.11.1)
15+
16+ ------------------------
17+
1118## [ 0.5.0] - 2024-12-11
1219### Changed
1320- support patch 2.2
@@ -75,7 +82,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7582- AsyncHttpClient to asynchronously send HTTP requests (callback mode).
7683
7784<!-- Table of releases -->
78- [ Unreleased ] : https://github.com/rayshader/cp2077-red-httpclient/compare/v0.5.0...HEAD
85+ [ Unreleased ] : https://github.com/rayshader/cp2077-red-httpclient/compare/v0.6.0...HEAD
86+ [ 0.6.0 ] : https://github.com/rayshader/cp2077-red-httpclient/compare/v0.5.0...v0.6.0
7987[ 0.5.0 ] : https://github.com/rayshader/cp2077-red-httpclient/compare/v0.4.0...v0.5.0
8088[ 0.4.0 ] : https://github.com/rayshader/cp2077-red-httpclient/compare/v0.3.4...v0.4.0
8189[ 0.3.4 ] : https://github.com/rayshader/cp2077-red-httpclient/compare/v0.3.3...v0.3.4
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.27)
2- project (RedHttpClient VERSION 0.5 .0)
2+ project (RedHttpClient VERSION 0.6 .0)
33
44set (CMAKE_CXX_STANDARD 20)
55set (CMAKE_CXX_STANDARD_REQUIRED YES )
Original file line number Diff line number Diff line change 11# Red Http Client
2- ![ Cyberpunk 2077] ( https://img.shields.io/badge/Cyberpunk%202077-v2.2 -blue )
2+ ![ Cyberpunk 2077] ( https://img.shields.io/badge/Cyberpunk%202077-v2.3 -blue )
33![ GitHub License] ( https://img.shields.io/github/license/rayshader/cp2077-red-httpclient )
44[ ![ Donate] ( https://img.shields.io/badge/donate-buy%20me%20a%20coffee-yellow )] ( https://www.buymeacoffee.com/lpfreelance )
55
99# Getting started
1010
1111## Compatibility
12- - Cyberpunk 2077 v2.2
12+ - Cyberpunk 2077 v2.3+
1313- [ Redscript] 0.5.27+
14- - [ Cyber Engine Tweaks] 1.34 .0+
14+ - [ Cyber Engine Tweaks] 1.36 .0+
1515
1616## Installation
17171 . Install requirements:
18- - [ RED4ext] v1.26 .0+
19- - [ RedData] v0.6 .0+ (only required for Json data)
20- - [ RedFileSystem] v0.11 .0+ (recommended)
18+ - [ RED4ext] v1.28 .0+
19+ - [ RedData] v0.8 .0+ (only required for Json data)
20+ - [ RedFileSystem] v0.14 .0+ (recommended)
21212 . Extract the [ latest archive] into the Cyberpunk 2077 directory.
2222
2323## Usage
Original file line number Diff line number Diff line change 11{
22 "name" : " RedHttpClient" ,
3- "version" : " 0.5 .0" ,
3+ "version" : " 0.6 .0" ,
44 "license" : true ,
55 "dist" : " dist\\ " ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments