Skip to content

Release-v2.0.0

Compare
Choose a tag to compare
@Normalnoise Normalnoise released this 23 Sep 08:51
· 215 commits to main since this release
7f4fc7a

This is a important release of go-swan-provider, it includes many bug fixes, new features and improvements. You can leave any feedback, report bugs and create an issue here

New features

  • Aria2: delete the useless CAR file automatically(filswan/go-swan-provider#156)
    • new config, [aria2].aria2_auto_delete_car_file=true, can help you delete the CAR file after the deal becomes StorageDealActive or StorageDealError, default: false.
  • Aria2: Config for parallel download counts(filswan/go-swan-provider#167)
    • new config, [aria2].aria2_max_downloading_tasks=10, can limit the number of concurrent download tasks using Aria2.

Improvements

Bug Fixes

Dependency Updates