Skip to content

Releases: lay295/TwitchDownloader

1.51.1

14 Dec 02:35
Compare
Choose a tag to compare

Fixed an uncommon infinite loop on chat render
Made VOD temp download folders more unique
Pipe ended errors should be a little more helpful

1.51.0

13 Dec 01:56
Compare
Choose a tag to compare

What's Changed

  • fix typo in argument name in CLI by @mohad12211 in #462
  • Add cancel button to task queue by @ScrubN in #464
  • misc fixes with chat downloading

Oh yeah some changes in 1.50.9 made rendering faster on slower paced chats

Full Changelog: 1.50.9...1.51.0

1.50.9

12 Dec 00:57
Compare
Choose a tag to compare

Just a small fix for plain chat messages in Relative timestamp

1.50.8

11 Dec 23:30
Compare
Choose a tag to compare

What's Changed

  • Yet another theme patch by @ScrubN in #447
  • Remove debug files from GUI build by @ScrubN in #441
  • Add additional information to chat jsons by @ScrubN in #440
  • Chat Updater Rewrite + GUI frontend, QOL changes by @ScrubN in #442

Full Changelog: 1.50.7...1.50.8

1.50.7

20 Nov 22:29
Compare
Choose a tag to compare
1.50.7 Pre-release
Pre-release

Lots of changes made by @ScrubN and @goldbattle :) marking as a pre-release as a lot has changed and to not trigger the auto update. If all is stable can mark it as so in a few days.

What's Changed

Full Changelog: 1.50.6...1.50.7

1.50.6

05 Nov 04:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.50.5...1.50.6

1.50.5

26 Oct 00:46
Compare
Choose a tag to compare

Sorry for the spam releases/updates. Once stuff is fully stable it should slow down.

1.50.3/1.50.4/1.50.5

  • DARK MODE THEME! Will probably change some in the future. (Thanks @ScrubN!)
  • Separate Linux GUI linked in readme, go check it out (Thanks @mohad12211!)
  • Fix other 404 erorrs
  • Fix more position issues
  • Fix VOD queueing up
  • Fixed Inter overriding system installed font
  • Fixed Zero Width Emote spacing
  • Fix some overflowing text
  • Fix donation button crash

1.50.2

  • Scaling and spacing should be better now. Feel free to open an issue if you notice anything weird.
  • Sub messages fixed
  • Added falling back to GQL whenever the v5 chat API goes offline

1.50.1

  • Scaling and spacing should be better now I lied
  • Fix 7TV 404 error
  • Added Inter as the default font
  • Twitter emotes are now embedded in the program
  • Allow selection (and unselection) of thirds party providers for chat download embed (thanks @ScrubN)
  • Added a filter to filter messages based on usernames (thanks @IS2511)
  • Provided video quality in CLI doesn't have to exactly match (thanks @lucasfbn)

1.50.0

Refactored Rendering + Caching Code Some

  • No longer has a step required where it has to generate thousands of temp images
  • Frame generation no longer depends on the previous frame, so can selectively render only part of a chat JSON
  • Added support for Zero Width emotes from BTTV and 7TV such as SoSnowy
  • Added support to filter out some chat badges for example No Audio/Visual badges (because I hate them)
    1 (2)
  • Partial Transparency bug should be fixed
  • The file caching has been rewritten to better handle locked files and corrupted data so errors like these should stop happening

Download chat as HTML

  • Dunno thought it would be cool, not a frontend dev though :(
  • You can also embed emotes into this too in case the emotes go offline eventually

Re-did the UI a bit

  • I didn't really want to do this, but ever since one of the .NET upgrades the old theme I was using was causing a ton of errors while developing. Sorry.
  • It seems the new numeric up and downs don't let you manually enter a value to change it's internal value. I'll fix that next update.
  • I also added an NVIDIA NVENC H264 codec profile you can give a try. Should lessen the burden on your CPU encoding. Be aware that without some kind of driver patch consumer GPUs only support up to 2 NVENC sessions and I think Shadowplay is included in that count. So probably shouldn't try and Task Queue with it.

1.40.9

1.40.7

14 Feb 04:48
Compare
Choose a tag to compare

Notes for 1.40.7

Migrated a missed kraken endpoint to GQL (whoops)

Notes for 1.40.6

Fix downloading clips with expired/deleted VOD

Notes for 1.40.5

Moved off v5 Kraken API to GQL API

Windows release is larger because it's been moved from .NET Framework to .NET 6 and I chose to bundle the runtime because it's not installed on Windows by default.

1.40.4

20 Oct 20:14
Compare
Choose a tag to compare

Fixed another null exception

1.40.3

13 Oct 17:05
Compare
Choose a tag to compare

Fixed instant queue crash