First 0.3 alpha of the Rust rewrite.
Breaking vs 0.2: new TOML config, no JSONC extensions, no :clipboard placeholder.
Use --clipboard / --clipboard-files. Qiniu takes AK/SK (not a static upload token).
This is a prerelease. Do not use as a drop-in replacement for v0.2 without reading the flags.
What's Changed
- feat: Add DALEXNI by @JollyHeaven in #85
- feat: Add AliyunOSS by @CatSouta in #90
- ci: update actions/upload-artifact to v4 by @pluveto in #95
- fix: Refactor Chevereto uploader configuration by @pluveto in #99
- add hmac path support by @enefry in #98
- fix: correct sucessfully to successfully typo in upload log messages by @Jah-yee in #101
New Contributors
- @JollyHeaven made their first contribution in #85
- @CatSouta made their first contribution in #90
- @enefry made their first contribution in #98
- @Jah-yee made their first contribution in #101
Full Changelog: v0.2.25...v0.3.0-alpha.1