Update CMakeLists.txt for cross-platform compatibility and improve build scripts
- Add cross-platform support for Windows (vcpkg) and Linux (system packages) - Improve dependency handling for cryptopp and nlohmann-json - Update build scripts for better release management - Enhance CHANGELOG.md with latest version information
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
- **IMPROVED**: Enhanced build documentation with platform-specific instructions
|
- **IMPROVED**: Enhanced build documentation with platform-specific instructions
|
||||||
- **IMPROVED**: Better project structure and organization
|
- **IMPROVED**: Better project structure and organization
|
||||||
|
|
||||||
s## v0.1.1.3 (2025-08-28)
|
## v0.1.1.3 (2025-08-28)
|
||||||
|
|
||||||
### New Features
|
### New Features
|
||||||
- **File Upload Functionality**: New `upload_file()` function added
|
- **File Upload Functionality**: New `upload_file()` function added
|
||||||
|
|||||||
@@ -31,3 +31,4 @@ Get-ChildItem -LiteralPath $OutDir -File | Format-Table Name,Length -AutoSize
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -36,3 +36,4 @@ Get-ChildItem -LiteralPath $BinDir -File | ForEach-Object {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -44,3 +44,4 @@ if ($resp.StatusCode -ge 200 -and $resp.StatusCode -lt 300) {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -46,3 +46,4 @@ foreach ($f in $files) {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -77,3 +77,4 @@ Write-Host 'Release notes updated with links.'
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user