github twitchdev/twitch-cli v1.1.13

latest releases: v1.1.24, v1.1.23, v1.1.22...
22 months ago

Within this release the following changes were made:

  • Added support for Charity EventSub topics: channel.charity_campaign.donate, .start, .progress, .stop
  • Added --charity-current-value and --charity-target-value flags to 'twitch event trigger', allowing custom inputs for current and target dollar values
  • Added missing event.banned_at field on EventSub topic channel.ban
  • Added missing subscription.category_id and subscription.campaign_id fields on EventSub topic drop.entitlement.grant
  • Added missing event.level field on EventSub topic channel.hype_train.begin
  • Added missing event.email and event.email_verified fields on EventSub topic user.update
  • Added missing type "other" to fields event.top_contributions.type and channel.last_contribution.type on EventSub topics channel.hype_train.begin, channel.hype_train.progress, and channel.hype_train.end
  • Fixed invalid timestamps on EventSub topics channel.prediction.begin and .progress on field events.locks_at
  • Fixed invalid timestamps on EventSub topics channel.prediction.lock and .end on field events.locked_at

Special thanks to @alexbcberio for the bug reports, and to @lleadbet and @BarryCarlyon for reviewing PRs.

Changelog

  • 02890a9 Added beta EventSub event channel.charity_campaign.donate
  • b51df2d Added channel.charity_campaign.start, .progress, and .stop
  • 1fa3d4b Added contribution type 'other' to Hype Train events
  • c6a31cf Added details to charity event flags
  • 1a37cae Added event.banned_at to channel.ban; Added .subscription.category_id and .subscription.campaign_id to drop.entitlement.grant
  • 8a397d5 Added event.level field to channel.hype_train.begin; Added event.email and event.email_verified fields to user.update; Changed 'user.update' alias to 'user-update'. Both can now be used when running 'twitch event trigger'
  • 38be191 Added params for custom progress and goal amounts on charity events
  • 8fb6a50 Changed timestamp parsing function in some places to appropriate parse the timestamp. Fixes #193
  • 8155aad Fixed line endings from previous commit and also across all files
  • b7b7fb7 Merge pull request #197 from twitchdev/eventsub-updates-nov-22

Don't miss a new twitch-cli release

NewReleases is sending notifications on new releases.