2025-10-15 10:58:23 +02:00
|
|
|
## v0.0.17 (2025-10-15)
|
|
|
|
|
### Notes
|
|
|
|
|
|
|
|
|
|
- Bump nim-codex to produce dylib for macos
|
|
|
|
|
|
2025-10-15 07:30:31 +02:00
|
|
|
## v0.0.16 (2025-10-15)
|
|
|
|
|
### Notes
|
|
|
|
|
|
|
|
|
|
- Remove the CGO LDFLAGS flags in the source code to control them with env variables
|
|
|
|
|
|
2025-10-14 14:20:26 +02:00
|
|
|
## v0.0.15 (2025-10-14)
|
2025-10-14 11:45:23 +02:00
|
|
|
### Notes
|
|
|
|
|
|
|
|
|
|
- Export fields in upload and download struct
|
|
|
|
|
- Fix typo
|
|
|
|
|
|
2025-10-14 07:52:24 +02:00
|
|
|
## v0.0.13 (2025-10-14)
|
2025-10-13 15:00:05 +02:00
|
|
|
### Notes
|
|
|
|
|
|
|
|
|
|
- Fix Rust version during build
|
|
|
|
|
|
2025-10-13 13:16:03 +02:00
|
|
|
## v0.0.11 (2025-10-13)
|
|
|
|
|
### Notes
|
|
|
|
|
|
|
|
|
|
- Fix libcodex.h path
|
|
|
|
|
- Rename CodexNew to New
|
|
|
|
|
- Rename CodexConfig to Config
|
|
|
|
|
|
|
|
|
|
## v0.0.10 (2025-10-13)
|
|
|
|
|
### Notes
|
|
|
|
|
|
|
|
|
|
- First release
|
|
|
|
|
|
|
|
|
|
### Features
|
|
|
|
|
|
|
|
|
|
- Codex data info
|
|
|
|
|
- Upload using `reader`, `file` and `chunks`
|
|
|
|
|
- Download using `stream` and `chunks`
|
|
|
|
|
- P2P connect
|
|
|
|
|
- Peer info and debug info
|