Skip to content

Releases: 2bc4/twitch-hls-client

0.4.2

14 Jun 11:08
0.4.2
361d20c
Compare
Choose a tag to compare

fix: bump default max retries to 50

0.4.1

19 May 01:05
0.4.1
a632b86
Compare
Choose a tag to compare
fix: exit gracefully when player closed
perf: reduce redundant allocations
perf: don't redundantly parse url
fix: also retry on invalid duration
feat: set player title on mpv and vlc

0.4.0

13 May 19:05
0.4.0
68eb111
Compare
Choose a tag to compare
Notably switches from clap to pico-args which reduces bin size, memory
usage and compile time.

Breaking changes: The long options --server, --player and --player-args
have been removed, the short options -s, -p and -a remain.

0.3.2

10 May 19:44
0.3.2
03c3a16
Compare
Choose a tag to compare
feat: add --passthrough arg to print playlist url and exit
feat: enable colors on normal logging
feat: kill player when resetting on ad

0.3.1

09 May 13:03
0.3.1
789b6e6
Compare
Choose a tag to compare
feat: open player with url if stream is not low latency
chore: bump user agent
chore: bump dep min versions

0.3.0

07 May 17:22
0.3.0
5edcc2f
Compare
Choose a tag to compare
Initial release