Releases: Yinks87/desktopbitratemonitor
Release list
0.0.6
0.0.5
0.0.4
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
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
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