Skip to content

v0.10.0

Latest

Choose a tag to compare

@SuperCoolPencil SuperCoolPencil released this 21 Jun 17:07
· 2 commits to main since this release
1ef7ff6

New Features & Enhancements

  • feat: added functionality to delete failed, completed, all downloads from cli tui and extension (#479)
  • replace sqlite with gob for state management (#502)

Fixes & Optimizations

  • fix: config backwards compatibility (#500)
  • fix: strip caller-supplied Range header in single downloader (#496)
  • fix: use the first server of a comma-separated custom DNS list (#498)
  • fix: keep Content-Disposition filename when header carries extra RFC 6266 params (#494)
  • concurrent: avoid data race on hedged SharedMaxOffset (#491)
  • fix(utils): trim trailing periods and spaces after stripping control chars (#489)
  • chore: remove dependency bloat by dropping sqlite (#501)