Skip to content

Releases: xurei/twitch-highlights-logger

0.3.3

13 May 02:29
Compare
Choose a tag to compare

Fixed

  • Fixed chat download - hopefully for longer this time 🤞

Added

  • Donate button
  • MacOS support

0.3.2

03 Mar 09:49
Compare
Choose a tag to compare

Added

  • New version check. Once a new version is available, you will get a banner directly in the app.

Fixed

  • Did I forget to migrate an API call from Kraken ? Maybe... Anyways this is fixed now.

0.3.1

15 Dec 22:17
Compare
Choose a tag to compare

⚠️ BROKEN - Use version 0.3.2 or newer ⚠️

Fixed

  • Handle a deleted commenter instead of failing the fetch of the chatlog.
  • Better error handling when the loading of the chatlog fails.

0.3.0

12 Dec 22:48
Compare
Choose a tag to compare

Added

  • Chat line highlights
  • Search by login

Fixed

  • Fixed chat fetching after a change on Twitch side

Changed

  • Sligthly reworked search form to improve the clarity of each field.

0.2.0

02 Apr 19:56
Compare
Choose a tag to compare

Added

  • Autoscroll
  • Chat download progress status
  • MacOS Support

Fixed

  • Using new Twitch API

0.1.1

23 Jul 13:31
Compare
Choose a tag to compare

⚠ 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

22 Jul 12:28
Compare
Choose a tag to compare

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

12 Jul 22:10
Compare
Choose a tag to compare

Fixed

  • Issue #1 - Finally fixed !

0.0.8

04 Mar 11:00
Compare
Choose a tag to compare

Changed

  • Sliding Window updated to start at the first chat log message (#3)

Added

  • Some testing

0.0.7

20 Feb 23:08
Compare
Choose a tag to compare
0.0.7 Pre-release
Pre-release

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.