Releases: jhelison/go-torrent
Releases · jhelison/go-torrent
v1.2.0
v1.1.0
v1.0.0
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