From 4add1edd116dec9218c68c63c1af8642f898bac6 Mon Sep 17 00:00:00 2001 From: mbusc Date: Thu, 28 Aug 2025 21:29:16 +0200 Subject: [PATCH] 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 --- CHANGELOG.md | 2 +- scripts/collect_binaries.ps1 | 1 + scripts/gen_checksums.ps1 | 1 + scripts/gitea_upload.ps1 | 1 + scripts/gitea_upload_all.ps1 | 1 + scripts/prune_release_assets.ps1 | 1 + 6 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db50505..0d44a60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ - **IMPROVED**: Enhanced build documentation with platform-specific instructions - **IMPROVED**: Better project structure and organization -s## v0.1.1.3 (2025-08-28) +## v0.1.1.3 (2025-08-28) ### New Features - **File Upload Functionality**: New `upload_file()` function added diff --git a/scripts/collect_binaries.ps1 b/scripts/collect_binaries.ps1 index 5d23ccb..eae42d0 100644 --- a/scripts/collect_binaries.ps1 +++ b/scripts/collect_binaries.ps1 @@ -31,3 +31,4 @@ Get-ChildItem -LiteralPath $OutDir -File | Format-Table Name,Length -AutoSize + diff --git a/scripts/gen_checksums.ps1 b/scripts/gen_checksums.ps1 index 6678163..e562171 100644 --- a/scripts/gen_checksums.ps1 +++ b/scripts/gen_checksums.ps1 @@ -36,3 +36,4 @@ Get-ChildItem -LiteralPath $BinDir -File | ForEach-Object { + diff --git a/scripts/gitea_upload.ps1 b/scripts/gitea_upload.ps1 index 4a22b76..b64d9f2 100644 --- a/scripts/gitea_upload.ps1 +++ b/scripts/gitea_upload.ps1 @@ -44,3 +44,4 @@ if ($resp.StatusCode -ge 200 -and $resp.StatusCode -lt 300) { + diff --git a/scripts/gitea_upload_all.ps1 b/scripts/gitea_upload_all.ps1 index 742b88e..a70d968 100644 --- a/scripts/gitea_upload_all.ps1 +++ b/scripts/gitea_upload_all.ps1 @@ -46,3 +46,4 @@ foreach ($f in $files) { + diff --git a/scripts/prune_release_assets.ps1 b/scripts/prune_release_assets.ps1 index 5dd6b69..f3c0abf 100644 --- a/scripts/prune_release_assets.ps1 +++ b/scripts/prune_release_assets.ps1 @@ -77,3 +77,4 @@ Write-Host 'Release notes updated with links.' +