Skip to content

Releases: AlyoshaVasilieva/luminous-ttv

Release 0.5.6

19 Sep 05:06
e2d9ddb
Compare
Choose a tag to compare
  • Some improvements to the Hola-related code
  • Better support for cargo deb; run cargo deb on the code on a Debian-type system to receive a .deb package with a systemd unit (use systemctl edit luminous-ttv to set options)

Release 0.5.5

17 Jul 08:16
e877838
Compare
Choose a tag to compare
  • Fix server IP being leaked in errors. This only affects you if you publicly hosted this behind some sort of firewall (i.e. Cloudflare) designed to protect the server's IP.
  • The usual dependency bumps.

Release 0.5.4

02 Jun 15:55
b8bd6b2
Compare
Choose a tag to compare
  • Add support for specifying Client-ID instead of it being hardcoded; default is still provided
  • Add support for overriding User-Agent header

Release 0.5.3

29 May 23:41
2effd7c
Compare
Choose a tag to compare
  • Fix bug in argument parsing
  • Log listening address at startup
  • Internal improvements

Release 0.5.2

08 Feb 02:25
8cb1b4c
Compare
Choose a tag to compare
  • Allow clients to request audio-only streams
  • Internal maintenance

Release 0.5.1

16 Jan 19:58
a17487b
Compare
Choose a tag to compare
  • Fix full status check, avoid Prime streams
  • Upgrade deps

Release 0.5.0

03 Dec 22:21
7ab244e
Compare
Choose a tag to compare
  • TTV-LOL API emulation
  • Internal improvements, plus improvements when running as a remote server

Release 0.4.5

19 Apr 04:36
f63fa91
Compare
Choose a tag to compare
  • Optional TLS support behind feature tls
  • Optional gzip support behind feature tls
  • Hola support can now be disabled (--no-default-features)
  • Ensure responses aren't cached
  • Status endpoint for increased Firefox reliability (needs extension v0.9.0+)
  • Copy User-Agent header to make detection less likely
  • Internal changes

Pre-built binaries have the default features.

Release 0.4.4

09 Apr 18:40
6ab8e8c
Compare
Choose a tag to compare
  • Use --list-countries to list the available proxy countries provided by Hola, for use with --country
  • Use --no-proxy to connect directly to Twitch, if you're running this on a remote server in an ad-free countries

Release 0.4.3

31 Mar 21:55
9d78b08
Compare
Choose a tag to compare
  • Server listen address can now be selected, instead of always using 127.0.0.1
  • Dependency bumps