Changelog
v0.4.0
- 2025-09-16
New features
- Add
resume
command to resume an interrupted or failed upload.
Improvements
- Add parallel upload support for faster upload speed.
- Users can choose between
--parallel
and--sequential
upload modes forcreate
andresume
commands. - By default,
--parallel
upload is used. If it fails, upload will fall back to--sequential
mode.
- Users can choose between
- Add
--json
option tocreate
,resume
, andlist
commands to output the final results in JSON for easy parsing. - Add
--last
option tolist
command to show only the last request. - Show user-friendly information when upload fails.
Fixes
- Fix
--output-path
option fordownload
command.- Previously this option was ignored and the bundle file would always be downloaded to the current directory.
v0.3.0
- 2025-08-26
New features
- Support
lfm2-vl
models.
Improvements
- Show user-friendly information and error messages.
- Fix minor bugs.
v0.2.0
- 2025-08-12
New features
- Add
validate
command.
Improvements
- Add
Notes
columns in request table. - Validate input model path before creating a request.
- Update and add processing error message.
- Show download URL and link to doc page.
v0.1.1
- 2025-07-30
Improvements
- Test and report network connectivity before model upload.
v0.1.0
- 2025-07-25
Initial release of the leap-bundle
package.
Last updated on