Releases: xurei/twitch-highlights-logger
Releases · xurei/twitch-highlights-logger
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.1
⚠ BROKEN - Use version 0.2.0 or newer ⚠
Fixed
- Crash on input clear. If you try to clear the Threshold, Rollback or Window Length fields, the app was entering in an infinite loop. This is now fixed
0.1.0
Added
- Chat integration
Changed
- The text filter can now accept multiple values. If one of the filters matches the chat line, it is considered a match.
0.0.9
0.0.8
0.0.7
Fixes :
- Issue #1 - semi-fix by checking the app state after a second and reload if it went wrong.
Changes :
- filter field is now case-insensitive
Added :
- Auto-play on highlight click if video is paused (#2)
- Clickable github link
- Loading view
Technical changes :
- Electron 11.2.3
- Build as asar
- Security : replace nodeIntegration with a preload script and context isolation.