Skip to content
This repository has been archived by the owner on Aug 15, 2021. It is now read-only.

Releases: freaktechnik/twitch-chatlog

v7.0.0

08 Feb 17:13
v7.0.0
adb0e1d
Compare
Choose a tag to compare

This is a major release due to multiple breaking changes:

  • progress parameter has been removed
  • The output is now streamed, both in the node API and the CLI. This fixes issues with large chatlogs, where strings would get too long. To get the array of messages (like in previous versions) when using the node API, just use a package like stream-to-array on the stream getChatlog resolves to.
  • Minimum node version is now 11.13.0; tested to work on the latest node 12 LTS.

Other changes:

  • Many dependency updates
  • Add hype train badge and automod 873ca39
  • feat: add founder badge 1f5dea2
  • fix: #88 and add anonymous cheer badge df846ed
  • feat: support cheer emotes. (fixes #75) 7c8346a

v6.1.0...v7.0.0

v6.1.0

12 Nov 13:32
v6.1.0
2d7670e
Compare
Choose a tag to compare
  • Support VIP badge

v6.0.1

01 Sep 16:58
v6.0.1
be4a60a
Compare
Choose a tag to compare
  • Fix loading chat fragments when a start time is specified

v6.0.0

22 Jun 00:16
v6.0.0
f7a575e
Compare
Choose a tag to compare
  • Support cheering leaders and sub gifting badge
  • Load emote images in iTerm3+

v5.4.1

25 Feb 22:35
v5.4.1
cb7b5af
Compare
Choose a tag to compare
  • Properly display global mod badge

v5.4.0

25 Feb 22:34
v5.4.0
cc795f2
Compare
Choose a tag to compare

v5.3.3

16 Jan 23:22
v5.3.3
1557e64
Compare
Choose a tag to compare
  • Fix not all fragments getting loaded due to comments being considered in length calculation of received messages

v5.3.2

16 Jan 23:22
v5.3.2
eb5709f
Compare
Choose a tag to compare
  • Fetch fragments as long as the end of the VOD or VOD snippet has not been reached and don't bet on fragment length

v5.3.1

30 Nov 21:52
v5.3.1
d4be5f1
Compare
Choose a tag to compare
  • Fix JSON output formatting

v5.3.0

30 Nov 21:52
v5.3.0
3f93c6c
Compare
Choose a tag to compare
  • Add --raw option to get the raw JSON message objects returned by Twitch in an array