Release v0.2.6
Added
- Update marketplace choices in
manage auth-file add
command. Now all available marketplaces are listed.
Bugfix
- Avoid tqdm progress bar interruption by logger’s output to console.
- Fixing an issue with unawaited coroutines when the download command exited abnormal.
Changed
- Update httpx version range to >=0.23.3 and <0.26.0.
Misc
- add
freeze_support
to pyinstaller entry script (#78)