Releases: rdavydov/Twitch-Channel-Points-Miner-v2
Releases · rdavydov/Twitch-Channel-Points-Miner-v2
1.8.9
What's Changed
- fix #391
- save annotations & dark-mode states 2 localStorage
- Save the selected streamer in localStorage
Full Changelog: 1.8.8...1.8.9
1.8.8
- 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 fileanalytics/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.
- Sometimes analytics files can be corrupted when written to disk. Solution:
- 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
- Analytics fix by @rdavydov in #384
- Update Twitch.py streak time to 1 by @OrbitalCannon in #383
New Contributors
- @OrbitalCannon made their first contribution in #383
Full Changelog: 1.8.7...master
1.8.7
What's Changed
- Add
LOSE
annotation to analytics page by @SalvadorSTM in #338 event-minute-watched
update by @LeftMonster in #378console_username
setting now adds username torecord.msg
by @rdavydov in #381
New Contributors
- @SalvadorSTM made their first contribution in #338
- @LeftMonster made their first contribution in #378
Full Changelog: 1.8.6...master
1.8.6 temporary workaround
- #343 temporary workaround
Full Changelog: 1.8.5...master
1.8.5 TEMPORARY AUTO DROP CLAIMING FIX
1.8.4
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
- @NoxRare made their first contribution in #298
- @mpforce1 made their first contribution in #313
- @Vojtak42 made their first contribution in #319
Full Changelog: 1.8.3...master
1.8.3
What's Changed
disable_at_in_nickname
setting: set toTrue
if you want to check for your nickname mentions in the chat even without@
sign (seeREADME
orexample.py
)- proper fix of #291
- fix log tracking for pm2 applications by @RyanPotat in #290
New Contributors
- @RyanPotat made their first contribution in #290
Full Changelog: 1.8.2...master
1.8.2
What's Changed
- headerVisibility setting in localStorage - saves the header visibility setting in your browser
- Fix infinite loading if streamer hasn't been streaming by @NaJager in #271
- Update README.md by @mik-at in #278
- fix: #251 by @nahSystemu in #260
- Added Matrix notifications by @Spencer-0003 in #228
New Contributors
- @NaJager made their first contribution in #271
- @mik-at made their first contribution in #278
- @nahSystemu made their first contribution in #260
- @Spencer-0003 made their first contribution in #228
Full Changelog: 1.8.1...master
1.8.1 Better CHAT_MENTION
What's Changed
Full Changelog: 1.8.0...master
1.8.0 CHAT_MENTION
What's Changed
Don't forget to add Events.CHAT_MENTION
to events
in telegram
and discord
in run.py
.
Full Changelog: 1.7.9...master