Release v0.1.8.4 prepare for release

This commit is contained in:
2025-08-29 13:12:32 +02:00
parent 4f32e0a2fd
commit eb73749367
76 changed files with 921 additions and 1011 deletions

View File

@ -27,7 +27,7 @@ The library supports multiple text formats as defined in the [PrivateBin API v1.
### Format Usage
```c
#include "privatebinapi.h"
#include "libprivatebin.h"
// Plain text format
create_paste(server, content, password, expiration, "plaintext", 0, 0, &url, &token);
@ -250,7 +250,7 @@ The library supports multiple text formats as defined in the [PrivateBin API v1.
#### Basic Example
```c
#include "privatebinapi.h"
#include "libprivatebin.h"
char* paste_url = nullptr;
char* delete_token = nullptr;