Skip to content

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

1.9.5

11 Apr 16:52
62c01c4
Compare
Choose a tag to compare

What's Changed

  • Fix regex for settings when getting spade url by @Rakambda in #489
  • Fix typo in variable name from 'POINTS_DESCEDING' to 'POINTS_DESCENDING' by @HeelMePlz in #475
  • Bump docker/build-push-action from 5.1.0 to 5.3.0 by @dependabot in #471
  • Bump docker/login-action from 3.0.0 to 3.1.0 by @dependabot in #473
  • Bump docker/setup-buildx-action from 3.1.0 to 3.3.0 by @dependabot in #485

New Contributors

Full Changelog: 1.9.4...1.9.5

1.9.4

29 Feb 19:22
3a9f030
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.9.3...1.9.4

1.9.3

23 Jan 11:32
dc780ca
Compare
Choose a tag to compare

What's Changed

  • Analytics log: pause ⏸️ / continue ▶️ button
  • Analytics page: various UI fixes and improvements
  • Fix Missing method on Generic Webhook by @wendyliga in #441

Full Changelog: 1.9.2...1.9.3

1.9.2

12 Jan 21:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.9.1...1.9.2

1.9.1

25 Nov 19:07
7c99208
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.9.0...1.9.1

1.9.0 Analytics log

02 Nov 14:04
742351e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.8.9...1.9.0

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