742 B
742 B
v0.1.1.3 (2025-08-28)
- Docs: Added Linux (WSL/Ubuntu) quick start, build and test instructions in
README.md. - Build:
build.shnow bootstraps vcpkg and uses the vcpkg toolchain; builds library, tests, and example.
v0.1.1.2 (2025-08-28)
- Example: Made
example/CMakeLists.txtplatform-neutral; links against in-tree targetprivatebinapi. - Linux HTTP client: Fixed delete operation to use HTTP POST (required by PrivateBin API) instead of DELETE; resolves 405 errors when deleting.
- Build: Verified successful build on Linux (WSL/Ubuntu) via vcpkg toolchain.
- Tests:
test_basicruns successfully viactest.
v0.1.1.1 and earlier
- Initial cross-platform library skeleton with Crypto++ and nlohmann-json via vcpkg.