Skip to content

Releases: jhelison/go-torrent

v1.2.0

31 Dec 23:47
Compare
Choose a tag to compare

Changelog

  • f40b778 fix: Block URL build when torrent is without announce

v1.1.0

31 Dec 23:34
Compare
Choose a tag to compare

Changelog

  • d282c60 chore: Update package name
  • feeaffd fix: Fix download not using config path

v1.0.0

31 Dec 23:13
Compare
Choose a tag to compare

Changelog

  • edcdef5 build: Add go-releaser config
  • 25fe6ec build: Improve makefile for goreleaser
  • e2c43eb build: Improve makefile with tag --clean
  • e8b723f build: Improve the go-releaser configs
  • 5a9dc51 chore: Add license
  • 13dc999 chore: Update .ignore
  • d055ce9 feat: Add basic implementation for the new torrent
  • f9e4c38 feat: Add basic logging using zerolog with pretty print
  • ae3dfd2 feat: Add cobra CLI and general configs using Viper
  • 3a58b9b feat: Add implementation for torrent client
  • e80811b feat: Add lint to the project
  • 5d52d4c feat: Finally solve issue with memory leak by passing a buffer forward in execution
  • cfa9606 feat: First commit
  • 5c73e6d feat: Improve file allocation without using memory
  • 71eb0af feat: Improve performance and solve issues with peers erroing out in loop
  • 13d8058 feat: Refactor the project and add internal documentation
  • c00b5c6 feat: Remove example torrent file
  • 08d5610 feat: Solve memory leak by improving the piece state management
  • b5b5f6f fix: Fix issue were the download cmd fails to read file
  • 585cc18 refactor: Solve further lint issues on defer