Skip to content

Releases: Yinks87/desktopbitratemonitor

0.0.6

Choose a tag to compare

@Yinks87 Yinks87 released this 20 Jun 21:06
f8b7272

Little fix

0.0.5

Choose a tag to compare

@Yinks87 Yinks87 released this 31 May 21:10
f8b7272

Fixes

  • Fixed an issue, that disconnects the eventsub to the channels

0.0.4

Choose a tag to compare

@Yinks87 Yinks87 released this 16 May 15:48
f8b7272

Moderator Management & Chat Commands

This release introduces the ability to assign moderators and admins specifically for the Switcher, along with new chat-based commands to manage them—without needing Twitch channel mod privileges.

✨ New Features

  • Switcher Moderators

    • Moderators can now be defined independently of Twitch channel moderators.
    • Useful for collaborative stream setups where trusted users need control without full Twitch mod rights.
  • Chat Commands for Admin/Mod Management

    • Add or remove Switcher admins or moderators directly from the Twitch chat.
    • Makes it easier to manage permissions in real-time.

🐞 Bug Fixes

  • Media Source Reload on Scene Switch
    The media source is now reloaded every time the live scene is activated to eliminate leftover video fragments.

  • Improved Messaging and Activation Feedback
    Fixed an issue if prevent en/disabling messages not working.

🐞 Known Issues

  • Occasionally, error messages are posted in chat even though the stream starts or stops correctly.
    Impact: Cosmetic/logging only — functionality still works.

0.0.3

Choose a tag to compare

@Yinks87 Yinks87 released this 07 Feb 19:46
f8b7272

Twitch Integration Updates

This repository implements updated Twitch integration features using modern authentication methods and EventSub webhooks.

✨ Features

  • EventSub Webhook Integration (replaces legacy IRC chat connection)
  • OAuth Authorization Code Flow with token refresh capability
  • Chat Message Handling via Twitch API endpoints
  • EventSub Supported Features:
    • Real-time chat message monitoring

🔄 Changes & Updates

Twitch Chat Connection

  • Legacy IRC connection has been replaced with EventSub
  • More reliable and scalable chat message handling

Twitch Authentication

  • Migrated to OAuth Authorization Code Flow
  • Implemented automatic token refresh functionality
  • Improved security through proper token management

Message Handling

  • Chat messages are now sent/received using Twitch's EventSub/API endpoints
  • EventSub provide real-time notifications for:
    • Outgoing raids
    • Chat message events

⚙️ Fixes

  • Scene Management: Prevent mods switching to live scene when "Allow switch to live" is disabled
  • Configuration Stability: Fixed issue causing config reset in default configurations
  • UI Improvements: Resolved various visual inconsistencies in the interface

0.0.2

Choose a tag to compare

@Yinks87 Yinks87 released this 19 Dec 17:30
9737be5

Add the twitch authentication code flow.
Added a backend who ist listen on http://localhost:9999 to listen for authentication requests.
Fix: Object has bin destroyed error on app closing

0.0.1

Choose a tag to compare

@Yinks87 Yinks87 released this 04 Dec 17:59
7ded769

First experimental release