Request+ v1.2.0​

Important
Apple Music support is through Cider. It's a paid program so I don't expectr alot of users to use it.

Apple Music Support (via Cider)​

  • Finally! Apple Music support is here!
  • Added full Chat Handler Functions for all platform behaviors.
  • Moderation Queue Support for Apple Music — COMING SOON
  • ️ Full UI support for Apple Music playback controls.
  • Song Requests + Moderation Queue for Apple Music will be available within the next day.

I took way too long on this release...
I see that there is many downloads but github isnt tracking them, prob you all dont want from my website even tho its pulling github data. Updated the download button to reflect it.

Major Bug Fixes & New Feature Release​

This update introduces a brand-new interactive feature for viewers plus several important fixes for authentication, chat initialization, and platform handling.


✨ Added​

Guess The Song — New Chat Mini-Game!

Your chat can now play Guess The Song directly through Request+.

  • Viewers can use !guess <song name> to guess the track.
  • Overlay shows a "Guess The Song starting soon" message ~1 second before the next song begins.
  • Players have 30 seconds from the start of the next song to submit guesses.
  • Playlist link is recommended in chat/bio so players can participate fairly.
  • Player stats tracking (correct/incorrect guesses): COMING SOON
  • Spotify-only feature (not available for YouTube Music).

Fixes​

  • Fixed a Kick authentication bug where login would fail or not initialize properly.
  • Fixed YouTube repeat mode being null, causing playback issues.
  • Fixed an issue where Kick chat would not initialize if the token was invalid.
  • Fixed a bug where Twitch/Kick chat would not activate after login.
  • Fixed an issue where the Queue page appeared for YouTube clients, even though moderation queues are not supported for YouTube (due to complex queue structures).

Guess The Song — Technical Notes​

  • A pre-roll overlay message appears 1 second before the next track starts.
  • Guess window begins when the new song starts and lasts 30 seconds.
  • Stats system prepares for future tracking of:
    • Who guessed correctly
    • Who guessed incorrectly
      (Stats only recorded when a guess command is used.)
Note
Guess The Song only works on Spotify because YouTube Music does not provide timestamps or reliable next-track prediction through Pear Desktop’s current API.
# **Request+ v1.1.1 — Kick Chat Goes Live!**

Big update today — **Kick chat support is fully live**!
Plus, we’ve added telemetry for diagnostics and made some important UI improvements.

---

### **Full Kick Chat Support**
- Chat integration is now **fully functional**: send and receive messages directly through Request+.
- Moderation commands like `!skip` and `!queue` now work in Kick chat.
- Overlay and queue updates sync in real time with chat actions.
- Token refresh and reconnection logic ensures Kick sessions stay active.
- Twitch + Kick login now share the same seamless backend authentication.

---

### **Telemetry & Analytics**
- Lightweight, **anonymous telemetry system** added to help improve stability.
- Toggle telemetry on/off anytime in Settings.
- Only anonymous usage metrics are collected — no personal data.

---

### **UI & Layout Updates**
- Default window size updated to **600×1000** for better scaling.
- Layout adjustments for multi-platform login buttons.

---

### **Developer Notes**
This release officially introduces **multi-platform login and chat support**.
Telemetry will help us identify bugs faster and optimize future updates.

---

### **Coming Next**
- Mobile version of Request+ for **iOS & Android**
- Overlay customization options
- Stream alerts & notification sounds
- Backend improvements for smoother real-time queue sync

---

**Download v1.1.1 now:** [https://requestplus.xyz/downloads](https://requestplus.xyz/downloads)
**Need help?** Join the [Discord community](https://discord.gg/gXDFGAhvNY) or check the [docs](https://requestplus.xyz/docs)

Feature Update — Version 1.1.0​


✨ Added​


Kick Login Support (Early Access / Hidden)


  • Introduced initial Kick login support, laying the groundwork for future multi-platform chat functionality.
  • Currently hidden in the UI until chat commands and event hooks are fully implemented.
  • Backend authentication logic is ready and tested for internal use.



Changed​


Unified Authentication Management​


  • API & Auth Managers Updated: Both now handle Twitch and Kick logins in a unified structure for easier expansion.
  • Dual-Login Handling: The main file now supports detecting and authenticating either platform automatically.
  • Improved Success Page: Now clearly displays which account (Twitch or Kick) was successfully linked.
  • Enhanced Error Page: Updated error reporting to include Twitch-specific errors for clearer debugging and user visibility.



New Focus: Mobile Development​


The next development cycle will focus on delivering a mobile-optimized UI for iOS and Android.


  • Mobile Dashboard: Manage requests, queues, and moderation directly from your phone.
  • Touch-Friendly Interface: Redesigned for compact displays and fast navigation.
  • Cross-Sync: Real-time data syncing with your desktop Request+ instance.



Developer Notes​


  • This release continues the groundwork for multi-platform integration.
  • Expect chat functionality for Kick and full mobile prototypes in upcoming builds.



Download the latest version: requestplus.xyz/downloads
Need help? Join the Discord community or check the documentation

Request+ v1.0.6​

Bug Fixes & Stability Patch​

Spotify Request Queue Behavior Restored​

Fixed a regression where the Spotify request queue stopped adding songs properly due to missing behavior code.

  • Queue Handling Restored: Song requests once again add to the active Spotify session as expected.
  • Real-Time Sync: Overlay and chat request queue now update live when songs are added.
  • Stability Check: Improved error handling to prevent similar logic breaks in future updates.

️ Local File Artwork Loading Fix​

Resolved an issue causing artwork for local files to fail loading due to improper variable handling.

  • Fixed Variable Scope: Local tracks now correctly fetch and display album art.
  • Improved Fallback Behavior: Missing or invalid images now revert to a default thumbnail instead of breaking the overlay.
  • Smarter Caching: Enhanced caching logic for local media metadata.

⚙️ Internal Improvements​

  • Minor code cleanup and organization for future media module updates.
  • Prepared for upcoming cross-platform compatibility updates.

Coming Next​

  • YouTube Music (Pear Desktop) playback refinements
  • Streamer-side queue controls and skip moderation
  • Overlay theme customization options
  • Song request analytics and queue metrics dashboard

Download the latest version: requestplus.xyz/downloads
Need help? Join the Discord community or visit the documentation
Top