Skip to content

Releases: 2bc4/twitch-hls-client

1.3.13

04 Jan 21:18
1.3.13
97e11de
Compare
Choose a tag to compare
  • Fix hevc/av1 streams
  • Strip protocol when parsing channel (#41)
  • Cleanup/slightly optimize
  • Bump user agent and player_version

1.3.12

09 Oct 19:33
1.3.12
35e0cd0
Compare
Choose a tag to compare
  • Fix --force-playlist-url not working
  • Re-use connection when using playlist cache
  • Verify that a magic string exists in playlist cache files before reading/removing them
  • Cleanup/slightly optimize
  • Bump user agent and player_version

1.3.11

29 Sep 14:03
1.3.11
6a9cdfb
Compare
Choose a tag to compare
  • Remove stale playlist caches after 48 hours
  • Fix --print-streams requiring quality to be set
  • Fix comma being displayed if only one stream with --print-streams
  • Check if playlist cache directory is a directory and isn't readonly
  • Don't abort build on warnings
  • Cleanup/slightly optimize

1.3.10

25 Sep 04:23
1.3.10
569026e
Compare
Choose a tag to compare
  • Add --playlist-cache-dir
  • Fix a bug with some args being position dependent
  • Throw an error when passing an unrecognized arg instead of silently ignoring
  • Reformat --help into categories

1.3.9

08 Sep 19:47
1.3.9
ef5f1e7
Compare
Choose a tag to compare
  • Add --force-playlist-url
  • Bump user agent and player_version
  • Bump dependencies

1.3.8

26 Jun 00:07
1.3.8
4468a2a
Compare
Choose a tag to compare
  • Don't exit if player is closed while recording

1.3.7

18 Jun 00:31
1.3.7
13a738f
Compare
Choose a tag to compare
  • Bump user agent
  • Update player_version query param
  • Bump dependencies

1.3.6

16 Mar 06:48
1.3.6
8d4ddaf
Compare
Choose a tag to compare
  • Bump user agent
  • Update player_version query param
  • Remove syncing main thread with worker thread on newest prefetch segments
  • Avoid cloning more strings
  • Add Nix flake (#36)
  • Build releases without any panic formatting code

1.3.5

01 Mar 00:57
1.3.5
a8f0cfc
Compare
Choose a tag to compare
  • Update to rustls 0.23
  • Only enable rustls logging feature if debug-logging feature is enabled

1.3.4

22 Feb 17:55
1.3.4
954dde0
Compare
Choose a tag to compare
  • Clear worker URL queue and skip ahead if any segment 404s
  • Hide first http error (most of the time it continues fine after one retry)