Skip to content

v1.4.2

Choose a tag to compare

@github-actions github-actions released this 31 Jan 17:00
· 251 commits to main since this release

Added (v1.4.0)

  • Auto-Update Notification System: New !giveaway update command to check for updates from GitHub.
  • Update Service: Automatically checks RELEASE_NOTES.md on startup and alerts via Toast/Chat if a new version is available.
  • Privacy-Focused: Downloads updates to a local updates/ folder and notifies via Toast to avoid exposing file paths
    in streaming chat.

Fixed (v1.4.0)

  • Toast Notifications: Fixed CPHAdapter.ShowToastNotification signature to correctly invoke Streamer.bot method
    (was causing crashes).
  • Code Quality: Addressed nullability warnings in UpdateService and refactored it for better encapsulation.