Skip to content

Releases: rdavydov/Twitch-Channel-Points-Miner-v2

1.8.9

31 Oct 21:01
727dc55
Compare
Choose a tag to compare

1.8.8

19 Oct 11:11
4952639
Compare
Choose a tag to compare
  • app now handles broken analytic json files correctly and does not stop with an error because of them, they are now ignored.
  • __save_json now utilizes a temp file analytics/username/streamername.json.temp:
    • Sometimes analytics files can be corrupted when written to disk. Solution:
      • First, write the data to a temporary file. After that, there will be two files on the disk - a new one and a target one.
      • Rename temporary file to the target.
    • If the application is closed or crashes on the first step, the original file will remain untouched on the disk.
  • 0-sized and broken json files are now error-logged (you will be also informed in the console), so you can find the problem files. It will trigger when you'll try to open the analytics webpage.

What's Changed

New Contributors

Full Changelog: 1.8.7...master

1.8.7

15 Oct 22:11
2fcb460
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.8.6...master

1.8.6 temporary workaround

21 Aug 21:55
Compare
Choose a tag to compare
  • #343 temporary workaround

Full Changelog: 1.8.5...master

1.8.5 TEMPORARY AUTO DROP CLAIMING FIX

12 Aug 00:55
Compare
Choose a tag to compare

What's Changed

  • TEMPORARY AUTO DROP CLAIMING FIX

Full Changelog: 1.8.4...master

1.8.4

08 Aug 12:49
Compare
Choose a tag to compare

What's Changed

  • Various bug fixes and improvements
  • Added Pushover as a notification alternative! by @NoxRare in #298
  • Fix for PubSub reconnection bug by @mpforce1 in #313
  • Update Termux in README.md by @Vojtak42 in #319

New Contributors

Full Changelog: 1.8.3...master

1.8.3

11 Jun 22:25
0d4e0dc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.8.2...master

1.8.2

08 Jun 20:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.8.1...master

1.8.1 Better CHAT_MENTION

13 Apr 22:11
57d642b
Compare
Choose a tag to compare

What's Changed

  • Fixed #243
  • Updated README.md and example.py
  • Improve docker build performance by @chowder in #233

Full Changelog: 1.8.0...master

1.8.0 CHAT_MENTION

01 Apr 15:57
603d244
Compare
Choose a tag to compare

What's Changed

  • Notify on @nickname mention in the Twitch chat by @rdavydov in #231

Don't forget to add Events.CHAT_MENTION to events in telegram and discord in run.py.

Full Changelog: 1.7.9...master