Skip to content

Releases: sweetbbak/toru

v0.3.3

24 Oct 18:36
Compare
Choose a tag to compare

Changelog

  • 6db1012 Create main.yml for goreleaser
  • cb168f9 Fixed #27
  • 0c7712f Merge pull request #28 from ProggerX/fix-reverse-sorting
  • 27d7a09 [toru] fix player package to allow for custom players which was broken by the latest changes to that package, you can now use something like: toru --player='kitty -e mpv --vo=kitty --vo-kitty-use-shm=yes {{.URL}}' latest
  • 6e030a7 [toru] fix player package to allow for custom players which was broken by the latest changes to that package, you can now use something like: toru --player='kitty -e mpv --vo=kitty --vo-kitty-use-shm=yes {{.URL}}' latest
  • 24fecf8 [toru] version bump
  • 526687b [toru] version bump (redo lol)
  • 6793af3 [toru] 🎉 update nix package ✨

v0.3.2

14 Oct 07:00
Compare
Choose a tag to compare

Changelog

  • 2bb0965 # This is a combination of 2 commits. # [toru] big update. moved old download command to 'wget' and made the download command interactively select and download multiple episodes to a specified directory
  • df02366 Merge pull request #21 from MagicFun1241/patch-1
  • baedb51 Merge pull request #23 from EnergoStalin/main
  • 748dd69 Merge pull request #24 from sweetbbak/single-episode-filename
  • 65040fb [toru] add a simple 'latest' sub-command to interactively search for the latest anime
  • 07b6420 [toru] add file display path
  • 18d6665 [toru] add test
  • a026990 [toru] automatically set ports to a free port to allow for multiple instances of toru without any hassle
  • 96ea9bb [toru] fix race condition with Progress() goroutine that messed up the main fzf menu
  • b709ba1 [toru] single ep filename - client doesn't need to specify a filepath when there is only one file in a torrent.
  • 4b2b32b [toru] single ep filename - client doesn't need to specify a filepath when there is only one file in a torrent.
  • c8c7479 [toru] sort multi-episode torrents in reverse so newest is first - thanks to EnergoStalin #22 (comment)
  • 12f5e24 [toru] update readme
  • 4838fc4 chore: rewrite to use filepath query string parameter from url
  • 15b3afe fix: single episode filename assignment
  • c8c3b55 fix: typo in README.md

v0.3.1

26 May 22:49
Compare
Choose a tag to compare

Changelog

v0.2

12 Mar 22:34
Compare
Choose a tag to compare

Changelog

  • 8b33e1c Merge branch '0azis-episode-support'
  • 1d0dbc5 [toru-dev] add option and flag to disable IPV6 explicitly
  • 126edce [toru-dev] update mod flie to latest anacrolix/torrent
  • 968fdd1 [toru-dev] update readme
  • 66a799f [toru] add download.go
  • ac88123 [toru] add download.go
  • 0190d79 [toru] add gitignore
  • 0965706 [toru] add man page
  • 97a5c5f [toru] add man page
  • ee578d1 [toru] add man page
  • 2144f06 [toru] add man page
  • ec63226 [toru] add man page
  • 298f003 [toru] add moe badge, and goofy spinlock in stream.go:37
  • 4cd52de [toru] add the ability to pass a nyaa proxy site like sukebei.nyaa.si oor nyaa.ink.sii
  • 5a4d962 [toru] allow for changing of the port and switch from type int to string
  • 3753b62 [toru] allow the specification of a port for torrenting
  • 92befac [toru] change precedence argument/flag for sub-command in the order of magnet > torrent file/URL > trailing argument
  • 52442cc [toru] fix base commands optional arg breaking parsing for other commands
  • b49f1ea [toru] fix base commands optional arg breaking parsing for other commands and update download function
  • 747deed [toru] make things more intuitive and allow the use of no sub-commands. fix some minor errors
  • 061351b [toru] pkg libtorrent add downloadtorrent()
  • 88c5aa2 [toru] pkg/nyaa add the ability to pass a proxy URL as a search porameter
  • d5cccb8 [toru] readme update
  • 56a4e61 [toru] readme update
  • f79c9ac [toru] readme update
  • e2b376a [toru] redoing nix files because of my dummy little stinky debug printf guy
  • 9dc67d4 [toru] remove debug printf lmaooo
  • 31ff745 [toru] remove dumb debug printf
  • 48012fe [toru] run a formatter, change option for --port to be global and -P
  • f6926f8 [toru] setup goreleaser for building and packing binaries
  • 22df5df [toru] setup goreleaser for building and packing binaries
  • 920d66f [toru] setup goreleaser for building and packing binaries
  • c5f6134 [toru] this was a fun one 🎉 added spinners and pretty progress bars lol :3
  • a24c041 [toru] update nix flake
  • 9f612ef [toru] update nix flake (flake.nix and package.nix)
  • 5b773ed [toru] update readme
  • 12edade [toru] update readme
  • 7365524 add MIT license
  • e0b8650 add options to specify a proxy URL for nyaa.si
  • 9aa2de1 feat: add episode support
  • b569bf4 format go files
  • d813ae7 new dev nix pkg update
  • c1e2d5b new dev nix pkg update
  • 3360114 refactor: minor changes, check for amount of files in torrent
  • 795b9f0 style: human readable error

Initial release

15 Feb 00:34
Compare
Choose a tag to compare

Initial release. Just releasing for a few major platforms for now.