Releases: RakambdaOrg/ChannelPointsMiner
Releases · RakambdaOrg/ChannelPointsMiner
2.2.0
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
torecordUserPredictions
in analytics by @Rakambda in #431
🐛 Fixes
- DropsHighlightService_AvailableDrops gql request changed by @Rakambda in #426
- New GQL requests for Inventory by @Rakambda in #429
- New GQL requests for ChannelPointsContext by @Rakambda in #423
⚙️ Internal
Other Changes
Full Changelog: 2.1.2...2.2.0
2.1.2
2.1.1
2.1.0
⚠️ 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
- Add database timeouts to configuration by @Rakambda in #329
Mobile auth is back by @Rakambda in #353(outdated)- Android TV login by @Rakambda in #379
🐛 Fixes
- Fix parsing prediction error code by @Rakambda in #319
- Parse new create notification format by @Rakambda in #321
⚙️ Internal
- Less chrome selenium logs by @Rakambda in #320
- Automatic Discord retry on HTTP 429 (rate limit) by @Rakambda in #330
- Improve some logs by @Rakambda in #346
Full Changelog: 2.0.0...2.1.0
2.0.0
⚠️ 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
Configuration format changed, see JSON schema in documentation:
password
/use2fa
/authenticationFolder
are moved inside a new objectloginMethod
joinIrc
is now calledjoinChat
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
0.7.0
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
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