Skip to content

Releases: RakambdaOrg/ChannelPointsMiner

2.2.0

17 Feb 22:57
982b2bb
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • Add MySQL support for analytics database by @Rakambda in #411
  • Add built jar to CI jobs (14 days) & to releases by @Rakambda in #430
  • Rename recordChatPredictions to recordUserPredictions in analytics by @Rakambda in #431

🐛 Fixes

⚙️ Internal

  • Parse MUST_ACCEPT_TOS as prediction error code by @Rakambda in #400

Other Changes

Full Changelog: 2.1.2...2.2.0

2.1.2

01 Jan 09:31
55e0007
Compare
Choose a tag to compare

What's Changed

🚀 Features

🐛 Fixes

  • Add EVENT_NOT_ACTIVE to prediction error codes by @Rakambda in #386
  • Fix parsing FORBIDDEN as claiming event error code by @Rakambda in #389
  • Parse "read-notifications" message by @Rakambda in #390

Full Changelog: 2.1.1...2.1.2

2.1.1

24 Dec 20:10
109db84
Compare
Choose a tag to compare

What's Changed

🐛 Fixes

  • Running miner from shadow jar sometimes produces errors about unsupported elements / unknown classes by @Rakambda in #384
  • Stop logging token 400 error all the time by @Rakambda in 35ee1fb

Full Changelog: 2.1.0...2.1.1

2.1.0

24 Dec 09:04
5588121
Compare
Choose a tag to compare

⚠️ HTTP & MOBILE login methods both doesn't work anymore ⚠️

Working methods are TV (the easiest):

      "loginMethod" : {
        "type" : "tv",
        "authenticationFolder": "authentication/tv"
      },

or BROWSER (requires a selenium instance available).

ℹ️ If you have authentication files still working with previous versions, you should be able to keep them

What's Changed

🚀 Features

🐛 Fixes

⚙️ Internal

Full Changelog: 2.0.0...2.1.0

2.0.0

15 Oct 09:58
7448c07
Compare
Choose a tag to compare

⚠️ Breaking changes

See #316 for details

What's Changed

🚀 Features

  • Ability to provide a cookies file for BROWSER login method by @RakSrinaNa in #314
  • Add new MOBILE login method by @RakSrinaNa in #316

🐛 Fixes

  • Fix Spade url sometimes not being found by @RakSrinaNa in #317

Full Changelog: 1.0.0...2.0.0

1.0.0

08 Oct 15:32
2927800
Compare
Choose a tag to compare

Configuration format changed, see JSON schema in documentation:

  • password/use2fa/authenticationFolder are moved inside a new object loginMethod
  • joinIrc is now called joinChat

What's Changed

🚀 Features

  • Auth & integrity through Selenium by @RakSrinaNa in #309

🐛 Fixes

  • Fix onsite notification not being parsed by @RakSrinaNa in #302

⚙️ Internal

  • Fire events when moment/drop is actually claimed + get Client-Version value dynamically by @RakSrinaNa in #292
  • Add VersionProvider to choose how to obtain twitch version by @RakSrinaNa in #306

Other Changes

  • Improve documentation website by @RakSrinaNa in #311

Full Changelog: 0.7.1...1.0.0

0.7.1

15 Sep 17:33
eeb8b85
Compare
Choose a tag to compare

What's Changed

⚙️ Internal

  • Add integrity token to GQL requests by @RakSrinaNa in #286 #289

Full Changelog: 0.7.0...0.7.1

0.7.0

08 Sep 12:03
c46c9d6
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • New OutcomePicker based on other users and their prediction history by @15sawyer in #259
    • ℹ️ Analytics database is required for this feature & needs to be enabled in config
  • Claim moments by @RakSrinaNa in #227 & #276
    • ℹ️ Needs to be enabled in config

🐛 Fixes

  • Parse active multiplier updated event by @RakSrinaNa in #278
  • Fix unknown field 'summaries_by_display_type' in update-summary by @RakSrinaNa in #279

 ⚙️ Internal

  • Add Flyway to ease future DB migrations by @RakSrinaNa in #265
  • Add database tests by @RakSrinaNa in #272

New Contributors

Full Changelog: 0.6.0...0.7.0

0.6.0

06 Aug 16:33
8f8c8f9
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • Use websocket to connect to chat by default by @RakSrinaNa in #233
  • Display username when asking 2FA by @RakSrinaNa in #223
  • Enable/disable streamers in config by @RakSrinaNa in #240
  • Improve settings overriding for predictions by @RakSrinaNa in #246
  • Improve reconnection of WebSockets (#241)
  • Add FOLLOW as PointReasonCode

Other changes

  • Updated dependencies

Full Changelog: 0.5.1...0.6.0

0.5.1

04 Jul 08:55
5d34109
Compare
Choose a tag to compare

What's Changed

🐛 Fixes

  • Body parse error with Twitch Guard #221

Other Changes

  • Do not fail build when not in git directory by @RakSrinaNa in #219
  • Run fixes by @RakSrinaNa in #220

Full Changelog: 0.4.0...0.5.1